public class UIElementSplitterPane extends UIElementZKBase
autoEnable, autoHide, log, maxChildren| Constructor and Description |
|---|
UIElementSplitterPane() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialize(boolean deserializing)
Subclasses may override this to implement any additional operations that are necessary after
this element is initialized (i.e., after property values and parent element are set).
|
void |
afterParentChanged(UIElementBase oldParent)
Called after the parent has been changed.
|
void |
beforeInitialize(boolean deserializing)
Subclasses may override this to implement any additional operations that are necessary before
this element is initialized (i.e., before property values and parent element are set).
|
String |
getCaption() |
String |
getInstanceName()
Returns the instance name of this element.
|
double |
getSize() |
boolean |
isRelative() |
void |
setCaption(String caption) |
void |
setRelative(boolean relative) |
void |
setSize(double size) |
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, activateChildren, addChild, addChild, afterAddChild, afterRemoveChild, applyColor, applyHint, beforeAddChild, beforeParentChanged, beforeRemoveChild, bringToFront, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, destroy, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildren, getColor, getDefinition, getDisplayName, getEventManager, getFirstChild, getFirstVisibleChild, getHint, getIndex, 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 setSize(double size)
public double getSize()
public String getInstanceName()
UIElementBasegetInstanceName in class UIElementBasepublic void beforeInitialize(boolean deserializing)
throws Exception
UIElementBasebeforeInitialize in class UIElementBasedeserializing - If true, initialization is occurring as a result of deserialization.Exception - Unspecified exception.public void afterInitialize(boolean deserializing)
throws Exception
UIElementBaseafterInitialize in class UIElementBasedeserializing - If true, initialization is occurring as a result of deserialization.Exception - Unspecified exception.public void afterParentChanged(UIElementBase oldParent)
UIElementBaseafterParentChanged in class UIElementBaseoldParent - The value of the parent property prior to the change.public void setRelative(boolean relative)
public boolean isRelative()
public String getCaption()
public void setCaption(String caption)
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.