Uses of Interface
org.kuali.rice.krad.uif.field.DataField
Packages that use DataField
Package
Description
-
Uses of DataField in org.kuali.rice.krad.document
Methods in org.kuali.rice.krad.document with parameters of type DataFieldModifier and TypeMethodDescriptionbooleanDocumentViewAuthorizerBase.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.lookup
Classes in org.kuali.rice.krad.lookup that implement DataFieldModifier and TypeClassDescriptionclassCustomInputFieldfor 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.fieldModifier and TypeInterfaceDescriptioninterfaceTODO mark don't forget to fill this in.Classes in org.kuali.rice.krad.uif.field that implement DataFieldModifier and TypeClassDescriptionclassField that renders data from the application, such as the value of a data object propertyclassField 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 DataFieldModifier and TypeMethodDescriptionViewHelperService.getDefaultValueForField(Object object, DataField dataField) Retrieves the default value that is configured for the given data fieldvoidViewHelperService.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 DataFieldModifier and TypeMethodDescriptionViewHelperServiceImpl.getDefaultValueForField(Object object, DataField dataField) Retrieves the default value that is configured for the given data fieldvoidViewHelperServiceImpl.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 DataFieldModifier and TypeMethodDescriptionstatic DataFieldComponentFactory.getDataField()Retrieves a new data field instance from Spring (initialized by the bean definition with the given id)static DataFieldComponentFactory.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 parametersMethods in org.kuali.rice.krad.uif.util with parameters of type DataFieldModifier and TypeMethodDescriptionstatic Class<?> ViewModelUtils.getParentObjectClassForMetadata(View view, Object model, DataField field) Determines the associated type for the property within the View contextstatic ObjectViewModelUtils.getParentObjectForMetadata(View view, Object model, DataField field) Retrieves the parent object if it exists or attempts to create a new instancestatic StringViewModelUtils.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 DataFieldModifier and TypeMethodDescriptionViewIndex.getDataFieldByPath(String propertyPath) Retrieves aDataFieldinstance from the indexViewIndex.getDataFieldByPropertyName(String propertyName) Retrieves aDataFieldinstance 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 DataFieldModifier and TypeMethodDescriptionViewIndex.getDataFieldIndex()Gets the Map that contains attribute field indexing information.Methods in org.kuali.rice.krad.uif.view with parameters of type DataFieldModifier and TypeMethodDescriptionbooleanViewAuthorizer.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 valuebooleanViewAuthorizerBase.canPartialUnmaskField(View view, ViewModel model, DataField field, String propertyName, Person user) booleanViewAuthorizer.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 valuebooleanViewAuthorizerBase.canUnmaskField(View view, ViewModel model, DataField field, String propertyName, Person user) -
Uses of DataField in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget with parameters of type DataFieldModifier and TypeMethodDescriptionprotected StringRichTable.getDataFieldColumnOptions(int target, CollectionGroup collectionGroup, DataField field) Construct the column options for a data field