| Package | Description |
|---|---|
| org.carewebframework.shell.designer |
| Modifier and Type | Method and Description |
|---|---|
static PropertyGrid |
PropertyGrid.create(ElementBase target,
org.fujion.component.BaseComponent parent)
Creates a property grid for the given target UI element.
|
static PropertyGrid |
PropertyGrid.create(ElementBase target,
org.fujion.component.BaseComponent parent,
boolean embedded)
Creates a property grid for the given target UI element.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.