| Constructor and Description |
|---|
FileSelection(SimpleTextAttribute de) |
FileSelection(String heading,
SimpleTextAttribute de) |
| Modifier and Type | Method and Description |
|---|---|
DesignAttributeProperty |
getAttribute() |
String |
getFile()
Used by the view to get the text value for the field.
|
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()
Used by certain summary views to indicate that there is more
detail.
|
void |
setFile(String file)
Used by the view to set text value of the field.
|
FormItem |
setTitle(String title)
Set the title that will be displayed on the view for this form
item.
|
public FileSelection(SimpleTextAttribute de)
public FileSelection(String heading, SimpleTextAttribute de)
public FormItem setTitle(String title)
FormItemDesignProperty that
creates this model.public String getTitle()
FormItempublic void setFile(String file)
file - The file name text.public DesignAttributeProperty getAttribute()
public String getFile()
public boolean isPopulated()
FormItemisPopulated in interface FormItemCopyright © 2023. All rights reserved.