|
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
leon.control.builder.LyDashboardBuilder
public class LyDashboardBuilder
This builder is used to construct the view for the dashboard controller.
LyDashboardController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Fields inherited from class leon.control.builder.LyMultiAreaBuilder |
---|
GROUP, VISIBLE_SEP |
Constructor Summary | |
---|---|
LyDashboardBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyComponent |
build()
Builds the view component for the specified parent controller. |
LyArea |
buildDefaultArea()
Builds the area displayed when opening the dashboard (single window mode only). |
LyMenu |
buildWindowMenu()
Builds the window menu. |
void |
completeMenuBar(LyMenuBar menuBar,
int level)
Complete the given menu bar. |
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. |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, getRightLabel, setTitleBarParameters, updateSelectFile, updateTitleBar |
Methods inherited from class leon.control.builder.LyBuilder |
---|
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 LyDashboardBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public LyComponent build()
build
in class LyBuilder
public LyArea buildDefaultArea()
public void completeMessages(LyMessages messages, int level)
completeMessages
in class LyAreaBuilder
messages
- the message bar structurelevel
- : level of current Controller. one of the LEVEL_XXX contants. in
LyViewControllerLyViewController
public LyMenu buildWindowMenu()
public void completeMenuBar(LyMenuBar menuBar, int level)
completeMenuBar
in class LyMultiAreaBuilder
menuBar
- the menubar to completelevel
- the current levelLyViewController
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |