|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectComplexPanel
com.vaadin.client.ui.VTabsheetBase
com.vaadin.client.ui.VAccordion
public class VAccordion
| Nested Class Summary | |
|---|---|
class |
VAccordion.StackItem
A StackItem has always two children, Child 0 is a VCaption, Child 1 is the actual child widget. |
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
int |
selectedItemIndex
For internal use only. |
| Fields inherited from class com.vaadin.client.ui.VTabsheetBase |
|---|
activeTabIndex, client, connector, disabled, disabledTabKeys, readonly, tabKeys |
| Constructor Summary | |
|---|---|
VAccordion()
|
|
| Method Summary | |
|---|---|
protected void |
clearPaintables()
Clears current tabs and contents |
void |
close(VAccordion.StackItem item)
For internal use only. |
VAccordion.StackItem |
getOpenStackItem()
|
VAccordion.StackItem |
getStackItem(int index)
For internal use only. |
java.lang.Iterable<VAccordion.StackItem> |
getStackItems()
|
ComponentConnector |
getTab(int index)
Implement in extending classes. |
int |
getTabCount()
Implement in extending classes. |
java.util.Iterator<Widget> |
getWidgetIterator()
|
void |
onSelectTab(VAccordion.StackItem item)
|
void |
open(int itemIndex)
For internal use only. |
void |
removeTab(int index)
Implement in extending classes. |
void |
renderTab(com.vaadin.shared.ui.tabsheet.TabState tabState,
int index)
Implement in extending classes. |
void |
selectTab(int index)
For internal use only. |
void |
setStyleName(java.lang.String style)
|
void |
setStylePrimaryName(java.lang.String style)
|
protected void |
updateStyleNames(java.lang.String primaryStyleName)
|
| Methods inherited from class com.vaadin.client.ui.VTabsheetBase |
|---|
addTabKey, clearTabKeys, getConnectorForWidget, isDynamicHeight, isDynamicWidth, isEnabled, setActiveTabIndex, setClient, setConnector, setEnabled, setReadonly |
| 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 CLASSNAME
public int selectedItemIndex
| Constructor Detail |
|---|
public VAccordion()
| Method Detail |
|---|
public void renderTab(com.vaadin.shared.ui.tabsheet.TabState tabState,
int index)
VTabsheetBase
renderTab in class VTabsheetBasepublic void selectTab(int index)
VTabsheetBase
selectTab in class VTabsheetBasepublic void setStylePrimaryName(java.lang.String style)
public void setStyleName(java.lang.String style)
protected void updateStyleNames(java.lang.String primaryStyleName)
public void open(int itemIndex)
public void close(VAccordion.StackItem item)
public void onSelectTab(VAccordion.StackItem item)
protected void clearPaintables()
VTabsheetBase
clearPaintables in class VTabsheetBasepublic java.util.Iterator<Widget> getWidgetIterator()
getWidgetIterator in class VTabsheetBasepublic int getTabCount()
VTabsheetBase
getTabCount in class VTabsheetBasepublic void removeTab(int index)
VTabsheetBase
removeTab in class VTabsheetBasepublic ComponentConnector getTab(int index)
VTabsheetBase
getTab in class VTabsheetBasepublic VAccordion.StackItem getStackItem(int index)
public java.lang.Iterable<VAccordion.StackItem> getStackItems()
public VAccordion.StackItem getOpenStackItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||