public interface IWizardPage extends IComponentProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
finishable() |
net.anwiba.commons.model.IBooleanDistributor |
getBackEnabledModel() |
net.anwiba.commons.model.IObjectDistributor<DataState> |
getDataStateModel() |
Icon |
getIcon() |
String |
getMessage() |
net.anwiba.commons.model.IObjectDistributor<String> |
getMessageDistributor() |
net.anwiba.commons.model.IBooleanDistributor |
getNextEnabledModel() |
String |
getTitle() |
boolean |
isApplicable(IWizardPage currentPage) |
getComponentString getTitle()
String getMessage()
net.anwiba.commons.model.IObjectDistributor<String> getMessageDistributor()
net.anwiba.commons.model.IBooleanDistributor getNextEnabledModel()
net.anwiba.commons.model.IBooleanDistributor getBackEnabledModel()
net.anwiba.commons.model.IObjectDistributor<DataState> getDataStateModel()
Icon getIcon()
boolean finishable()
boolean isApplicable(IWizardPage currentPage)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.