| Modifier and Type | Method and Description |
|---|---|
List<Component> |
LookupView.getCriteriaFields()
List of fields that will be rendered for the lookup criteria.
|
Group |
LookupView.getCriteriaGroup()
Component
Group instance to render as search criteria. |
Message |
LookupView.getRangedToMessage()
Component
Message instance to render between the range criteria fields within a range
field group. |
FieldGroup |
LookupView.getRangeFieldGroupPrototype()
Field group prototype that will be copied to create any date range field groups.
|
List<Component> |
LookupView.getResultFields()
List of fields that will be rendered for the result collection group, each field will be a column
(assuming table layout is used).
|
CollectionGroup |
LookupView.getResultsGroup()
Component
CollectionGroup instance to render for the lookup results. |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ComponentBase.getPropertyReplacerComponents()
Returns list of components that are being held in property replacers configured for this
component
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Component> |
CollectionGroupBase.getAddLineActions()
Component fields that should be rendered for the add line.
|
List<? extends Component> |
CollectionGroupBase.getAddLineItems()
List of
Component instances that should be rendered for the
collection add line (if enabled). |
List<Component> |
TreeGroup.getComponentPrototypes()
Gets all node components prototypes within the tree.
|
InputField |
DialogGroup.getExplanation()
Input field use to gather explanation text with the dialog.
|
List<? extends Component> |
CollectionGroupBase.getItems()
List of Component instances that are held by
the container |
List<? extends Component> |
CollectionGroupBase.getLineActions()
Action fields that should be rendered for each collection line.
|
MessageField |
DialogGroup.getPrompt()
Message component to use for the dialog prompt.
|
List<CollectionGroup> |
CollectionGroupBase.getSubCollections()
List of
CollectionGroup instances that are sub-collections
of the collection represented by this collection group |
ValidationMessages |
ContainerBase.getValidationMessages()
Field that contains the error messages for the container
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
Message.getInlineComponents()
The inlineComponents are a list of components in order by index.
|
List<Component> |
Label.getInlineComponents()
Gets the inlineComponents used by index in a Label that has rich message component index tags in its labelText
|
List<? extends Component> |
Header.getItems()
List of
Component instances contained in the lower header group |
List<Component> |
ToggleMenu.getMenuItems()
List of components that should be rendered for the toggle menu.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
ActionField.getActionImage()
Delegates
actionImage property reference to the action. |
List<? extends Component> |
FieldGroup.getItems()
List of
Component instances contained in the nested group |
FieldValidationMessages |
InputFieldBase.getValidationMessages()
Field that contains the messages (errors) for the input field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldGroup |
TableLayoutManagerBase.getActionFieldPrototype()
FieldGroup instance to serve as a prototype for the actions column. |
Group |
StackedLayoutManagerBase.getAddLineGroup()
Returns the parent
CollectionLayoutManagerBase's add line group |
List<Component> |
CssGridLayoutManagerBase.getCellItems()
Get the items which will make up each "cell" divs of this css grid layout, these divs will have appropriate
css class applied to them based on the values stored in cellCssClassAttributes
|
Action |
TableLayoutManagerBase.getExpandDetailsActionPrototype()
The Action prototype used for the row details expand link.
|
List<Field> |
TableLayoutManagerBase.getFirstRowFields()
List of
Field instances that make us the table's first row of data |
Label |
TableLayoutManagerBase.getHeaderLabelPrototype()
Label instance to use as a prototype for creating the tables header fields. |
Group |
StackedLayoutManagerBase.getLineGroupPrototype()
Group instance that is used as a prototype for creating the collection
line groups.
|
Group |
TableLayoutManagerBase.getRowDetailsGroup()
The row details info group to use when using a TableLayoutManager with the a richTable.
|
Field |
TableLayoutManagerBase.getSequenceFieldPrototype()
Field instance to serve as a prototype for the sequence field. |
List<Group> |
StackedLayoutManagerBase.getStackedGroups()
Final
List of Groups to render for the collection |
| Modifier and Type | Method and Description |
|---|---|
Field |
CollectionLayoutManagerBase.getSelectFieldPrototype()
Field instance that serves as a prototype for creating the select field on each line when
CollectionGroup.isIncludeLineSelectionField() is
true. |
FieldGroup |
CollectionLayoutManagerBase.getSubCollectionFieldGroupPrototype()
Field group instance that is used as a prototype for creating the sub-collection field groups.
|
| Modifier and Type | Method and Description |
|---|---|
PageGroup |
View.getCurrentPage()
Iterates through the contained page items and returns the Page that matches the set current page id or
the first page in the case of a single page view.
|
List<Group> |
View.getDialogs()
Provide a list of dialog groups associated with this view.
|
List<? extends Component> |
View.getItems()
List of Component instances that are held by
the container |
PageGroup |
View.getPage()
For single paged views (
View.isSinglePageView(), gives the page
Group the view should render. |
List<Component> |
View.getPagesForPreprocessing()
Getter for returning the view's items and page for inclusion in the pre-process phase.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
QuickFinder.getQuickfinderAction()
Action component that is used to rendered for the field for invoking the quickfinder action (bringing up the
lookup).
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.