Uses of Interface
ch.sahits.model.gui.IFormGroup

Packages that use IFormGroup
ch.sahits.codegen.java.gui.util   
ch.sahits.model.gui   
ch.sahits.model.java   
 

Uses of IFormGroup in ch.sahits.codegen.java.gui.util
 

Methods in ch.sahits.codegen.java.gui.util that return IFormGroup
 IFormGroup GUIHelper.getParentGroup(IFormElement e)
          Retrieve the parent group of the element
 

Methods in ch.sahits.codegen.java.gui.util that return types with arguments of type IFormGroup
 java.util.List<IFormGroup> GUIHelper.containerFields()
          Retrieve a list of all Group fields
 

Methods in ch.sahits.codegen.java.gui.util with parameters of type IFormGroup
 EGUIGroup GUIHelper.getGroupType(IFormGroup group)
          Translate the contents of the group into an enumeration element
 boolean GUIHelper.isCheckBoxGroup(IFormGroup group)
          Check if the group is a check box group
 boolean GUIHelper.isFileUpload(IFormGroup group)
          Check whether the group contains a file upload field
 boolean GUIHelper.isFormGroup(IFormGroup group)
          Check if the group is a form group
 boolean GUIHelper.isRadioGroup(IFormGroup group)
          Check if the group is a radio button group
 boolean GUIHelper.isValidGroup(IFormGroup group)
          Check if the group is a valid group
 

Uses of IFormGroup in ch.sahits.model.gui
 

Methods in ch.sahits.model.gui that return IFormGroup
 IFormGroup IForm.findGroup(java.lang.String groupName)
          Retrieve the group with the name groupName.
 IFormGroup IFormGroup.findGroup(java.lang.String groupName)
          Retrieve the group with the name groupName.
 IFormGroup IFormRadioButton.getGroup()
          Retrieve the group this radio button belongs to
 

Methods in ch.sahits.model.gui with parameters of type IFormGroup
 void IFormRadioButton.addTo(IFormGroup radioButtonGroup)
          Add the radio button to a group
 

Uses of IFormGroup in ch.sahits.model.java
 

Methods in ch.sahits.model.java that return IFormGroup
static IFormGroup JavaFormModelProvider.newGroup()
          Create a new IFormGroup