public class UIElementTabView extends UIElementZKBase
autoEnable, autoHide, log, maxChildren| Constructor and Description |
|---|
UIElementTabView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateChildren(boolean activate)
Overrides activateChildren to ensure that only the active pane is affected.
|
protected void |
beforeRemoveChild(UIElementBase child)
Need to detach both the tab and the tab panel of the child component.
|
String |
getOrientation()
Returns the orientation (horizontal, vertical or accordion).
|
protected void |
setActivePane(UIElementTabPane pane)
Sets the active (visible) pane.
|
void |
setOrientation(String orientation)
Sets the orientation which can be horizontal or vertical.
|
activate, afterMoveTo, applyColor, applyHint, associateComponent, bind, createFromTemplate, createFromTemplate, createFromTemplate, editProperties, fullSize, getAssociatedUIElement, getEnableDesignModeMask, getInnerComponent, getOuterComponent, getParent, getTemplateUrl, hasVisibleElements, moveChild, setDesignContextMenu, setDesignContextMenu, setDesignMode, setEnableDesignModeMask, setInnerComponent, setOuterComponent, swapChildren, unbind, updateVisibilityabout, addChild, addChild, afterAddChild, afterInitialize, afterParentChanged, afterRemoveChild, applyColor, applyHint, beforeAddChild, beforeInitialize, beforeParentChanged, bringToFront, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, destroy, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildren, getColor, getDefinition, getDisplayName, getEventManager, getFirstChild, getFirstVisibleChild, getHint, getIndex, getInstanceName, getLastChild, getLastVisibleChild, getNextSibling, getPropEditClass, getRejectReason, getRoot, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isActivated, isContainer, isDesignMode, isEnabled, isLocked, isVisible, raise, raise, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setColor, setDefinition, setDefinition, setEnabled, setHint, setIndex, setLocked, setParent, setRejectReason, setVisible, updateParentState, updateState, updateVisibilitypublic void setOrientation(String orientation)
orientation - Orientation setting.public String getOrientation()
protected void beforeRemoveChild(UIElementBase child)
beforeRemoveChild in class UIElementBasechild - The child UI element.protected void setActivePane(UIElementTabPane pane)
pane - The pane to become active.public void activateChildren(boolean activate)
activateChildren in class UIElementBaseactivate - The activate status.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.