|
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.LyTabAreaBuilder
public class LyTabAreaBuilder
This builder construct the view for a tab Area Controller.
LyTabAreaController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyTabAreaBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyComponent |
build()
Builds the view component for the specified parent controller. |
void |
clearTabs()
Clear the tabs content |
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 to complete the messageBar of the view and add its own messages. |
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 LyTabAreaBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public LyComponent build()
build
in class LyBuilder
public void clearTabs()
public void completeMenuBar(LyMenuBar menuBar, int level)
completeMenuBar
in class LyAreaBuilder
menuBar
- the menuBar structurelevel
- : level of current Controller. one of the LEVEL_XXX constantsLyViewController
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 constants.LyViewController
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |