| Constructor and Description |
|---|
ViewAttributeValueReader(ViewModel form)
Constructor for ViewAttributeValueReader, the View must already be indexed and
the InputFields must have already be initialized for this reader to work properly
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentViewPresentationControllerBase.canEditView(View view,
ViewModel model)
Verify the document can be edited in addition to the view
|
boolean |
TransactionalDocumentViewAuthorizerBase.canEditView(View view,
ViewModel model,
Person user)
Checks for an edit view permission for the view id, and if found verifies the user has that permission
|
boolean |
DocumentViewAuthorizerBase.canEditView(View view,
ViewModel model,
Person user)
Checks for an edit view permission for the view id, and if found verifies the user has that permission
|
boolean |
DocumentViewAuthorizerBase.canOpenView(View view,
ViewModel model,
Person user)
Checks for an open view permission for the view id, and if found verifies the user has that permission
|
boolean |
DocumentViewAuthorizerBase.canUnmaskField(View view,
ViewModel model,
DataField field,
String propertyName,
Person user)
Checks whether the mask authorization exists for the given property and if so whether the given user has the
ability to unmask the value
|
Set<String> |
DocumentViewAuthorizerBase.getActionFlags(View view,
ViewModel model,
Person user,
Set<String> actions)
Returns the set of action flags that are authorized for the given user
|
protected boolean |
DocumentViewAuthorizerBase.isInitiator(ViewModel model,
Person user)
Checks if the user is the initiator for the current document
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InquiryViewAuthorizerBase.canOpenView(View view,
ViewModel model,
Person user)
Augmenting the base Open View check with an additional check against the KR-NS / Inquire Into Records
permission template.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
AdHocActionRequestCodesValuesFinder.getKeyValues(ViewModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
LookupForm
Form class containing backing data for
LookupView. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LookupViewAuthorizerBase.canOpenView(View view,
ViewModel model,
Person user)
Override to check the for permissions of type 'Look Up Records' in addition to the open view check
done in super
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MaintainableImpl.performAddLineValidation(ViewModel viewModel,
Object newLine,
String collectionId,
String collectionPath) |
void |
MaintainableImpl.processAfterAddLine(ViewModel viewModel,
Object addLine,
String collectionId,
String collectionPath,
boolean isValidLine)
In the case of edit maintenance adds a new blank line to the old side.
|
void |
MaintainableImpl.processAfterDeleteLine(ViewModel model,
String collectionId,
String collectionPath,
int lineIndex)
In the case of edit maintenance deleted the item on the old side.
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryValidationResult |
ViewValidationService.validateView(ViewModel model)
This is the main validation method that should be used when validating Views
Validates the view based on the model passed in, this will correctly use previousView by default
as it automatically contains the generated data the validation requires.
|
DictionaryValidationResult |
ViewValidationService.validateView(ViewModel model,
String forcedValidationState)
Validate the view against the specific validationState instead of the default (current state).
|
DictionaryValidationResult |
ViewValidationService.validateViewAgainstNextState(ViewModel model)
Validate the view against the next state based on the order of the states in the views StateMapping.
|
void |
ViewValidationService.validateViewSimulation(ViewModel model)
Simulate view validation - this will run all validations against all states from the current state to
the last state in the list of states in the view's stateMapping.
|
void |
ViewValidationService.validateViewSimulation(ViewModel model,
String untilState)
Simulate view validation - this will run all validations against all states from the current state to
the untilState specified in the list of states in the view's stateMapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CollectionGroupLineBuilder.checkEditLineAuthorizationAndPresentationLogic(CollectionGroup collectionGroup,
ViewModel model,
Object currentLine)
Invokes the view's configured authorizer and presentation controller to determine if the user has permission
to edit the line (if a permission has been established).
|
| Modifier and Type | Method and Description |
|---|---|
ViewModel |
LineBuilderContext.getModel()
Object containing the view's data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineBuilderContext.setModel(ViewModel model) |
| Constructor and Description |
|---|
LineBuilderContext(int lineIndex,
Object currentLine,
String bindingPath,
boolean bindToForm,
ViewModel model,
CollectionGroup collectionGroup,
List<? extends Component> lineActions)
Constructor.
|
LineBuilderContext(int lineIndex,
Object currentLine,
String bindingPath,
boolean bindToForm,
ViewModel model,
CollectionGroup collectionGroup,
List<? extends Component> lineActions,
List<DialogGroup> lineDialogs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
UifKeyValuesFinderBase.getKeyValues(ViewModel model)
Builds a list of key values representations for valid value selections using the given view model
to retrieve values from other fields and conditionally building the options
|
List<KeyValue> |
UifKeyValuesFinder.getKeyValues(ViewModel model)
Builds a list of key values representations for valid value selections using the given view model
to retrieve values from other fields and conditionally building the options
|
List<KeyValue> |
UifKeyValuesFinderBase.getKeyValues(ViewModel model,
InputField field)
Builds a list of key values representations for valid value selections using the given view model
to retrieve values from other fields and conditionally building the options
|
List<KeyValue> |
UifKeyValuesFinder.getKeyValues(ViewModel model,
InputField field)
Builds a list of key values representations for valid value selections using the given view model
to retrieve values from other fields and conditionally building the options
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DataTablesPagingHelper.applyTableJsonSort(List<Object> modelCollection,
List<ColumnSort> oldColumnSorts,
List<ColumnSort> newColumnSorts,
CollectionGroup collectionGroup,
ViewModel form,
View view)
Sort the given modelCollection (in place) according to the specified columnSorts.
|
static void |
DataTablesPagingHelper.processPagingRequest(View view,
ViewModel form,
CollectionGroup collectionGroup,
DataTablesPagingHelper.DataTablesInputs dataTablesInputs) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynaForm
Form class for
MockView instances that holds data in generic maps. |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewHelperService.addCustomContainerComponents(ViewModel model,
Container container)
Hook for creating new components with code and adding them to a container
|
void |
ViewHelperService.processAfterAddLine(ViewModel model,
Object addLine,
String collectionId,
String collectionPath,
boolean isValidLine)
Hook for service overrides to process the new collection line after it has been added to the
collection
|
void |
ViewHelperService.processAfterDeleteLine(ViewModel model,
String collectionId,
String collectionPath,
int lineIndex)
Hook for service overrides to process the collection line after it has been deleted
|
void |
ViewHelperService.processAfterEditLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the edit collection line after it has been validated
|
void |
ViewHelperService.processAfterSaveLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the save collection line after it has been validated
|
void |
ViewHelperService.processAndAddLineObject(ViewModel viewModel,
Object newLine,
String collectionId,
String collectionPath) |
void |
ViewHelperService.processBeforeAddLine(ViewModel model,
Object addLine,
String collectionId,
String collectionPath)
Hook for service overrides to process the new collection line before it is added to the
collection
|
void |
ViewHelperService.processBeforeEditLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the edit collection line before it is validated
|
void |
ViewHelperService.processBeforeSaveLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the save collection line before it is validated
|
void |
ViewHelperService.processCollectionAddBlankLine(ViewModel model,
String collectionId,
String collectionPath)
Adds a blank line to the collection
|
void |
ViewHelperService.processCollectionAddLine(ViewModel model,
String collectionId,
String collectionPath)
Invoked when the add line action is chosen for a collection.
|
void |
ViewHelperService.processCollectionCloseEditLineDialog(ViewModel model,
String collectionId,
String collectionPath,
int selectedLineIndex)
Invoked when the close edit line dialog action is chosen for a collection.
|
void |
ViewHelperService.processCollectionDeleteLine(ViewModel model,
String collectionId,
String collectionPath,
int lineIndex)
Invoked when the delete line action is chosen for a collection.
|
void |
ViewHelperService.processCollectionEditLine(ViewModel model,
CollectionControllerServiceImpl.CollectionActionParameters parameters)
Invoked when the edit line action is chosen for a collection.
|
void |
ViewHelperService.processCollectionRetrieveEditLineDialog(ViewModel model,
String collectionId,
String collectionPath,
int selectedLineIndex)
Invoked when the retrieve edit line dialog action is chosen for a collection.
|
void |
ViewHelperService.processCollectionSaveLine(ViewModel model,
CollectionControllerServiceImpl.CollectionActionParameters parameters)
Invoked when the save line action is chosen for a collection.
|
void |
ViewHelperService.processMultipleValueLookupResults(ViewModel model,
String collectionId,
String collectionPath,
String multiValueReturnFields,
String lookupResultValues)
Process the results returned from a multi-value lookup populating the lines for the collection given
by the path
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewHelperServiceImpl.addCustomContainerComponents(ViewModel model,
Container container)
Hook for creating new components with code and adding them to a container
|
protected boolean |
ViewHelperServiceImpl.performAddLineValidation(ViewModel viewModel,
Object newLine,
String collectionId,
String collectionPath)
Performs validation on the new collection line before it is added to the corresponding collection.
|
protected boolean |
DocumentViewHelperServiceImpl.performAddLineValidation(ViewModel model,
Object addLine,
String collectionId,
String collectionPath)
Performs validation on the new collection line before it is added to the corresponding collection.
|
protected boolean |
ViewHelperServiceImpl.performDeleteLineValidation(ViewModel model,
String collectionId,
String collectionPath,
Object deleteLine)
Performs validation on the collection line before it is removed from the corresponding collection.
|
void |
ViewHelperServiceImpl.processAfterAddLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath,
boolean isValidLine)
Hook for service overrides to process the new collection line after it has been added to the
collection
|
void |
ViewHelperServiceImpl.processAfterDeleteLine(ViewModel model,
String collectionId,
String collectionPath,
int lineIndex)
Hook for service overrides to process the collection line after it has been deleted
|
void |
ViewHelperServiceImpl.processAfterEditLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the edit collection line after it has been validated
|
void |
ViewHelperServiceImpl.processAfterSaveLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the save collection line after it has been validated
|
void |
ViewHelperServiceImpl.processAndAddLineObject(ViewModel viewModel,
Object newLine,
String collectionId,
String collectionPath)
Do all processing related to adding a line: calls processBeforeAddLine, performAddLineValidation, addLine,
processAfterAddLine
|
void |
ViewHelperServiceImpl.processBeforeAddLine(ViewModel model,
Object addLine,
String collectionId,
String collectionPath)
Hook for service overrides to process the new collection line before it is added to the
collection
|
void |
ViewHelperServiceImpl.processBeforeEditLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the edit collection line before it is validated
|
void |
ViewHelperServiceImpl.processBeforeSaveLine(ViewModel model,
Object lineObject,
String collectionId,
String collectionPath)
Hook for service overrides to process the save collection line before it is validated
|
void |
ViewHelperServiceImpl.processCollectionAddBlankLine(ViewModel model,
String collectionId,
String collectionPath)
Adds a blank line to the collection
|
void |
ViewHelperServiceImpl.processCollectionAddLine(ViewModel model,
String collectionId,
String collectionPath)
Invoked when the add line action is chosen for a collection.
|
void |
ViewHelperServiceImpl.processCollectionCloseEditLineDialog(ViewModel model,
String collectionId,
String collectionPath,
int selectedLineIndex)
Invoked when the close edit line dialog action is chosen for a collection.
|
void |
ViewHelperServiceImpl.processCollectionDeleteLine(ViewModel model,
String collectionId,
String collectionPath,
int lineIndex)
Invoked when the delete line action is chosen for a collection.
|
void |
ViewHelperServiceImpl.processCollectionEditLine(ViewModel model,
CollectionControllerServiceImpl.CollectionActionParameters parameterData)
Invoked when the edit line action is chosen for a collection.
|
void |
ViewHelperServiceImpl.processCollectionRetrieveEditLineDialog(ViewModel model,
String collectionId,
String collectionPath,
int selectedLineIndex)
Invoked when the retrieve edit line dialog action is chosen for a collection.
|
void |
ViewHelperServiceImpl.processCollectionSaveLine(ViewModel model,
CollectionControllerServiceImpl.CollectionActionParameters parameterData)
Invoked when the save line action is chosen for a collection.
|
void |
ViewHelperServiceImpl.processMultipleValueLookupResults(ViewModel model,
String collectionId,
String collectionPath,
String multiValueReturnFields,
String lookupResultValues)
Process the results returned from a multi-value lookup populating the lines for the collection given
by the path
|
| Constructor and Description |
|---|
MultiColumnComparator(List<Object> modelCollection,
CollectionGroup collectionGroup,
List<ColumnSort> columnSorts,
ViewModel form,
View view)
Constructs a MultiColumnComparator instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewPresentationControllerBase.canEditField(View view,
ViewModel model,
Field field,
String propertyName) |
boolean |
ViewPresentationController.canEditField(View view,
ViewModel model,
Field field,
String propertyName)
Determines if the given field within the view is allowed to be edited
|
boolean |
ViewAuthorizerBase.canEditField(View view,
ViewModel model,
Field field,
String propertyName,
Person user) |
boolean |
ViewAuthorizer.canEditField(View view,
ViewModel model,
Field field,
String propertyName,
Person user) |
boolean |
ViewPresentationControllerBase.canEditGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewPresentationController.canEditGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewAuthorizerBase.canEditGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewAuthorizer.canEditGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewPresentationControllerBase.canEditLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line) |
boolean |
ViewPresentationController.canEditLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line) |
boolean |
ViewAuthorizerBase.canEditLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Person user) |
boolean |
ViewAuthorizer.canEditLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Person user) |
boolean |
ViewPresentationControllerBase.canEditLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName) |
boolean |
ViewPresentationController.canEditLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName) |
boolean |
ViewAuthorizerBase.canEditLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName,
Person user) |
boolean |
ViewAuthorizer.canEditLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName,
Person user) |
boolean |
ViewPresentationControllerBase.canEditView(View view,
ViewModel model) |
boolean |
ViewPresentationController.canEditView(View view,
ViewModel model)
Determines if the the given view and data is allowed to be edited
|
boolean |
ViewAuthorizerBase.canEditView(View view,
ViewModel model,
Person user)
Checks for an edit view permission for the view id, and if found verifies the user has that permission
|
boolean |
ViewAuthorizer.canEditView(View view,
ViewModel model,
Person user)
Determines if the given user is authorized to edit the given view
|
boolean |
ViewPresentationControllerBase.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewPresentationController.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewAuthorizerBase.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewAuthorizer.canEditWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewAuthorizerBase.canOpenView(View view,
ViewModel model,
Person user)
Checks for an open view permission for the view id, and if found verifies the user has that permission
|
boolean |
ViewAuthorizer.canOpenView(View view,
ViewModel model,
Person user)
Determines if the given user is authorized to open the given view
|
boolean |
ViewAuthorizerBase.canPartialUnmaskField(View view,
ViewModel model,
DataField field,
String propertyName,
Person user) |
boolean |
ViewAuthorizer.canPartialUnmaskField(View view,
ViewModel model,
DataField field,
String propertyName,
Person user)
Checks whether the partial mask authorization exists for the given property and if so whether the given user
has the ability to unmask the value
|
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) |
boolean |
ViewAuthorizerBase.canUnmaskField(View view,
ViewModel model,
DataField field,
String propertyName,
Person user) |
boolean |
ViewAuthorizer.canUnmaskField(View view,
ViewModel model,
DataField field,
String propertyName,
Person user)
Checks whether the mask authorization exists for the given property and if so whether the given user has the
ability to unmask the value
|
boolean |
ViewPresentationControllerBase.canViewField(View view,
ViewModel model,
Field field,
String propertyName) |
boolean |
ViewPresentationController.canViewField(View view,
ViewModel model,
Field field,
String propertyName)
Determines if the given field within the view is allowed to be viewed
|
boolean |
ViewAuthorizerBase.canViewField(View view,
ViewModel model,
Field field,
String propertyName,
Person user) |
boolean |
ViewAuthorizer.canViewField(View view,
ViewModel model,
Field field,
String propertyName,
Person user) |
boolean |
ViewPresentationControllerBase.canViewGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewPresentationController.canViewGroup(View view,
ViewModel model,
Group group,
String groupId) |
boolean |
ViewAuthorizerBase.canViewGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewAuthorizer.canViewGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user) |
boolean |
ViewPresentationControllerBase.canViewLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line) |
boolean |
ViewPresentationController.canViewLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line) |
boolean |
ViewAuthorizerBase.canViewLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Person user) |
boolean |
ViewAuthorizer.canViewLine(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Person user) |
boolean |
ViewPresentationControllerBase.canViewLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName) |
boolean |
ViewPresentationController.canViewLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName) |
boolean |
ViewAuthorizerBase.canViewLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName,
Person user) |
boolean |
ViewAuthorizer.canViewLineField(View view,
ViewModel model,
CollectionGroup collectionGroup,
String collectionPropertyName,
Object line,
Field field,
String propertyName,
Person user) |
boolean |
ViewPresentationControllerBase.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewPresentationController.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId) |
boolean |
ViewAuthorizerBase.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewAuthorizer.canViewWidget(View view,
ViewModel model,
Widget widget,
String widgetId,
Person user) |
boolean |
ViewPresentationControllerBase.fieldIsRequired(View view,
ViewModel model,
Field field,
String propertyName) |
boolean |
ViewPresentationController.fieldIsRequired(View view,
ViewModel model,
Field field,
String propertyName)
Determines if a value is required to be present for the given field (used to indicate in the client the
field must be completed)
|
Set<String> |
ViewAuthorizerBase.getActionFlags(View view,
ViewModel model,
Person user,
Set<String> actions) |
Set<String> |
ViewAuthorizer.getActionFlags(View view,
ViewModel model,
Person user,
Set<String> actions)
Returns the set of action flags that are authorized for the given user
|
protected Object |
ViewAuthorizerBase.getDataObjectContext(View view,
ViewModel model)
Retrieves the object from the model that is used as the context for permission checks
|
Set<String> |
ViewAuthorizerBase.getEditModes(View view,
ViewModel model,
Person user,
Set<String> editModes) |
Set<String> |
ViewAuthorizer.getEditModes(View view,
ViewModel model,
Person user,
Set<String> editModes)
Returns the set of edit modes that are authorized for the given user
|
protected boolean |
ViewAuthorizerBase.isAuthorizedByTemplate(View view,
Component component,
ViewModel model,
String permissionTemplateName,
Person user,
Map<String,String> additionalPermissionDetails,
Map<String,String> additionalRoleQualifications,
boolean checkPermissionExistence)
Performs a permission check for the given template name in the context of the given view and component
|
| Constructor and Description |
|---|
UifViewBeanWrapper(ViewModel model,
UifBeanPropertyBindingResult bindingResult) |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentFormBase
Base form for all
DocumentView screens |
class |
IncidentReportForm
Form class for incident reports
|
class |
InitiatedDocumentInfoForm
Controller for
MaintenanceDocumentView screens which operate on
MaintenanceDocument instances |
class |
InquiryForm
Form class for
InquiryView screens |
class |
MaintenanceDocumentForm
Form class for
MaintenanceDocumentView screens |
class |
SessionTimeoutForm
Form class for the session timeout view.
|
class |
TransactionalDocumentFormBase
Form class for
TransactionalView screens |
class |
UifFormBase
Base form class for views within the KRAD User Interface Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyLoginForm
Basic form for Dummy Login.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.