|
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.LyViewBuilder
public abstract class LyViewBuilder
This builder is a basic class.
LyViewController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyViewBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyArea |
buildArea()
Builds the area for this view. |
LyToolBar |
buildToolBar()
Builds the toolbar for the view. |
void |
completeMenuBar(LyMenuBar menuBar,
int level)
This method is invoked to enable the the area to complete the menuBar of the view and add its own menu items. |
void |
completeMessages(LyMessages messages,
int level)
This method is invoked to enable the the area(s) to complete the message bar of the view and add its own message items. |
LyToolBar |
completeRightToolBar(LyToolBar toolbar)
Complete the given toolbar. |
LyToolBar |
completeToolBar(LyToolBar toolbar)
Complete the given toolbar. |
Methods inherited from class leon.control.builder.LyBuilder |
---|
build, buildComponent, 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
Constructor Detail |
---|
public LyViewBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public void completeMenuBar(LyMenuBar menuBar, int level)
menuBar
- the menuBar structurelevel
- : level of current Controller. one of the LEVEL_XXX contants. in
LyViewControllerLyViewController
public void completeMessages(LyMessages messages, int level)
messages
- the message bar structurelevel
- : level of current Controller. one of the LEVEL_XXX contants. in
LyViewControllerLyViewController
public LyToolBar buildToolBar()
public LyArea buildArea()
public LyToolBar completeToolBar(LyToolBar toolbar)
toolbar
- the toolbar to complete
public LyToolBar completeRightToolBar(LyToolBar toolbar)
toolbar
- the toolbar to complete
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |