|
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.control.builder.LyBuilder
leon.control.builder.LyAreaBuilder
leon.control.builder.LyMultiAreaBuilder
public abstract class LyMultiAreaBuilder
This builder construct the view for a multi Area Controller.
LyMultiAreaController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
static java.lang.String |
GROUP
Group string |
static char |
VISIBLE_SEP
Displayable delimiter. |
Constructor Summary | |
---|---|
LyMultiAreaBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
void |
completeMenuBar(LyMenuBar menuBar,
int level)
This method is invoked to enable the area to complete the menuBar of the view and add its own menu items. |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, completeMessages, getRightLabel, setTitleBarParameters, updateSelectFile, updateTitleBar |
Methods inherited from class leon.control.builder.LyBuilder |
---|
build, getComponent, getParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static char VISIBLE_SEP
public static java.lang.String GROUP
Constructor Detail |
---|
public LyMultiAreaBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public void completeMenuBar(LyMenuBar menuBar, int level)
completeMenuBar
in class LyAreaBuilder
menuBar
- the menuBar structurelevel
- : level of current Controller. one of the LEVEL_XXX contants. in
LyViewControllerLyViewController
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |