public class ElementTabView extends ElementUI
autoEnable, autoHide, EVENT_ELEMENT_ACTIVATE, EVENT_ELEMENT_INACTIVATE, log| Constructor and Description |
|---|
ElementTabView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateChildren(boolean activate)
Overrides activateChildren to ensure that only the active pane is affected.
|
protected void |
beforeRemoveChild(ElementBase child)
Need to detach both the tab and the tab panel of the child component.
|
String |
getOrientation()
Returns the orientation (horizontal, vertical, top, or bottom).
|
protected void |
setActivePane(ElementTabPane pane)
Sets the active (visible) pane.
|
void |
setOrientation(String orientation)
Sets the orientation which can be horizontal or vertical.
|
protected void |
updateVisibility(boolean visible,
boolean activated)
Override to set the visibility of wrapped components.
|
activate, addTrigger, afterAddChild, afterMoveChild, afterParentChanged, afterRemoveChild, applyColor, applyColor, applyHint, applyHint, associateComponent, beforeParentChanged, bind, bringToFront, createFromTemplate, createFromTemplate, createFromTemplate, destroy, fullSize, getAssociatedElement, getColor, getDesignContextMenu, getFirstVisibleChild, getHint, getInnerComponent, getLastVisibleChild, getMaskMode, getMaskTarget, getNextSibling, getOuterComponent, getParent, getRoot, getTemplateUrl, getTriggers, hasVisibleElements, isActivated, isVisible, rebindChildren, removeTrigger, setColor, setDesignContextMenu, setDesignContextMenu, setDesignMode, setHint, setInnerComponent, setMaskMode, setOuterComponent, setVisible, unbind, updateState, updateVisibilityabout, addChild, addChild, afterInitialize, beforeAddChild, beforeInitialize, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, editProperties, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildCount, getChildren, getChildren, getDefinition, getDisplayName, getEventManager, getFirstChild, getIndex, getInstanceName, getLastChild, getPropEditClass, getRejectReason, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isContainer, isDesignMode, isEnabled, isLocked, listenToChild, listenToParent, moveChild, moveChild, notifyChildren, notifyParent, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setDefinition, setDefinition, setEnabled, setIndex, setLocked, setParent, setRejectReason, updateParentStatepublic void setOrientation(String orientation)
orientation - Orientation setting.public String getOrientation()
protected void beforeRemoveChild(ElementBase child)
beforeRemoveChild in class ElementBasechild - The child UI element.protected void setActivePane(ElementTabPane pane)
pane - The pane to become active.protected void updateVisibility(boolean visible,
boolean activated)
ElementUIupdateVisibility in class ElementUIvisible - The current visibility state.activated - The current activation state.public void activateChildren(boolean activate)
activateChildren in class ElementUIactivate - The activate status.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.