| Package | Description |
|---|---|
| org.oddjob.arooa.design |
Classes for creating forms for ArooaConfigurations.
|
| org.oddjob.arooa.design.etc |
Where should these classes go? They are here for now.
|
| org.oddjob.arooa.design.screem |
Screen Models.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DesignAttributeProperty
Represent the design of a property that is configured as an attribute.
|
interface |
DesignElementProperty
The design for a property that is configured as an element.
|
interface |
DesignTextProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedDesignProperty |
class |
MappedDesignProperty
Mapped Design Property.
|
class |
SimpleDesignProperty
A
DesignElementProperty for a simple property, i.e. |
class |
SimpleTextAttribute
A DesignElement that is an attribute in an objects
configuration.
|
class |
SimpleTextProperty |
| Modifier and Type | Method and Description |
|---|---|
DesignProperty[] |
ParsableDesignInstance.children()
Subclasses implement this to provide the child properties.
|
DesignProperty[] |
ParsableDesignInstance.children()
Subclasses implement this to provide the child properties.
|
DesignProperty[] |
GenericDesignFactory.designProperties(DesignInstance design)
Create the
DesignPropertys for a design. |
DesignProperty[] |
GenericDesignFactory.designProperties(DesignInstance design)
Create the
DesignPropertys for a design. |
DesignProperty[] |
DynamicDesignInstance.getBeanProperties() |
DesignProperty[] |
DynamicDesignInstance.getBeanProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAttribute
For an attribute that describes a file.
|
class |
ReferenceAttribute
For an attribute that can only ever be a ${} reference.
|
| Constructor and Description |
|---|
PropertiesForm(DesignProperty[] properties) |
PropertiesForm(DesignProperty[] properties) |
Copyright © 2023. All rights reserved.