LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalTabs

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LyGraphicalContainer, LyGraphicalFieldItem, LyGraphicalPanel, LyViewComponent
All Known Implementing Classes:
LyJQTabs, LyMobileTabs, LyStrutsTabs, LySwingTabs

public interface LyGraphicalTabs
extends LyGraphicalContainer

The LyGraphicalTabs interface represents the abstract graphical component for the tabs of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setSelectedTab

void setSelectedTab(java.lang.String selectedTab)
Updates attribute selectedTab to the given value.

Parameters:
selectedTab - New value of selectedTab.

addTab

void addTab(LyTab tabs,
            int pos)
Inserts a sub-component tabs at given position.

Parameters:
tabs - The tabs to add to tabs list.
pos - Position where the sub-component is inserted.

removeTab

void removeTab(LyTab tabs)
Removes a sub-component tabs.

Parameters:
tabs - The tabs to remove to tabs list.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com