public class UIElementLayout extends UIElementZKBase
autoEnable, autoHide, log, maxChildren| Constructor and Description |
|---|
UIElementLayout() |
UIElementLayout(String layoutName,
boolean shared) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialize(boolean deserializing)
If this is a linked layout, must deserialize from it.
|
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 |
getDisplayName()
Returns the display name of this element.
|
UILayout |
getLayout() |
String |
getLayoutName() |
boolean |
getLinked()
Returns the linked state.
|
Iterable<UIElementBase> |
getSerializableChildren()
A linked layout has no serializable children.
|
boolean |
getShared() |
void |
setDefinition(PluginDefinition definition)
Sets the plugin definition for this element.
|
void |
setLayoutName(String layoutName) |
void |
setLinked(boolean linked)
Sets the linked state.
|
void |
setShared(boolean shared) |
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, afterParentChanged, afterRemoveChild, applyColor, applyHint, beforeAddChild, beforeParentChanged, beforeRemoveChild, bringToFront, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, destroy, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildren, getColor, getDefinition, getEventManager, getFirstChild, getFirstVisibleChild, getHint, getIndex, getInstanceName, getLastChild, getLastVisibleChild, getNextSibling, getPropEditClass, getRejectReason, getRoot, hasAncestor, hasChild, indexOfChild, isActivated, isContainer, isDesignMode, isEnabled, isLocked, isVisible, raise, raise, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setColor, setDefinition, setEnabled, setHint, setIndex, setLocked, setParent, setRejectReason, setVisible, updateParentState, updateState, updateVisibilitypublic UIElementLayout()
public UIElementLayout(String layoutName, boolean shared)
public void setDefinition(PluginDefinition definition)
UIElementBasesetDefinition in class UIElementBasedefinition - The plugin definition.public String getDisplayName()
UIElementBasegetDisplayName in class UIElementBasepublic String getLayoutName()
public void setLayoutName(String layoutName)
public boolean getShared()
public void setShared(boolean shared)
public 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
afterInitialize in class UIElementBasedeserializing - If true, initialization is occurring as a result of deserialization.Exception - Unspecified exception.public Iterable<UIElementBase> getSerializableChildren()
getSerializableChildren in class UIElementBasepublic boolean getLinked()
public void setLinked(boolean linked)
linked - The linked state.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.