|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.platform.dataaccess.datasource.wizard.steps.AbstractWizardStep<T>
public abstract class AbstractWizardStep<T extends IWizardModel>
Todo: Document Me
| Field Summary | |
|---|---|
static String |
DISABLED_PROPERTY_NAME
|
static String |
FINISHABLE_PROPERTY_NAME
|
static String |
PREVIEWABLE_PROPERTY_NAME
|
static String |
SPACER_IMAGE_SRC
|
static String |
STEP_GRID_ID
|
static String |
STEP_IMAGE_SRC
|
static String |
STEP_ROWS_ID
|
static String |
VALID_PROPERTY_NAME
|
static String |
XUL_IMAGE_TYPE
|
static String |
XUL_LABEL_TYPE
|
static String |
XUL_ROW_TYPE
|
| Method Summary | |
|---|---|
void |
createPresentationComponent(org.pentaho.ui.xul.XulDomContainer mainWizardContainer)
|
org.pentaho.ui.xul.binding.BindingFactory |
getBindingFactory()
|
org.pentaho.ui.xul.dom.Document |
getDocument()
|
T |
getModel()
|
boolean |
isDisabled()
isDisabled() |
boolean |
isFinishable()
|
boolean |
isValid()
Checks, whether the step is currently valid. |
void |
setBindingFactory(org.pentaho.ui.xul.binding.BindingFactory bf)
|
void |
setDisabled(boolean disabled)
setDisabled(boolean disable); |
void |
setDocument(org.pentaho.ui.xul.dom.Document document)
|
void |
setFinishable(boolean finishable)
setFinishable() |
void |
setModel(T model)
|
void |
setStepImageVisible(boolean visible)
|
void |
stepActivatingForward()
stepActivatingForward() Called if the step that is activating is higher in the list than the current one (next). |
void |
stepActivatingReverse()
stepActivatingReverse() Called if the step that is activatig is lower in the list than the current active one (back) |
boolean |
stepDeactivatingForward()
Called on a step just before it becomes deactivated (before the next active step is shown) on response to moving forward in the step list (next). |
boolean |
stepDeactivatingReverse()
Called on a step just before it become deactivated (before the next active step is shown) on response to moving backward in the step list (back) |
| Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pentaho.platform.dataaccess.datasource.wizard.steps.IWizardStep |
|---|
getStepName, setBindings |
| Field Detail |
|---|
public static final String VALID_PROPERTY_NAME
public static final String PREVIEWABLE_PROPERTY_NAME
public static final String FINISHABLE_PROPERTY_NAME
public static final String DISABLED_PROPERTY_NAME
public static final String STEP_GRID_ID
public static final String STEP_ROWS_ID
public static final String XUL_ROW_TYPE
public static final String XUL_IMAGE_TYPE
public static final String XUL_LABEL_TYPE
public static final String STEP_IMAGE_SRC
public static final String SPACER_IMAGE_SRC
| Method Detail |
|---|
public boolean isValid()
isValid in interface IWizardSteppublic void setFinishable(boolean finishable)
IWizardStep
setFinishable in interface IWizardStepfinishable - sets the flag that determines if the "Finish" button should be enabled for this
wizard panel.public boolean isFinishable()
isFinishable in interface IWizardSteppublic void setBindingFactory(org.pentaho.ui.xul.binding.BindingFactory bf)
setBindingFactory in interface IWizardSteppublic org.pentaho.ui.xul.binding.BindingFactory getBindingFactory()
public org.pentaho.ui.xul.dom.Document getDocument()
public void setDocument(org.pentaho.ui.xul.dom.Document document)
setDocument in interface IWizardStep
public void createPresentationComponent(org.pentaho.ui.xul.XulDomContainer mainWizardContainer)
throws org.pentaho.ui.xul.XulException
createPresentationComponent in interface IWizardSteporg.pentaho.ui.xul.XulExceptionpublic boolean isDisabled()
IWizardStep
isDisabled in interface IWizardSteppublic void setDisabled(boolean disabled)
IWizardStep
setDisabled in interface IWizardSteppublic void stepActivatingForward()
IWizardStep
stepActivatingForward in interface IWizardSteppublic void stepActivatingReverse()
IWizardStep
stepActivatingReverse in interface IWizardSteppublic boolean stepDeactivatingForward()
IWizardStep
stepDeactivatingForward in interface IWizardSteppublic void setStepImageVisible(boolean visible)
public boolean stepDeactivatingReverse()
IWizardStep
stepDeactivatingReverse in interface IWizardSteppublic T getModel()
public void setModel(T model)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||