|
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 |
public interface LyGraphicalTabs
The LyGraphicalTabs interface represents the abstract graphical component for the tabs of views.dtd regardless of the target (swing, swt, dhtml...).
LyTabs
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addTab(LyTab tabs,
int pos)
Inserts a sub-component tabs at given position. |
void |
removeTab(LyTab tabs)
Removes a sub-component tabs. |
void |
setSelectedTab(java.lang.String selectedTab)
Updates attribute selectedTab to the given value. |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setSelectedTab(java.lang.String selectedTab)
selectedTab
- New value of selectedTab.void addTab(LyTab tabs, int pos)
tabs
- The tabs to add to tabs list.pos
- Position where the sub-component is inserted.void removeTab(LyTab tabs)
tabs
- The tabs to remove to tabs list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |