public abstract class AbstractWizardPage extends Object implements IWizardPage
| Constructor and Description |
|---|
AbstractWizardPage(String title,
String message,
Icon icon,
IApplicable<IWizardPage> applicable) |
| Modifier and Type | Method and Description |
|---|---|
net.anwiba.commons.model.IBooleanModel |
getBackEnabledModel() |
net.anwiba.commons.model.IObjectModel<DataState> |
getDataStateModel() |
Icon |
getIcon() |
String |
getMessage() |
net.anwiba.commons.model.IObjectDistributor<String> |
getMessageDistributor() |
IObjectReceiver<String> |
getMessageReciever() |
net.anwiba.commons.model.IBooleanModel |
getNextEnabledModel() |
String |
getTitle() |
net.anwiba.commons.model.IObjectModel<String> |
getTitleReciever() |
boolean |
isApplicable(IWizardPage object) |
protected boolean |
isValid(net.anwiba.commons.model.IObjectDistributor<net.anwiba.commons.utilities.validation.IValidationResult> validationResultDistributor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishablegetComponentpublic AbstractWizardPage(String title, String message, Icon icon, IApplicable<IWizardPage> applicable)
public String getTitle()
getTitle in interface IWizardPagepublic String getMessage()
getMessage in interface IWizardPageprotected boolean isValid(net.anwiba.commons.model.IObjectDistributor<net.anwiba.commons.utilities.validation.IValidationResult> validationResultDistributor)
public net.anwiba.commons.model.IObjectModel<String> getTitleReciever()
public final IObjectReceiver<String> getMessageReciever()
public final net.anwiba.commons.model.IObjectDistributor<String> getMessageDistributor()
getMessageDistributor in interface IWizardPagepublic final net.anwiba.commons.model.IBooleanModel getNextEnabledModel()
getNextEnabledModel in interface IWizardPagepublic final net.anwiba.commons.model.IBooleanModel getBackEnabledModel()
getBackEnabledModel in interface IWizardPagepublic Icon getIcon()
getIcon in interface IWizardPagepublic final net.anwiba.commons.model.IObjectModel<DataState> getDataStateModel()
getDataStateModel in interface IWizardPagepublic boolean isApplicable(IWizardPage object)
isApplicable in interface IWizardPageCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.