Package org.oddjob.arooa.design.screem
Class TabGroup
java.lang.Object
org.oddjob.arooa.design.screem.TabGroup
- All Implemented Interfaces:
FormItem
Base class for DesignDefinitions that group other DesignDefinitions.
- Author:
- Rob Gordon.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int index) 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.booleanUsed by certain summary views to indicate that there is more detail.Set the title that will be displayed on the view for this form item.intsize()
-
Constructor Details
-
TabGroup
public TabGroup() -
TabGroup
-
-
Method Details
-
setTitle
Description copied from interface:FormItemSet the title that will be displayed on the view for this form item. This should really be set on theDesignPropertythat creates this model. -
getTitle
Description copied from interface:FormItemThe 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. -
get
-
size
public int size() -
add
-
isPopulated
public boolean isPopulated()Description copied from interface:FormItemUsed by certain summary views to indicate that there is more detail.- Specified by:
isPopulatedin interfaceFormItem- Returns:
- true if the model has some data, false if it doesn't.
-