public class RepositoryInfoPage extends RepositoryWizardPage implements RepositoryInfoPageView.Presenter
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryInfoPage.RepositoryInfoPageHandler |
model, structurePageWasVisited, wizardPageStatusChangeEvent| Constructor and Description |
|---|
RepositoryInfoPage(RepositoryInfoPageView view,
org.jboss.errai.common.client.api.Caller<OrganizationalUnitService> organizationalUnitService,
org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
enableManagedRepoCreation(boolean enable) |
String |
getTitle() |
protected void |
init() |
void |
initialise() |
protected void |
initOrganizationalUnits(Collection<OrganizationalUnit> organizationalUnits) |
void |
isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback) |
protected boolean |
isOUMandatory() |
void |
onManagedRepositoryChange() |
void |
onNameChange() |
void |
onOUChange() |
void |
prepareView() |
void |
setHandler(RepositoryInfoPage.RepositoryInfoPageHandler handler) |
void |
setModel(CreateRepositoryWizardModel model) |
fireEvent, getModel, setStructurePageWasVisited@Inject public RepositoryInfoPage(RepositoryInfoPageView view, org.jboss.errai.common.client.api.Caller<OrganizationalUnitService> organizationalUnitService, org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryService)
public String getTitle()
getTitle in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void isComplete(org.uberfire.client.callbacks.Callback<Boolean> callback)
isComplete in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void initialise()
initialise in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic void prepareView()
prepareView in interface org.uberfire.ext.widgets.core.client.wizards.WizardPagepublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void setHandler(RepositoryInfoPage.RepositoryInfoPageHandler handler)
public void onNameChange()
onNameChange in interface RepositoryInfoPageView.Presenterpublic void onOUChange()
onOUChange in interface RepositoryInfoPageView.Presenterpublic void onManagedRepositoryChange()
onManagedRepositoryChange in interface RepositoryInfoPageView.Presenter@PostConstruct protected void init()
public void setModel(CreateRepositoryWizardModel model)
setModel in class RepositoryWizardPagepublic void enableManagedRepoCreation(boolean enable)
protected boolean isOUMandatory()
protected void initOrganizationalUnits(Collection<OrganizationalUnit> organizationalUnits)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.