public class SimpleTextAttribute extends java.lang.Object implements DesignAttributeProperty
| Constructor and Description | 
|---|
| SimpleTextAttribute(java.lang.String property,
                   DesignInstance owner)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | attribute()Get the attribute text. | 
| void | attribute(java.lang.String value)Set the attribute text. | 
| boolean | isPopulated()Used by the Field Selection View to work out which group to
 check box. | 
| java.lang.String | property()The name of the property. | 
| FormItem | view()Provide the  FormItemmodel that represents the view for the 
 design of this property. | 
public SimpleTextAttribute(java.lang.String property,
                           DesignInstance owner)
property - The property name.owner - The owning design. The element will be used to 
                retrieve the initial attribute value.public java.lang.String property()
DesignPropertyproperty in interface DesignPropertypublic java.lang.String attribute()
DesignAttributePropertyattribute in interface DesignAttributePropertypublic void attribute(java.lang.String value)
DesignAttributePropertyattribute 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()
DesignPropertyisPopulated in interface DesignProperty