de.lessvoid.nifty.controls
Interface Tab

All Superinterfaces:
NiftyControl
All Known Implementing Classes:
TabControl

public interface Tab
extends NiftyControl

Author:
ractoc

Method Summary
 String getCaption()
          Get the caption for the tab.
 void setCaption(String caption)
          Set the caption for the tab.
 
Methods inherited from interface de.lessvoid.nifty.controls.NiftyControl
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
 

Method Detail

setCaption

void setCaption(String caption)
Set the caption for the tab.

Parameters:
caption - The caption for the tab.

getCaption

String getCaption()
Get the caption for the tab.

Returns:
The caption for the tab.


Copyright © 2011. All Rights Reserved.