| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.service.impl | |
| org.kuali.rice.krad.uif.util | |
| org.kuali.rice.krad.uif.view | |
| org.kuali.rice.krad.uif.widget |
| Modifier and Type | Class and Description |
|---|---|
class |
InputField
Field that encapsulates data input/output captured by an attribute within the
application
|
class |
LookupInputField
Custom
InputField for search fields within a lookup view |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeDefinition |
ViewHelperServiceImpl.findNestedDictionaryAttribute(View view,
DataField field,
String parentPath,
String propertyPath)
Recursively drills down the property path (if nested) to find an
AttributeDefinition, the first attribute definition found will be
returned
|
protected void |
ViewHelperServiceImpl.initializeDataFieldFromDataDictionary(View view,
DataField field)
Sets properties of the
InputField (if blank) to the
corresponding attribute entry in the data dictionary |
protected void |
ViewHelperServiceImpl.populateDefaultValueForField(View view,
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() |
static DataField |
ComponentFactory.getDataField(String propertyName,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
ViewModelUtils.getParentObjectClassForMetadata(View view,
DataField field) |
static Class<?> |
ViewModelUtils.getParentObjectClassForMetadata(View view,
Object model,
DataField field) |
static Object |
ViewModelUtils.getParentObjectForMetadata(View view,
Object model,
DataField field) |
static String |
ViewModelUtils.getParentObjectPath(DataField 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 |
|---|---|
void |
Inquiry.setupLink(View view,
Object model,
DataField field)
Get parent object and field name and build the inquiry link
This was moved from the performFinalize because overlapping and to be used
by DirectInquiry
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.