| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupInputField
Custom
InputField for criteria fields within a lookup view that adds criteria specific options. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputField
TODO mark don't forget to fill this in.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataFieldBase
Field that renders data from the application, such as the value of a data object property
|
class |
InputFieldBase
Field that encapsulates data input/output captured by an attribute within the
application
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ViewHelperService.getDefaultValueForField(Object object,
DataField dataField)
Retrieves the default value that is configured for the given data field
|
void |
ViewHelperService.populateDefaultValueForField(Object object,
DataField dataField,
String bindingPath)
Applies the default value configured for the given field (if any) to the line given object
property that is determined by the given binding path
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ViewHelperServiceImpl.getDefaultValueForField(Object object,
DataField dataField)
Retrieves the default value that is configured for the given data field
|
void |
ViewHelperServiceImpl.populateDefaultValueForField(Object object,
DataField dataField,
String bindingPath)
Applies the default value configured for the given field (if any) to the line given object
property that is determined by the given binding path
|
| Modifier and Type | Method and Description |
|---|---|
static DataField |
ComponentFactory.getDataField()
Retrieves a new data field instance from Spring (initialized by the bean definition
with the given id)
|
static DataField |
ComponentFactory.getDataField(String propertyName,
String label)
Retrieves a new data field instance from Spring (initialized by the bean definition
with the given id) and sets the property name and label to the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
ViewModelUtils.getParentObjectClassForMetadata(View view,
Object model,
DataField field)
Determines the associated type for the property within the View context
|
static Object |
ViewModelUtils.getParentObjectForMetadata(View view,
Object model,
DataField field)
Retrieves the parent object if it exists or attempts to create a new instance
|
static String |
ViewModelUtils.getParentObjectPath(DataField field)
Gets the parent object path of the data field
|
| Modifier and Type | Method and Description |
|---|---|
DataField |
ViewIndex.getDataFieldByPath(String propertyPath)
Retrieves a
DataField instance from the index |
DataField |
ViewIndex.getDataFieldByPropertyName(String propertyName)
Retrieves a
DataField instance that has the given property name specified (note
this is not the full binding path and first match is returned) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataField> |
ViewIndex.getDataFieldIndex()
Gets the Map that contains attribute field indexing information.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
RichTable.getDataFieldColumnOptions(int target,
CollectionGroup collectionGroup,
DataField field)
Construct the column options for a data field
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.