|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyTabActionBehaviorInterface
Interface for the controller of tab actions.
LyTabAreaController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
void |
afterCommit(LyTabAreaController tabAreaController)
Method called when Terminate is selected after committing actions done in wizard. |
boolean |
beforeCommit(LyTabAreaController tabAreaController)
Method called when Terminate is selected before committing actions done in wizard. |
LyAreaController |
buildAreaController(LyTabAreaController tabAreaController,
LyAction action)
Builds area controller corresponding to the given action. |
void |
cancel(LyTabAreaController tabAreaController)
Method called when Cancel is selected before cancelling actions done in wizard. |
boolean |
enableNext(LyTabAreaController tabAreaController,
int index)
This method is only used for tab actions with wizard type. |
boolean |
enableTerminate(LyTabAreaController tabAreaController,
int index)
This method is only used for tab actions with wizard type. |
java.lang.String[] |
getHrefColors(LyTabAreaController tabAreaController)
Get the colors used for hyperlinks displayed in left panel of the wizard. |
java.lang.String |
getImage(LyTabAreaController tabAreaController,
int index)
Get image to display in left panel of the wizard. |
LyAction |
getNextAction(LyTabAreaController tabAreaController,
int index)
Get next action to be displayed in right panel of the wizard. |
java.lang.String[] |
getStepLabels(LyTabAreaController tabAreaController)
Get labels to display in left panel of the wizard. |
void |
selectedTabChanged(LyTabAreaController tabAreaController,
int selectedTab,
LyAreaController selectedAreaController)
Method called when a tab has been selected. |
Methods inherited from interface leon.app.behaviorinterface.LyActionBehaviorInterface |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from interface leon.app.behaviorinterface.LyBehaviorInterface |
---|
free, handleDemand, init |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.lang.String[] getStepLabels(LyTabAreaController tabAreaController)
tabAreaController
- Controller of the tab action.
java.lang.String getImage(LyTabAreaController tabAreaController, int index)
tabAreaController
- Controller of the tab action.index
- Index of the current step.
java.lang.String[] getHrefColors(LyTabAreaController tabAreaController)
tabAreaController
- Controller of the tab action.
LyAction getNextAction(LyTabAreaController tabAreaController, int index)
tabAreaController
- Controller of the tab action.index
- Index of the current step.
LyAreaController buildAreaController(LyTabAreaController tabAreaController, LyAction action)
tabAreaController
- Controller of the tab action.action
- Action for which a controller is requested.
boolean enableNext(LyTabAreaController tabAreaController, int index)
tabAreaController
- Controller of the tab action.index
- Index of the current step.
boolean enableTerminate(LyTabAreaController tabAreaController, int index)
tabAreaController
- Controller of the tab action.index
- Index of the current step.
boolean beforeCommit(LyTabAreaController tabAreaController)
tabAreaController
- Controller of the tab action.
void afterCommit(LyTabAreaController tabAreaController)
tabAreaController
- Controller of the tab action.void cancel(LyTabAreaController tabAreaController)
tabAreaController
- Controller of the tab action.void selectedTabChanged(LyTabAreaController tabAreaController, int selectedTab, LyAreaController selectedAreaController)
tabAreaController
- the tab action controllerselectedTab
- the index of the selected tabselectedAreaController
- the controller of the selected tab action
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |