Modifier and Type | Method and Description |
---|---|
void |
LookupableImpl.getMaintenanceActionLink(Action actionLink,
Object model,
String maintenanceMethodToCall) |
void |
Lookupable.getMaintenanceActionLink(Action actionLink,
Object model,
String maintenanceMethodToCall)
Invoked to build a maintenance URL for a result row
|
void |
LookupableImpl.getReturnUrlForResults(Action returnLink,
Object model) |
void |
Lookupable.getReturnUrlForResults(Action returnLink,
Object model)
Invoked to build the return URL for a result row
|
Modifier and Type | Method and Description |
---|---|
Action |
CollectionGroup.getAddBlankLineAction()
The add blank line
Action field rendered when renderAddBlankLineButton is true |
Action |
CollectionGroup.getAddViaLightBoxAction()
The
Action that will be displayed that will open the add line group in a lightbox |
Modifier and Type | Method and Description |
---|---|
List<Action> |
CollectionGroup.getAddLineActions()
Action fields that should be rendered for the add line.
|
protected List<Action> |
CollectionGroupBuilder.getAddLineActions(View view,
Object model,
CollectionGroup collectionGroup)
Creates new
Action instances for the add line |
List<Action> |
CollectionGroup.getLineActions()
Action fields that should be rendered for each collection line.
|
protected List<Action> |
CollectionGroupBuilder.initializeLineActions(List<Action> lineActions,
View view,
Object model,
CollectionGroup collectionGroup,
Object collectionLine,
int lineIndex)
Creates new
Action instances for the line |
Modifier and Type | Method and Description |
---|---|
void |
CollectionGroup.setAddBlankLineAction(Action addBlankLineAction)
Setter for the add blank line
Action field |
void |
CollectionGroup.setAddViaLightBoxAction(Action addViaLightBoxAction)
Setter for the add line via lightbox
Action |
Modifier and Type | Method and Description |
---|---|
protected void |
CollectionGroupBuilder.applyLineFieldAuthorizationAndPresentationLogic(View view,
ViewModel model,
CollectionGroup collectionGroup,
Object line,
boolean readOnlyLine,
List<Field> lineFields,
List<Action> actions)
Iterates through the line fields and checks the view field authorization using the view's configured authorizer
and presentation controller.
|
protected void |
CollectionGroupBuilder.buildLine(View view,
Object model,
CollectionGroup collectionGroup,
String bindingPath,
List<Action> actions,
boolean bindToForm,
Object currentLine,
int lineIndex)
Builds the field instances for the collection line.
|
protected List<Action> |
CollectionGroupBuilder.initializeLineActions(List<Action> lineActions,
View view,
Object model,
CollectionGroup collectionGroup,
Object collectionLine,
int lineIndex)
Creates new
Action instances for the line |
void |
CollectionGroup.setAddLineActions(List<Action> addLineActions)
Setter for the add line action fields
|
void |
CollectionGroup.setLineActions(List<Action> lineActions)
Setter for the line action fields list
|
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 |
TableLayoutManager.getExpandDetailsActionPrototype()
The Action prototype used for the row details expand link.
|
Action |
TableLayoutManager.getToggleAllDetailsAction()
The toggleAllDetailsAction action component used to toggle all row details open/closed.
|
Modifier and Type | Method and Description |
---|---|
void |
TableLayoutManager.setExpandDetailsActionPrototype(Action expandDetailsActionPrototype)
Set the expand details Action prototype link
|
void |
TableLayoutManager.setToggleAllDetailsAction(Action toggleAllDetailsAction)
Set the toggleAllDetailsAction action component used to toggle all row details open/closed.
|
Modifier and Type | Method and Description |
---|---|
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. |
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
|
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
|
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 (bringin 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)
Setter for the action field component to render for the quickfinder
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.