Uses of Interface
org.kuali.rice.krad.uif.field.DataField

Packages that use DataField
org.kuali.rice.krad.document   
org.kuali.rice.krad.lookup   
org.kuali.rice.krad.uif.field   
org.kuali.rice.krad.uif.service   
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   
 

Uses of DataField in org.kuali.rice.krad.document
 

Methods in org.kuali.rice.krad.document with parameters of type DataField
 boolean DocumentViewAuthorizerBase.canUnmaskField(View view, ViewModel model, DataField field, String propertyName, Person user)
           
 

Uses of DataField in org.kuali.rice.krad.lookup
 

Classes in org.kuali.rice.krad.lookup that implement DataField
 class LookupInputField
          Custom InputField for criteria fields within a lookup view that adds criteria specific options.
 

Uses of DataField in org.kuali.rice.krad.uif.field
 

Subinterfaces of DataField in org.kuali.rice.krad.uif.field
 interface InputField
          TODO mark don't forget to fill this in.
 

Classes in org.kuali.rice.krad.uif.field that implement DataField
 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
 

Uses of DataField in org.kuali.rice.krad.uif.service
 

Methods in org.kuali.rice.krad.uif.service with parameters of type DataField
 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
 

Uses of DataField in org.kuali.rice.krad.uif.service.impl
 

Methods in org.kuali.rice.krad.uif.service.impl with parameters of type DataField
 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
 

Uses of DataField in org.kuali.rice.krad.uif.util
 

Methods in org.kuali.rice.krad.uif.util that return DataField
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
 

Methods in org.kuali.rice.krad.uif.util with parameters of type DataField
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
 

Uses of DataField in org.kuali.rice.krad.uif.view
 

Methods in org.kuali.rice.krad.uif.view that return DataField
 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)
 

Methods in org.kuali.rice.krad.uif.view that return types with arguments of type DataField
 Map<String,DataField> ViewIndex.getDataFieldIndex()
          Gets the Map that contains attribute field indexing information.
 

Methods in org.kuali.rice.krad.uif.view with parameters of type DataField
 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
 

Uses of DataField in org.kuali.rice.krad.uif.widget
 

Methods in org.kuali.rice.krad.uif.widget with parameters of type DataField
protected  String RichTable.getDataFieldColumnOptions(int target, CollectionGroup collectionGroup, DataField field)
          Construct the column options for a data field
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.