| Modifier and Type | Class and Description |
|---|---|
class |
InquirableImpl
Implementation of the
Inquirable interface that uses metadata
from the data dictionary and performs a query against the database to retrieve
the data object for inquiry |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Lookupable
Provides contract for implementing a lookup within the lookup framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupableImpl
View helper service that implements
Lookupable and executes a search using the
LookupService. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkUpdateMaintainable
Provides contract for implementing a bulk update withing the bulk update framework.
|
interface |
Maintainable
Provides contract for implementing a maintenance object within the maintenance framework
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkUpdateMaintainableImpl
Default implementation of
BulkUpdateMaintainable. |
class |
MaintainableImpl
Default implementation of the
Maintainable interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeQuery.defaultQueryTarget(ViewHelperService viewHelperService)
If the query is configured with a method and the target of that method is undefined, sets the target
class to the class of the given view helper service.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewHelperService |
ViewLifecycle.getHelper()
Gets the helper active within a lifecycle on the current thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentViewHelperServiceImpl
View helper extension for document views.
|
class |
ViewHelperServiceImpl
Default Implementation of
ViewHelperService |
| Modifier and Type | Method and Description |
|---|---|
ViewHelperService |
ViewModel.getViewHelperService()
Returns the view helper service instance that was configured for the current view.
|
ViewHelperService |
View.getViewHelperService()
Creates the
ViewHelperService associated with the View |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ViewHelperService> |
View.getViewHelperServiceClass()
Class name of the ViewHelperService that handles the various phases of the Views lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setViewHelperService(ViewHelperService viewHelperService) |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setViewHelperServiceClass(Class<? extends ViewHelperService> viewHelperServiceClass)
Setter for the
ViewHelperService class name
Also initializes the viewHelperService |
| Modifier and Type | Method and Description |
|---|---|
ViewHelperService |
UifFormBase.getViewHelperService()
Returns an instance of the view's configured view helper service.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.