public class BootstrapTabBox extends com.helger.photon.uicore.html.tabbox.AbstractTabBox<BootstrapTabBox>
| Modifier and Type | Field and Description |
|---|---|
static String |
JS_EVENT_HIDDEN
This event fires after a new tab is shown (and thus the previous active tab
is hidden).
|
static String |
JS_EVENT_HIDE
This event fires when a new tab is to be shown (and thus the previous
active tab is to be hidden).
|
static String |
JS_EVENT_SHOW
This event fires on tab show, but before the new tab has been shown.
|
static String |
JS_EVENT_SHOWN
This event fires on tab show after a tab has been shown.
|
| Constructor and Description |
|---|
BootstrapTabBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvertToMicroNode(com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings) |
protected void |
onFinalizeNodeState(com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings,
com.helger.html.hc.IHCHasChildrenMutable<?,? super com.helger.html.hc.IHCNode> aTargetNode) |
addTab, addTab, getActiveTab, getActiveTabID, getActiveTabOrDefault, getAllTabs, getTabCount, getTabOfID, hasNoTabs, hasTabs, removeTab, setActiveTabID, sortTabsaddChild, addChildAt, afterAddChild, afterRemoveChild, beforeAddChild, directGetAllChildren, findFirstChild, findFirstChildMapped, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getAllChildrenAsNodeList, getChildAtIndex, getChildCount, getChildren, getChildrenFormEmitting, getFirstChild, getLastChild, getPlainText, hasChildren, internalConvertToMicroNode, removeAllChildren, removeChild, removeChildAt, sortAllChildren, toStringconsistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, internalSetNodeState, onConsistencyCheck, onCustomizeNode, onRegisterExternalResources, registerExternalResourcesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddTab, addTab, addTab, addTabaddChild, addChildAt, addChildren, addChildren, setChildaddAndReturnChild, addAndReturnChildAt, addChild, addChildAt, addChildren, addChildren, addChildren, addChildrenAt, addChildrenAt, getAllChildrenAsNodeList, removeAllChildren, removeChild, removeChildAt, setChild, sortAllChildrenconsistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, getPlainText, registerExternalResourcesfindFirstChild, findFirstChildMapped, getAllChildren, getChildAtIndex, getFirstChild, getLastChildforAllChildrenRecursive, forAllChildrenRecursivepublic static final String JS_EVENT_SHOW
public static final String JS_EVENT_SHOWN
public static final String JS_EVENT_HIDE
public static final String JS_EVENT_HIDDEN
public boolean canConvertToMicroNode(@Nonnull com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings)
canConvertToMicroNode in interface com.helger.html.hc.IHCNodecanConvertToMicroNode in class com.helger.html.hc.impl.AbstractHCHasChildrenMutable<BootstrapTabBox,com.helger.html.hc.IHCNode>protected void onFinalizeNodeState(@Nonnull com.helger.html.hc.IHCConversionSettingsToNode aConversionSettings, @Nonnull com.helger.html.hc.IHCHasChildrenMutable<?,? super com.helger.html.hc.IHCNode> aTargetNode)
onFinalizeNodeState in class com.helger.html.hc.impl.AbstractHCNodeCopyright © 2015–2020 Philip Helger. All rights reserved.