public class LspsTabbedLayout extends UIComponent
UIFinder.find(String)
.element
Constructor and Description |
---|
LspsTabbedLayout(TabSheetElement element) |
Modifier and Type | Method and Description |
---|---|
int |
getSelectedTabIndex()
Returns the index of the currently selected tab.
|
List<String> |
getTabCaptions()
Gets a list of Tabs inside the Tab container.
|
int |
getTabCount()
Gets the number of tabs contained in this tab sheet.
|
void |
openTab(int index)
Opens the tab with the given index.
|
void |
openTab(String tabCaption)
Opens a Tab that has caption equal to given tabCaption.
|
as, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML, toString
$, clickButton, contains, find, getDriver, waitForVaadin
public int getSelectedTabIndex()
public List<String> getTabCaptions()
public int getTabCount()
public void openTab(int index)
index
- The zero-based index of the tab to be opened.NoSuchElementException
- on invalid indexpublic void openTab(String tabCaption)
tabCaption
- Caption of the tab to be openedNoSuchElementException
- on invalid tab nameCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.