Uses of Interface
org.kuali.rice.krad.uif.component.DataBinding
Packages that use DataBinding
Package
Description
-
Uses of DataBinding in org.kuali.rice.krad.lookup
Classes in org.kuali.rice.krad.lookup that implement DataBindingModifier and TypeClassDescriptionclassCustomInputFieldfor criteria fields within a lookup view that adds criteria specific options. -
Uses of DataBinding in org.kuali.rice.krad.uif.container
Subinterfaces of DataBinding in org.kuali.rice.krad.uif.containerModifier and TypeInterfaceDescriptioninterfaceInterface representing an editable collection within a view.Classes in org.kuali.rice.krad.uif.container that implement DataBindingModifier and TypeClassDescriptionclassGroup that holds a collection of objects and configuration for presenting the collection in the UI.classLightTable is a light-weight collection table implementation that supports a subset of features, Current known supported features are: DataField InputField with TextControl, CheckboxControl, or single SelectControl MessageField LinkField ActionField ImageField most RichTable options FieldGroup containing only Actions, Image, Messages, or Links SpringEL for String properties on supported components only SpringEL specifically for the render property Other features are not guaranteed to work, but may work at your own risk.classGroup component that is backed by aTreedata structure and typically rendered as a tree in the user interface -
Uses of DataBinding in org.kuali.rice.krad.uif.field
Subinterfaces of DataBinding in org.kuali.rice.krad.uif.fieldModifier and TypeInterfaceDescriptioninterfaceComponent interface for data fields.interfaceTODO mark don't forget to fill this in.Classes in org.kuali.rice.krad.uif.field that implement DataBindingModifier 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 applicationclassA placeholder in the configuration for aContainerlist of items that will be invoked to retrieve a list ofRemotableAttributeFieldinstances which will then be inserted into the containers list at the position of the holder -
Uses of DataBinding in org.kuali.rice.krad.uif.mock
Methods in org.kuali.rice.krad.uif.mock with parameters of type DataBindingModifier and TypeMethodDescriptionprotected voidMockView.adjustBindingPath(DataBinding bindingComponent) Adjusts the binding path for the given component to match the generic data map (or boolean data map).protected voidMockView.createSampleData(DataBinding bindingComponent, Object model) Creates sample data for the giving binding component. -
Uses of DataBinding in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type DataBindingModifier and TypeMethodDescriptionstatic voidComponentUtils.prefixBindingPath(DataBinding field, String addBindingPrefix)