| Package | Description |
|---|---|
| org.carewebframework.shell.designer | |
| org.carewebframework.shell.elements | |
| org.carewebframework.shell.plugins | |
| org.carewebframework.shell.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo |
PropertyEditorBase.getPropInfo()
Returns the PropertyInfo object associated with this editor.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyEditorBase<?> |
PropertyGrid.addPropertyEditor(PropertyInfo propInfo,
boolean append)
Adds a property editor to the grid for the specified property definition.
|
protected void |
PropertyEditorText.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorList.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorInteger.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorIcon.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorEnum.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initialize the list, based on the configuration data which can specify an enumeration class,
an iterable class, or the id of an iterable bean.
|
protected void |
PropertyEditorDouble.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorDate.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorCustomTree.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initializes the property editor by constructing the tree view based on the child elements of
the target element.
|
protected void |
PropertyEditorCustom.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
For custom property editors, if a property getter is specified, the value returned by the
getter is the real target.
|
protected void |
PropertyEditorColor.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorChoiceList.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorBoolean.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid) |
protected void |
PropertyEditorBase.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initializes the property editor.
|
protected void |
PropertyEditorAction.init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initialize the list from the action registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyGrid.setTarget(Object target,
List<PropertyInfo> props,
String title)
Sets the target object for the property grid.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ElementProxy.getPropertyValue(PropertyInfo propInfo)
Override to get property value from proxy's property cache.
|
Object |
ElementPlugin.getPropertyValue(PropertyInfo propInfo)
Returns the value for a registered property.
|
void |
ElementProxy.setPropertyValue(PropertyInfo propInfo,
Object value)
Overridden to set property value in proxy's property cache.
|
void |
ElementPlugin.setPropertyValue(PropertyInfo propInfo,
Object value)
Sets a value for a registered property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyInfo> |
PluginDefinition.getProperties()
Returns the list of properties associated with this plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginDefinition.setProperties(List<PropertyInfo> properties)
Adds properties from the list to the list of properties associated with this plugin.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo |
PropertyProxy.getPropertyInfo() |
| Modifier and Type | Method and Description |
|---|---|
Object |
IPropertyAccessor.getPropertyValue(PropertyInfo propInfo)
Returns the value of the specified property.
|
void |
IPropertyAccessor.setPropertyValue(PropertyInfo propInfo,
Object value)
Sets the value of the specified property.
|
| Constructor and Description |
|---|
PropertyProxy(PropertyInfo propInfo,
Object value) |
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.