Gets the specified tab's HTML.
Parameters: index - the index of the tab whose HTML is to be retrieved the tab's HTML
insertTab
public void insertTab(String text, boolean asHTML, int beforeIndex)(Code)
Inserts a new tab at the specified index.
Parameters: text - the new tab's text Parameters: asHTML - true to treat the specified text as HTML Parameters: beforeIndex - the index before which this tab will be inserted
insertTab
public void insertTab(String text, int beforeIndex)(Code)
Inserts a new tab at the specified index.
Parameters: text - the new tab's text Parameters: beforeIndex - the index before which this tab will be inserted
insertTab
public void insertTab(Widget widget, int beforeIndex)(Code)
Inserts a new tab at the specified index.
Parameters: widget - widget to be used in the new tab. Parameters: beforeIndex - the index before which this tab will be inserted.
Programmatically selects the specified tab. Use index -1 to specify that no
tab should be selected.
Parameters: index - the index of the tab to be selected. true if successful, false if thechange is denied by the TabListener.
Methods inherited from com.google.gwt.user.client.ui.Composite