leon.view.setinterface
Interface LySetTabInterface
- All Known Implementing Classes:
- LyJQTabs, LyStrutsTabs, LySwingTabs
public interface LySetTabInterface
Abstract access to a method. Hides the specific implementation of the view (win, swing, html...)
A value, and may have its value set.
Field Summary |
static java.lang.String |
__VERSION
|
Method Summary |
void |
setEnabled(java.lang.String tabId,
boolean enabled)
This method allows to enable or disable a specific tab. |
void |
setLabel(java.lang.String tabId,
java.lang.String newLabel)
This method allows to change the label of a specific tab. |
__VERSION
static final java.lang.String __VERSION
- See Also:
- Constant Field Values
setEnabled
void setEnabled(java.lang.String tabId,
boolean enabled)
- This method allows to enable or disable a specific tab.
- Parameters:
tabLabel
- the label or identifier of the tab to enable or disableenabled
- true if the tab is enabled, false otherwise
setLabel
void setLabel(java.lang.String tabId,
java.lang.String newLabel)
- This method allows to change the label of a specific tab.
- Parameters:
tabId
- the label or identifier of the tab to be changednewLabel
- the new label of the tab to be changed
Website: W4 S.A., contact us: support@w4global.com