| Constructor and Description |
|---|
TextField(DesignAttributeProperty attribute) |
TextField(String title,
DesignAttributeProperty attribute) |
| Modifier and Type | Method and Description |
|---|---|
DesignAttributeProperty |
getAttribute() |
String |
getTitle()
The title will either be the title for a field or the title round a
group or the title on a dialog depending on how the visual component
is presented.
|
boolean |
isPopulated()
Does this contain any data of any sort.
|
FormItem |
setTitle(String title)
Set the title that will be displayed on the view for this form
item.
|
public TextField(DesignAttributeProperty attribute)
public TextField(String title, DesignAttributeProperty attribute)
public FormItem setTitle(String title)
FormItemDesignProperty that
creates this model.public String getTitle()
FormItempublic DesignAttributeProperty getAttribute()
public boolean isPopulated()
isPopulated in interface FormItemCopyright © 2023. All rights reserved.