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()
DesignProperty
property
in interface DesignProperty
public java.lang.String text()
text
in interface DesignTextProperty
public void text(java.lang.String text)
text
in interface DesignTextProperty
public final FormItem view()
DesignProperty
FormItem
model that represents the view for the
design of this property.view
in interface DesignProperty
public boolean isPopulated()
DesignProperty
isPopulated
in interface DesignProperty