jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface IFormDefinition

All Superinterfaces:
INamedObjectDefinition

public interface IFormDefinition
extends INamedObjectDefinition

This interface represents a form definition.


Method Summary
 java.util.List getGroupDefinitions()
          Returns the list of all group definitions of this form.
 java.lang.String getLabel()
          Returns the label of this form.
 
Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition
getDescription, getName, getProperty
 

Method Detail

getLabel

java.lang.String getLabel()
Returns the label of this form.

Note: The label could be internationalized, if the label starts with a '%' character. In this case the label is interpreted as a key to the respective application resource bundles for internationalization.

Returns:
the browser label

getGroupDefinitions

java.util.List getGroupDefinitions()
Returns the list of all group definitions of this form.

Returns:
List of IGroupDefinition

jACOB 2.7 API Documentation.