|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tabs | |
---|---|
org.odlabs.wiquery.ui.tabs |
Uses of Tabs in org.odlabs.wiquery.ui.tabs |
---|
Methods in org.odlabs.wiquery.ui.tabs that return Tabs | |
---|---|
Tabs |
Tabs.setAddEvent(JsScopeUiEvent add)
Set the callback when a tab is added |
Tabs |
Tabs.setCache(boolean cache)
Whether or not to cache remote tabs content, e.g. |
Tabs |
Tabs.setCollapsible(boolean collapsible)
Set to true to allow an already selected tab to become unselected again upon reselection. |
Tabs |
Tabs.setDefaultSelectedTabIndex(int selectedTabIndex)
Sets which tab is displayed. |
Tabs |
Tabs.setDisabled(ArrayItemOptions<IntegerItemOptions> disabled)
Set an array containing the position of the tabs (zero-based index) that should be disabled on initialization |
Tabs |
Tabs.setDisabled(boolean disabled)
Disables (true) or enables (false) the tabs. |
Tabs |
Tabs.setDisableEvent(JsScopeUiEvent disable)
Set the callback when a tab is disabled |
Tabs |
Tabs.setEnableEvent(JsScopeUiEvent enable)
Set the callback when a tab is enabled |
Tabs |
Tabs.setEvent(EventLabelOptions event)
Set the type of event to be used for selecting a tab |
Tabs |
Tabs.setFx(ListItemOptions<IListItemOption> fx)
Enable animations for hiding and showing tab panels. |
Tabs |
Tabs.setIdPrefix(String idPrefix)
If the remote tab, its anchor element that is, has no title attribute to generate an id from, an id/fragment identifier is created from this prefix and a unique id returned by $.data(el), for example "ui-tabs-54". |
Tabs |
Tabs.setLoadEvent(JsScopeUiEvent load)
Set the callback when the content of a remote tab has been loaded |
Tabs |
Tabs.setPanelTemplate(String panelTemplate)
Set the HTML template from which a new tab panel is created in case of adding a tab with the add method or when creating a panel for a remote tab on the fly. |
Tabs |
Tabs.setRemoveEvent(JsScopeUiEvent remove)
Set the callback when a tab is removed |
Tabs |
Tabs.setSelectEvent(JsScopeUiEvent select)
Set the callback when the user is clicking the tab |
Tabs |
Tabs.setShowEvent(JsScopeUiEvent show)
Set the callback when a tab is shown |
Tabs |
Tabs.setSpinner(String spinner)
Set the HTML content of this string is shown in a tab title while remote content is loading. |
Tabs |
Tabs.setTabTemplate(String tabTemplate)
Set the HTML template from which a new tab is created and added. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |