|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectComplexPanel
com.vaadin.client.ui.VTabsheetBase
public abstract class VTabsheetBase
| Field Summary | |
|---|---|
protected int |
activeTabIndex
For internal use only. |
protected ApplicationConnection |
client
For internal use only. |
protected AbstractComponentConnector |
connector
For internal use only. |
protected boolean |
disabled
For internal use only. |
protected java.util.Set<java.lang.String> |
disabledTabKeys
For internal use only. |
protected boolean |
readonly
For internal use only. |
protected java.util.ArrayList<java.lang.String> |
tabKeys
For internal use only. |
| Constructor Summary | |
|---|---|
VTabsheetBase(java.lang.String classname)
|
|
| Method Summary | |
|---|---|
void |
addTabKey(java.lang.String key,
boolean disabled)
For internal use only. |
protected abstract void |
clearPaintables()
Clears current tabs and contents |
void |
clearTabKeys()
For internal use only. |
protected ComponentConnector |
getConnectorForWidget(Widget widget)
For internal use only. |
abstract ComponentConnector |
getTab(int index)
Implement in extending classes. |
abstract int |
getTabCount()
Implement in extending classes. |
abstract java.util.Iterator<Widget> |
getWidgetIterator()
|
protected boolean |
isDynamicHeight()
Returns true if the height of the widget is undefined, false otherwise. |
protected boolean |
isDynamicWidth()
Returns true if the width of the widget is undefined, false otherwise. |
boolean |
isEnabled()
|
boolean |
isTabCaptionsAsHtml()
Checks whether captions are rendered as HTML The default is false, i.e. |
abstract void |
removeTab(int index)
Implement in extending classes. |
abstract void |
renderTab(com.vaadin.shared.ui.tabsheet.TabState tabState,
int index)
Implement in extending classes. |
abstract void |
selectTab(int index)
For internal use only. |
void |
setActiveTabIndex(int activeTabIndex)
For internal use only. |
void |
setClient(ApplicationConnection client)
For internal use only. |
void |
setConnector(AbstractComponentConnector connector)
Sets the connector that should be notified of events etc. |
void |
setEnabled(boolean enabled)
For internal use only. |
void |
setReadonly(boolean readonly)
For internal use only. |
void |
setTabCaptionsAsHtml(boolean tabCaptionsAsHtml)
Sets whether the caption is rendered as HTML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ApplicationConnection client
protected final java.util.ArrayList<java.lang.String> tabKeys
protected java.util.Set<java.lang.String> disabledTabKeys
protected int activeTabIndex
protected boolean disabled
protected boolean readonly
protected AbstractComponentConnector connector
| Constructor Detail |
|---|
public VTabsheetBase(java.lang.String classname)
| Method Detail |
|---|
public abstract java.util.Iterator<Widget> getWidgetIterator()
protected abstract void clearPaintables()
public abstract void renderTab(com.vaadin.shared.ui.tabsheet.TabState tabState,
int index)
public abstract int getTabCount()
public abstract ComponentConnector getTab(int index)
public abstract void removeTab(int index)
protected boolean isDynamicWidth()
protected boolean isDynamicHeight()
public void setConnector(AbstractComponentConnector connector)
connector - public void clearTabKeys()
public void addTabKey(java.lang.String key,
boolean disabled)
public void setClient(ApplicationConnection client)
public void setActiveTabIndex(int activeTabIndex)
public void setEnabled(boolean enabled)
public void setReadonly(boolean readonly)
protected ComponentConnector getConnectorForWidget(Widget widget)
public abstract void selectTab(int index)
public boolean isEnabled()
public void setTabCaptionsAsHtml(boolean tabCaptionsAsHtml)
The default is false, i.e. render tab captions as plain text
captionAsHtml - true if the captions are rendered as HTML, false if rendered
as plain textpublic boolean isTabCaptionsAsHtml()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||