|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
org.kuali.rice.krad.uif.container | |
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.layout | |
org.kuali.rice.krad.uif.util | |
org.kuali.rice.krad.uif.view |
Uses of Field in org.kuali.rice.krad.uif.container |
---|
Methods in org.kuali.rice.krad.uif.container that return types with arguments of type Field | |
---|---|
List<? extends Field> |
CollectionGroup.getAddLineFields()
List of Field instances that should be rendered for the
collection add line (if enabled). |
List<? extends Field> |
CollectionGroup.getItems()
|
protected List<Field> |
CollectionGroupBuilder.removeNonRenderLineFields(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
Object currentLine,
int lineIndex)
Evaluates the render property for the given list of Field
instances for the line and removes any fields from the returned list that
have render false. |
Method parameters in org.kuali.rice.krad.uif.container with type arguments of type Field | |
---|---|
protected List<Field> |
CollectionGroupBuilder.removeNonRenderLineFields(View view,
Object model,
CollectionGroup collectionGroup,
List<Field> lineFields,
Object currentLine,
int lineIndex)
Evaluates the render property for the given list of Field
instances for the line and removes any fields from the returned list that
have render false. |
void |
CollectionGroup.setAddLineFields(List<? extends Field> addLineFields)
Setter for the add line field list |
Uses of Field in org.kuali.rice.krad.uif.field |
---|
Classes in org.kuali.rice.krad.uif.field that implement Field | |
---|---|
class |
ActionField
Field that presents an action that can be taken on the UI such as submitting the form or invoking a script |
class |
AjaxActionField
Action field that performs an Ajax request and will result in updating of the page or a component |
class |
BlankField
Field that produces only a space |
class |
DataField
Field that renders data from the application, such as the value of a data object property |
class |
ErrorsField
Field that displays error, warning, and info messages for the keys that are matched. |
class |
FieldBase
Base class for Field implementations |
class |
FieldGroup
Field that contains a nested Group . |
class |
GenericField
Field whose output is produced by invoking a method or template and has no properties (generic) |
class |
HeaderField
Field that contains a header element and optionally a Group to
present along with the header text |
class |
IframeField
Field that encloses an iframe element |
class |
ImageField
Field that encloses an image element |
class |
InputField
Field that encapsulates data input/output captured by an attribute within the application |
class |
LabelField
Contains a label for another Field instance |
class |
LinkField
Field that encloses a link element |
class |
LookupInputField
Custom InputField for search fields within a lookup view |
class |
MessageField
Encapsulates a text message to be displayed |
Uses of Field in org.kuali.rice.krad.uif.layout |
---|
Methods in org.kuali.rice.krad.uif.layout that return Field | |
---|---|
Field |
StackedLayoutManager.getSelectFieldPrototype()
Field instance that serves as a prototype for creating the select field on each line when CollectionGroup.isRenderSelectField() is true |
Field |
TableLayoutManager.getSelectFieldPrototype()
Field instance that serves as a prototype for creating the select field on each line when CollectionGroup.isRenderSelectField() is true |
Field |
TableLayoutManager.getSequenceFieldPrototype()
Field instance to serve as a prototype for the
sequence field. |
Methods in org.kuali.rice.krad.uif.layout that return types with arguments of type Field | |
---|---|
List<Field> |
TableLayoutManager.getDataFields()
List of Field instances that make up the tables body. |
Methods in org.kuali.rice.krad.uif.layout with parameters of type Field | |
---|---|
protected void |
TableLayoutManager.addHeaderField(Field field,
int column)
Creates a new instance of the header field prototype and then sets the label to the short (if useShortLabels is set to true) or long label of the given component. |
static void |
CollectionLayoutUtils.prepareSelectFieldForLine(Field selectField,
CollectionGroup collectionGroup,
String lineBindingPath,
Object line)
|
protected static void |
CollectionLayoutUtils.setControlValueToLineIdentifier(Field selectField,
Object line)
|
void |
StackedLayoutManager.setSelectFieldPrototype(Field selectFieldPrototype)
Setter for the prototype instance for select fields |
void |
TableLayoutManager.setSelectFieldPrototype(Field selectFieldPrototype)
Setter for the prototype instance for select fields |
void |
TableLayoutManager.setSequenceFieldPrototype(Field sequenceFieldPrototype)
Setter for the sequence field prototype |
Method parameters in org.kuali.rice.krad.uif.layout with type arguments of type Field | |
---|---|
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 |
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. |
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. |
protected void |
TableLayoutManager.buildTableHeaderRows(CollectionGroup collectionGroup,
List<Field> lineFields)
Create the LabelField instances that will be used to render
the table header |
protected int |
TableLayoutManager.calculateNumberOfRows(List<? extends Field> items)
Calculates how many rows will be needed per collection line to display the list of fields. |
Uses of Field in org.kuali.rice.krad.uif.util |
---|
Methods in org.kuali.rice.krad.uif.util with type parameters of type Field | ||
---|---|---|
static
|
ComponentUtils.copyFieldList(List<T> fields,
String idSuffix)
|
|
static
|
ComponentUtils.copyFieldList(List<T> fields,
String addBindingPrefix,
String idSuffix)
|
Method parameters in org.kuali.rice.krad.uif.util with type arguments of type Field | |
---|---|
static void |
ComponentUtils.prefixBindingPath(List<? extends Field> fields,
String addBindingPrefix)
|
Uses of Field in org.kuali.rice.krad.uif.view |
---|
Methods in org.kuali.rice.krad.uif.view that return Field | |
---|---|
Field |
LookupView.getResultsActionsField()
|
Field |
LookupView.getResultsReturnField()
|
Methods in org.kuali.rice.krad.uif.view with parameters of type Field | |
---|---|
void |
LookupView.setResultsActionsField(Field resultsActionsField)
|
void |
LookupView.setResultsReturnField(Field resultsReturnField)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |