public class ElementTabPane extends ElementUI
autoEnable, autoHide, EVENT_ELEMENT_ACTIVATE, EVENT_ELEMENT_INACTIVATE, log| Constructor and Description |
|---|
ElementTabPane()
Set up the tab and tab panel UI components.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyColor()
Applies color to the tab caption text as well as the tab panel.
|
protected void |
applyHint()
Hint text should be applied to the tab.
|
protected void |
bind()
Override to bind wrapped components to the UI.
|
void |
bringToFront()
Make this tab pane active.
|
String |
getIcon()
Returns the tab icon.
|
String |
getInstanceName()
The caption label is the instance name.
|
String |
getLabel()
Returns the caption label.
|
void |
setEnabled(boolean enabled)
Apply the disable style when a tab is disabled.
|
void |
setIcon(String value)
Sets the tab icon.
|
void |
setLabel(String value)
Sets the caption label.
|
protected void |
updateVisibility(boolean visible,
boolean activated)
Sets the visibility and selection state of the tab.
|
activate, activateChildren, addTrigger, afterAddChild, afterMoveChild, afterParentChanged, afterRemoveChild, applyColor, applyHint, associateComponent, beforeParentChanged, 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, beforeRemoveChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, editProperties, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildCount, getChildren, getChildren, getDefinition, getDisplayName, getEventManager, getFirstChild, getIndex, getLastChild, getPropEditClass, getRejectReason, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isContainer, isDesignMode, isEnabled, isLocked, listenToChild, listenToParent, moveChild, moveChild, notifyChildren, notifyParent, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setDefinition, setDefinition, setIndex, setLocked, setParent, setRejectReason, updateParentStatepublic ElementTabPane()
public void bringToFront()
bringToFront in class ElementUIpublic String getInstanceName()
getInstanceName in class ElementBaseprotected void updateVisibility(boolean visible,
boolean activated)
updateVisibility in class ElementUIvisible - The current visibility state.activated - The current activation state.public void setEnabled(boolean enabled)
setEnabled in class ElementBaseenabled - The enabled state.protected void applyColor()
applyColor in class ElementUIprotected void bind()
ElementUIpublic String getLabel()
public void setLabel(String value)
value - The caption label.public String getIcon()
public void setIcon(String value)
value - The tab icon.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.