|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.design.SimpleTextAttribute
public class SimpleTextAttribute
A DesignElement that is an attribute in an objects configuration.
| Constructor Summary | |
|---|---|
SimpleTextAttribute(String property,
DesignInstance owner)
Constructor. |
|
| Method Summary | |
|---|---|
String |
attribute()
Get the attribute text. |
void |
attribute(String value)
Set the attribute text. |
boolean |
isPopulated()
Used by the Field Selection View to work out which group to check box. |
String |
property()
The name of the property. |
FormItem |
view()
Provide the FormItem model that represents the view for the
design of this property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTextAttribute(String property,
DesignInstance owner)
property - The property name.owner - The owning design. The element will be used to
retrieve the initial attribute value.| Method Detail |
|---|
public String property()
DesignProperty
property in interface DesignPropertypublic String attribute()
DesignAttributeProperty
attribute in interface DesignAttributePropertypublic void attribute(String value)
DesignAttributeProperty
attribute in interface DesignAttributePropertyvalue - The attribute. May be null.public FormItem view()
DesignPropertyFormItem model that represents the view for the
design of this property.
view in interface DesignPropertypublic boolean isPopulated()
DesignProperty
isPopulated in interface DesignProperty
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||