public class ElementProxy extends ElementBase implements IPropertyAccessor
log| Constructor and Description |
|---|
ElementProxy(ElementBase real) |
ElementProxy(PluginDefinition def) |
| 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) |
ElementBase |
getReal() |
boolean |
isDeleted() |
ElementBase |
realize(ElementBase parent)
Realizes the creation or destruction of the proxied object.
|
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, addChild, addChild, afterAddChild, afterInitialize, afterMoveChild, afterParentChanged, afterRemoveChild, beforeAddChild, beforeInitialize, beforeParentChanged, beforeRemoveChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, destroy, editProperties, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildCount, getChildren, getChildren, getDefinition, getDisplayName, getEventManager, getFirstChild, getIndex, getInstanceName, getLastChild, getParent, getPropEditClass, getRejectReason, getRoot, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isContainer, isDesignMode, isEnabled, isLocked, listenToChild, listenToParent, moveChild, moveChild, notifyChildren, notifyParent, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setDefinition, setDefinition, setDesignMode, setEnabled, setIndex, setLocked, setParent, setRejectReason, updateParentState, updateStatepublic ElementProxy(PluginDefinition def)
public ElementProxy(ElementBase real)
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 ElementBase getReal()
protected void revert()
public void commit()
public ElementBase realize(ElementBase parent)
parent - The parent UI element.public void setDeleted(boolean deleted)
public boolean isDeleted()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.