public class UIElementTreeView extends UIElementZKBase
autoEnable, autoHide, log, maxChildren| Constructor and Description |
|---|
UIElementTreeView() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateChildren(boolean activate)
Only the active pane should receive the activation request.
|
protected void |
beforeRemoveChild(UIElementBase child)
Remove the associated tree node when a tree pane is removed.
|
String |
getCaption()
Returns the caption of the selector pane.
|
ThemeUtil.ButtonStyle |
getSelectionStyle()
Returns the button style to use for selected nodes.
|
boolean |
isOpen()
Returns true if the selector pane is open.
|
protected void |
setActivePane(UIElementTreePane pane)
Activates the specified pane.
|
void |
setCaption(String value)
Sets the caption of the selector pane.
|
void |
setOpen(boolean value)
Opens or closes the selector pane.
|
void |
setSelectionStyle(ThemeUtil.ButtonStyle selectionStyle)
Sets the button style to use for selected nodes.
|
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 setCaption(String value)
value - Selector pane caption.public String getCaption()
public void setOpen(boolean value)
value - True to open the selector pane; false to close it.public boolean isOpen()
public ThemeUtil.ButtonStyle getSelectionStyle()
public void setSelectionStyle(ThemeUtil.ButtonStyle selectionStyle)
selectionStyle - Button style for selected nodes.protected void beforeRemoveChild(UIElementBase child)
beforeRemoveChild in class UIElementBasechild - The child UI element.public void activateChildren(boolean activate)
activateChildren in class UIElementBaseactivate - The activate status.protected void setActivePane(UIElementTreePane pane)
pane - Pane to make active.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.