M - C - T - public abstract class UIWizard<M,C,T> extends UIComponent<M,C,T>
| Constructor and Description |
|---|
UIWizard(IUIComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(IElement element) |
void |
dispose()
Dispose all of the objects resources.
|
IUIComponent<M,C,T> |
getCurrentPage() |
boolean |
isNextEnabled() |
boolean |
isPreviousEnabled() |
void |
onNextPressed() |
void |
onPreviousPressed() |
addNotificationListener, createComponent, getComponent, getConfiguration, getParent, getValue, getValueHolder, isDisposed, removeNotificationListener, setValue, setValueHolderpublic UIWizard(IUIComponent parent)
public void configure(IElement element) throws ConfigurationException
configure in interface IElementConfigurableconfigure in class UIComponent<M,C,T>ConfigurationExceptionpublic void dispose()
IDisposabledispose in interface IDisposabledispose in class UIComponent<M,C,T>public IUIComponent<M,C,T> getCurrentPage()
public boolean isNextEnabled()
public boolean isPreviousEnabled()
public void onNextPressed()
public void onPreviousPressed()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.