|
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 LyWaitBehaviorInterface
This interface defines the methods to implement in order to have a behavior that controls the evolution of the progress bar, the label, and the icon associated to a wait view shown while a time consumming action is performed.
LyWaitController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
void |
endWaiting(LyWaitController controller)
Method invoked at the end of the wait, when it is over. |
java.lang.String |
getWaitIcon(LyWaitController controller)
Gets the current icon for the waiting view. |
java.lang.String |
getWaitLabel(LyWaitController controller)
Gets the current label for the waiting view. |
int |
getWaitValue(LyWaitController controller)
Gets the current progress value. |
void |
increaseOffset(LyWaitController controller)
Increases the current offset. |
void |
startWaiting(LyWaitController controller)
Method called when the waiting starts. |
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 |
---|
int getWaitValue(LyWaitController controller)
controller
- the current LyWaitController instance
java.lang.String getWaitLabel(LyWaitController controller)
controller
- the current LyWaitController instance
java.lang.String getWaitIcon(LyWaitController controller)
controller
- the current LyWaitController instance
void increaseOffset(LyWaitController controller)
controller
- the current LyWaitController instancevoid startWaiting(LyWaitController controller)
controller
- current LyWaitController instancevoid endWaiting(LyWaitController controller)
controller
- the current LyWaitController instance
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |