|
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.LyPanelBuilder
leon.control.builder.LySimpleTableBuilder
public abstract class LySimpleTableBuilder
This builder builds the basic view for a simple table controller.
LySimpleTableController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LySimpleTableBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyComponent |
build()
Builds the view component for the specified parent controller. |
LyHeader |
buildHeader(LyFieldInfo fieldInfo)
Build a header for a fieldInfo. |
LyTable |
getTable()
Shortcut to the table description. |
LyFooters |
rebuildFooters()
Rebuilds the footers of the table. |
LyHeaders |
rebuildHeaders()
Rebuilds the headers of the table. |
LyTable |
rebuildTable(LyTable oldTable)
Builds the table description. |
Methods inherited from class leon.control.builder.LyPanelBuilder |
---|
completeMenuBar |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, completeMessages, 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 LySimpleTableBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public LyComponent build()
build
in class LyBuilder
public LyTable rebuildTable(LyTable oldTable)
oldTable
- the old table
public LyHeaders rebuildHeaders()
public LyFooters rebuildFooters()
public LyTable getTable()
public LyHeader buildHeader(LyFieldInfo fieldInfo)
fieldInfo
- Field info for which a header is built.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |