|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldGroup | |
---|---|
org.kuali.rice.krad.demo.uif.components | |
org.kuali.rice.krad.uif.layout | |
org.kuali.rice.krad.uif.util | |
org.kuali.rice.krad.uif.view |
Uses of FieldGroup in org.kuali.rice.krad.demo.uif.components |
---|
Methods in org.kuali.rice.krad.demo.uif.components that return FieldGroup | |
---|---|
FieldGroup |
ComponentExhibit.getDocLinkFields()
Get the FieldGroup that contains links to the documentation TODO not yet used |
Methods in org.kuali.rice.krad.demo.uif.components with parameters of type FieldGroup | |
---|---|
void |
ComponentExhibit.setDocLinkFields(FieldGroup docLinkFields)
Sets the docLinkFields fieldGroup |
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<Action> 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<Action> 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<Action> 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()
Gets the field group |
static FieldGroup |
ComponentFactory.getHorizontalFieldGroup()
Gets the horizontal field group |
Uses of FieldGroup in org.kuali.rice.krad.uif.view |
---|
Methods in org.kuali.rice.krad.uif.view that return FieldGroup | |
---|---|
FieldGroup |
LookupView.getRangeFieldGroupPrototype()
The field group prototype that will be copied and used for range fields |
FieldGroup |
LookupView.getResultsActionsFieldGroup()
|
Methods in org.kuali.rice.krad.uif.view with parameters of type FieldGroup | |
---|---|
void |
LookupView.setRangeFieldGroupPrototype(FieldGroup rangeFieldGroupPrototype)
Setter for the range FieldGroup prototype |
void |
LookupView.setResultsActionsFieldGroup(FieldGroup resultsActionsFieldGroup)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |