|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.tabsheet.TabsheetState
public class TabsheetState
| Field Summary | |
|---|---|
static java.lang.String |
PRIMARY_STYLE_NAME
|
java.lang.String |
selected
the key of the currently selected tab |
boolean |
tabCaptionsAsHtml
|
int |
tabIndex
Index of the component when switching focus - not related to Tabsheet tabs. |
java.util.List<TabState> |
tabs
|
boolean |
tabsVisible
true to show the tab bar, false to only show the contained component |
| Fields inherited from class com.vaadin.shared.AbstractComponentState |
|---|
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width |
| Fields inherited from class com.vaadin.shared.communication.SharedState |
|---|
enabled, registeredEventListeners, resources |
| Constructor Summary | |
|---|---|
TabsheetState()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PRIMARY_STYLE_NAME
@NoLayout public int tabIndex
public java.util.List<TabState> tabs
public boolean tabsVisible
public java.lang.String selected
public boolean tabCaptionsAsHtml
| Constructor Detail |
|---|
public TabsheetState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||