|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldGroup | |
---|---|
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.layout | |
org.kuali.rice.krad.uif.util |
Uses of FieldGroup in org.kuali.rice.krad.uif.field |
---|
Subclasses of FieldGroup in org.kuali.rice.krad.uif.field | |
---|---|
class |
HeaderField
Field that contains a header element and optionally a Group to
present along with the header text |
Uses of FieldGroup in org.kuali.rice.krad.uif.layout |
---|
Methods in org.kuali.rice.krad.uif.layout that return FieldGroup | |
---|---|
FieldGroup |
TableLayoutManager.getActionFieldPrototype()
FieldGroup instance to serve as a prototype for the actions
column. |
FieldGroup |
CollectionLayoutManager.getSubCollectionFieldGroupPrototype()
Field group instance that is used as a prototype for creating the sub-collection field groups. |
FieldGroup |
TableLayoutManager.getSubCollectionFieldGroupPrototype()
|
FieldGroup |
StackedLayoutManager.getSubCollectionFieldGroupPrototype()
|
Methods in org.kuali.rice.krad.uif.layout with parameters of type FieldGroup | |
---|---|
void |
TableLayoutManager.setActionFieldPrototype(FieldGroup actionFieldPrototype)
Setter for the action field prototype |
void |
TableLayoutManager.setSubCollectionFieldGroupPrototype(FieldGroup subCollectionFieldGroupPrototype)
Setter for the sub-collection field group prototype |
void |
StackedLayoutManager.setSubCollectionFieldGroupPrototype(FieldGroup subCollectionFieldGroupPrototype)
Setter for the sub-collection field group prototype |
Method parameters in org.kuali.rice.krad.uif.layout with type arguments of type FieldGroup | |
---|---|
void |
CollectionLayoutManager.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
List<FieldGroup> subCollectionFields,
String bindingPath,
List<ActionField> actions,
String idSuffix,
Object currentLine,
int lineIndex)
Call to the layout manager to build the components necessary for the given collection line |
void |
TableLayoutManager.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
List<FieldGroup> subCollectionFields,
String bindingPath,
List<ActionField> actions,
String idSuffix,
Object currentLine,
int lineIndex)
Assembles the field instances for the collection line. |
void |
StackedLayoutManager.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
List<FieldGroup> subCollectionFields,
String bindingPath,
List<ActionField> actions,
String idSuffix,
Object currentLine,
int lineIndex)
Builds a Group instance for a collection line. |
Uses of FieldGroup in org.kuali.rice.krad.uif.util |
---|
Methods in org.kuali.rice.krad.uif.util that return FieldGroup | |
---|---|
static FieldGroup |
ComponentFactory.getFieldGroup()
|
static FieldGroup |
ComponentFactory.getHorizontalFieldGroup()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |