Constructor and Description |
---|
TabGroup() |
TabGroup(java.lang.String heading) |
Modifier and Type | Method and Description |
---|---|
TabGroup |
add(FormItem elementField) |
FormItem |
get(int index) |
java.lang.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.
|
FormItem |
setTitle(java.lang.String title)
Set the title that will be displayed on the view for this form
item.
|
int |
size() |
public FormItem setTitle(java.lang.String title)
FormItem
DesignProperty
that
creates this model.public java.lang.String getTitle()
FormItem
public FormItem get(int index)
public int size()
public boolean isPopulated()
FormItem
isPopulated
in interface FormItem