public class SimpleTextProperty extends java.lang.Object implements DesignTextProperty
| Constructor and Description |
|---|
SimpleTextProperty(java.lang.String property) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
text() |
void |
text(java.lang.String text) |
FormItem |
view()
Provide the
FormItem model that represents the view for the
design of this property. |
public java.lang.String property()
DesignPropertyproperty in interface DesignPropertypublic java.lang.String text()
text in interface DesignTextPropertypublic void text(java.lang.String text)
text in interface DesignTextPropertypublic final FormItem view()
DesignPropertyFormItem model that represents the view for the
design of this property.view in interface DesignPropertypublic boolean isPopulated()
DesignPropertyisPopulated in interface DesignProperty