public class UIElementProxy extends UIElementBase implements IPropertyAccessor
autoEnable, autoHide, log, maxChildren| Constructor and Description |
|---|
UIElementProxy(PluginDefinition def) |
UIElementProxy(UIElementBase target) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
Object |
getPropertyValue(PropertyInfo propInfo)
Override to get property value from proxy's property cache.
|
Object |
getPropertyValue(String propName) |
UIElementBase |
getTarget() |
boolean |
isDeleted() |
void |
realize(UIElementBase parent)
Realizes the creation or destruction of the proxied target.
|
protected void |
revert() |
void |
setDeleted(boolean deleted) |
void |
setPropertyValue(PropertyInfo propInfo,
Object value)
Overridden to set property value in proxy's property cache.
|
Object |
setPropertyValue(String propName,
Object value) |
about, activate, activateChildren, addChild, addChild, afterAddChild, afterInitialize, afterMoveTo, afterParentChanged, afterRemoveChild, applyColor, applyColor, applyHint, applyHint, beforeAddChild, beforeInitialize, beforeParentChanged, beforeRemoveChild, bind, bringToFront, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, destroy, editProperties, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildren, getColor, getDefinition, getDisplayName, getEventManager, getFirstChild, getFirstVisibleChild, getHint, getIndex, getInnerComponent, getInstanceName, getLastChild, getLastVisibleChild, getNextSibling, getOuterComponent, getParent, getPropEditClass, getRejectReason, getRoot, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isActivated, isContainer, isDesignMode, isEnabled, isLocked, isVisible, raise, raise, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setColor, setDefinition, setDefinition, setDesignMode, setEnabled, setHint, setIndex, setInnerComponent, setLocked, setOuterComponent, setParent, setRejectReason, setVisible, unbind, updateParentState, updateState, updateVisibility, updateVisibilitypublic UIElementProxy(PluginDefinition def)
public UIElementProxy(UIElementBase target)
public Object getPropertyValue(PropertyInfo propInfo) throws Exception
getPropertyValue in interface IPropertyAccessorpropInfo - The property descriptor.Exception - Unspecified exception.IPropertyAccessor.getPropertyValue(org.carewebframework.shell.property.PropertyInfo)public void setPropertyValue(PropertyInfo propInfo, Object value)
setPropertyValue in interface IPropertyAccessorpropInfo - The property descriptor.value - The new value of the property.IPropertyAccessor.setPropertyValue(org.carewebframework.shell.property.PropertyInfo, java.lang.Object)public UIElementBase getTarget()
protected void revert()
public void commit()
public void realize(UIElementBase parent) throws Exception
parent - The parent UI element.Exception - Unspecified exception.public void setDeleted(boolean deleted)
public boolean isDeleted()
Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.