Uses of Interface
org.kuali.rice.krad.uif.component.DataBinding

Packages that use DataBinding
org.kuali.rice.krad.uif.container   
org.kuali.rice.krad.uif.field   
org.kuali.rice.krad.uif.util   
 

Uses of DataBinding in org.kuali.rice.krad.uif.container
 

Classes in org.kuali.rice.krad.uif.container that implement DataBinding
 class CollectionGroup
          Group that holds a collection of objects and configuration for presenting the collection in the UI.
 class TreeGroup
          Group component that is backed by a Tree data structure and typically rendered as a tree in the user interface
 

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

Classes in org.kuali.rice.krad.uif.field that implement DataBinding
 class DataField
          Field that renders data from the application, such as the value of a data object property
 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
 class RemoteFieldsHolder
          A placeholder in the configuration for a Container list of items that will be invoked to retrieve a list of RemotableAttributeField instances which will then be inserted into the containers list at the position of the holder
 

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

Methods in org.kuali.rice.krad.uif.util with parameters of type DataBinding
static void ComponentUtils.prefixBindingPath(DataBinding field, String addBindingPrefix)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.