|
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 |
java.lang.Objectleon.app.behavior.LyBehavior
leon.app.behavior.LyActionBehavior
leon.app.behavior.LyTabActionBehavior
public class LyTabActionBehavior
This class implements the default behavior for tab actions.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyTabActionBehavior()
Construct a tab action behavior. |
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 class leon.app.behavior.LyActionBehavior |
---|
endAction, getClientContext, getContextTitle, getHelpFile, getImage, getImageTooltip, getKeyValue, getMenuItemImage, getTitle, reset, startAction |
Methods inherited from class leon.app.behavior.LyBehavior |
---|
free, getSession, handleDemand, init |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyTabActionBehavior()
Method Detail |
---|
public java.lang.String[] getStepLabels(LyTabAreaController tabAreaController)
getStepLabels
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.
public java.lang.String getImage(LyTabAreaController tabAreaController, int index)
getImage
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.index
- Index of the current step.
public java.lang.String[] getHrefColors(LyTabAreaController tabAreaController)
getHrefColors
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.
public LyAction getNextAction(LyTabAreaController tabAreaController, int index)
getNextAction
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.index
- Index of the current step.
public LyAreaController buildAreaController(LyTabAreaController tabAreaController, LyAction action)
buildAreaController
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.action
- Action for which a controller is requested.
public boolean enableNext(LyTabAreaController tabAreaController, int index)
enableNext
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.index
- Index of the current step.
public boolean enableTerminate(LyTabAreaController tabAreaController, int index)
enableTerminate
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.index
- Index of the current step.
public boolean beforeCommit(LyTabAreaController tabAreaController)
beforeCommit
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.
public void afterCommit(LyTabAreaController tabAreaController)
afterCommit
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.public void cancel(LyTabAreaController tabAreaController)
cancel
in interface LyTabActionBehaviorInterface
tabAreaController
- Controller of the tab action.public void selectedTabChanged(LyTabAreaController tabAreaController, int selectedTab, LyAreaController selectedAreaController)
selectedTabChanged
in interface LyTabActionBehaviorInterface
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 |