| Modifier and Type | Method and Description |
|---|---|
Action |
CollectionGroupBase.getAddBlankLineAction()
The add blank line
Action field rendered when renderAddBlankLineButton is true |
Action |
CollectionGroup.getAddBlankLineAction()
The add blank line
Action field rendered when renderAddBlankLineButton is true |
Action |
CollectionGroupBase.getAddWithDialogAction()
The
Action that will be displayed that will open the add line group in a dialog. |
Action |
CollectionGroup.getAddWithDialogAction()
The
Action that will be displayed that will open the add line group in a dialog. |
Action |
CollectionGroupBase.getEditInDialogSaveActionPrototype()
The
Action that will be displayed within the edit line group in a dialog. |
Action |
CollectionGroup.getEditInDialogSaveActionPrototype()
The
Action that will be displayed within the edit line group in a dialog. |
Action |
CollectionGroupBase.getEditWithDialogActionPrototype()
The
Action that will be displayed that will open the edit line group in a dialog. |
Action |
CollectionGroup.getEditWithDialogActionPrototype()
The
Action that will be displayed that will open the edit line group in a dialog. |
protected Action |
CollectionGroupBuilder.setupEditLineActionForDialog(CollectionGroup collectionGroup,
String lineSuffix,
int lineIndex,
int actionIndex)
Helper method to setup the edit line action to show the dialog
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroupBase.setAddBlankLineAction(Action addBlankLineAction)
Setter for the add blank line
Action field |
void |
CollectionGroup.setAddBlankLineAction(Action addBlankLineAction)
Setter for the add blank line
Action field |
void |
CollectionGroupBase.setAddWithDialogAction(Action addWithDialogAction) |
void |
CollectionGroup.setAddWithDialogAction(Action addViaLightBoxAction) |
void |
CollectionGroupBase.setEditInDialogSaveActionPrototype(Action editInDialogSaveActionPrototype) |
void |
CollectionGroup.setEditInDialogSaveActionPrototype(Action editInDialogSaveActionPrototype) |
void |
CollectionGroupBase.setEditWithDialogActionPrototype(Action editWithDialogActionPrototype) |
void |
CollectionGroup.setEditWithDialogActionPrototype(Action editWithDialogActionPrototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroupBuilder.initializeActions(List<Action> actions,
CollectionGroup collectionGroup,
int lineIndex)
Updates the action parameters, jump to, refresh id, and validation configuration for the list of actions
associated with the given collection group and line index.
|
protected void |
CollectionGroupLineBuilder.setFocusOnIdForActions(List<Action> actions,
List<Field> lineFields)
For any actions with focus id
UifConstants.Order.LINE_FIRST, the focus id
is replaced to match to id of the first control in the line. |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionField.getAction()
Nested action component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionField.setAction(Action action)
Setter for the nested action component.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
TableLayoutManagerBase.getExpandDetailsActionPrototype()
The Action prototype used for the row details expand link.
|
Action |
TableLayoutManager.getExpandDetailsActionPrototype()
The Action prototype used for the row details expand link.
|
Action |
TableLayoutManagerBase.getToggleAllDetailsAction()
The toggleAllDetailsAction action component used to toggle all row details open/closed.
|
Action |
TableLayoutManager.getToggleAllDetailsAction()
The toggleAllDetailsAction action component used to toggle all row details open/closed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableLayoutManagerBase.setExpandDetailsActionPrototype(Action expandDetailsActionPrototype)
Set the expand details Action prototype link
|
void |
TableLayoutManager.setExpandDetailsActionPrototype(Action expandDetailsActionPrototype)
Set the expand details Action prototype link
|
void |
TableLayoutManagerBase.setToggleAllDetailsAction(Action toggleAllDetailsAction)
Set the toggleAllDetailsAction action component used to toggle all row details open/closed.
|
void |
TableLayoutManager.setToggleAllDetailsAction(Action toggleAllDetailsAction)
Set the toggleAllDetailsAction action component used to toggle all row details open/closed.
|
| Modifier and Type | Method and Description |
|---|---|
static Action |
ComponentFactory.getAction()
Gets the action
|
static Action |
ComponentFactory.getActionLink()
Gets the action link
|
static Action |
ComponentFactory.getHelpAction()
Gets the default action component configured for help
|
static Action |
ComponentFactory.getSecondaryAction()
Returns an instance of a secondary action component.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewPresentationControllerBase.canPerformAction(View view,
ViewModel model,
Action action,
String actionEvent,
String actionId) |
boolean |
ViewPresentationController.canPerformAction(View view,
ViewModel model,
Action action,
String actionEvent,
String actionId) |
boolean |
ViewAuthorizerBase.canPerformAction(View view,
ViewModel model,
Action action,
String actionEvent,
String actionId,
Person user) |
boolean |
ViewAuthorizer.canPerformAction(View view,
ViewModel model,
Action action,
String actionEvent,
String actionId,
Person user) |
boolean |
ViewPresentationControllerBase.canPerformLineAction(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Action action,
String actionEvent,
String actionId) |
boolean |
ViewPresentationController.canPerformLineAction(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Action action,
String actionEvent,
String actionId) |
boolean |
ViewAuthorizerBase.canPerformLineAction(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Action action,
String actionEvent,
String actionId,
Person user) |
boolean |
ViewAuthorizer.canPerformLineAction(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Action action,
String actionEvent,
String actionId,
Person user) |
protected Map<String,String> |
ViewAuthorizerBase.getActionPermissionDetails(View view,
Object dataObject,
Action action)
Builds the permission details map for an action which includes the namespace, view id, and
action id and event
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Inquiry.getDirectInquiryAction()
Action that will be rendered next to the field for a direct inquiry |
Action |
Help.getHelpAction()
HelpActionField is used for rendering external help
|
Action |
QuickFinder.getQuickfinderAction()
Action component that is used to rendered for the field for invoking the quickfinder action (bringing up the
lookup).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Inquiry.setDirectInquiryAction(Action directInquiryAction)
Setter for the direct inquiry
Action |
void |
Help.setHelpAction(Action helpAction)
Setter for helpAction
|
void |
QuickFinder.setQuickfinderAction(Action quickfinderAction) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.