|
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
leon.control.builder.LyTableBuilder
leon.control.builder.LySocialBuilder
public class LySocialBuilder
This builder creates a table view for the social table controller It is based on the table builder.
LyTableBuilder
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LySocialBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyTab |
addTab(LyController controller)
Add chat tab to chat tabs. |
void |
freeChatControllers()
Free controllers. |
void |
freeTabs()
Free tab component. |
int |
getTabCount()
Get tab count. |
LyTabs |
getTabs()
Get tabs. |
void |
removeTab(int index)
Remove tab. |
Methods inherited from class leon.control.builder.LyTableBuilder |
---|
build, updateFixColumnSubMenu, updateSelectFile |
Methods inherited from class leon.control.builder.LySimpleTableBuilder |
---|
buildHeader, getTable, rebuildFooters, rebuildHeaders, rebuildTable |
Methods inherited from class leon.control.builder.LyPanelBuilder |
---|
completeMenuBar |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, completeMessages, getRightLabel, setTitleBarParameters, 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 LySocialBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public LyTab addTab(LyController controller)
controller
- the chat controller to add
public LyTabs getTabs()
public int getTabCount()
public void removeTab(int index)
index
- index of tab.public void freeTabs()
public void freeChatControllers()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |