|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingInfo | |
---|---|
org.kuali.rice.krad.uif.component | |
org.kuali.rice.krad.uif.container | |
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.widget |
Uses of BindingInfo in org.kuali.rice.krad.uif.component |
---|
Methods in org.kuali.rice.krad.uif.component that return BindingInfo | |
---|---|
BindingInfo |
DataBinding.getBindingInfo()
Returns the BindingInfo instance that is configured for the
component |
Methods in org.kuali.rice.krad.uif.component with parameters of type BindingInfo | |
---|---|
void |
DataBinding.setBindingInfo(BindingInfo bindingInfo)
Setter for the binding info instance |
Uses of BindingInfo in org.kuali.rice.krad.uif.container |
---|
Methods in org.kuali.rice.krad.uif.container that return BindingInfo | |
---|---|
BindingInfo |
CollectionGroup.getAddLineBindingInfo()
BindingInfo instance for the add line property used to
determine the full binding path. |
BindingInfo |
CollectionGroup.getBindingInfo()
Determines the binding path for the collection. |
BindingInfo |
TreeGroup.getBindingInfo()
|
Methods in org.kuali.rice.krad.uif.container with parameters of type BindingInfo | |
---|---|
void |
CollectionGroup.setAddLineBindingInfo(BindingInfo addLineBindingInfo)
Setter for the add line binding info |
void |
CollectionGroup.setBindingInfo(BindingInfo bindingInfo)
Setter for the binding info instance |
void |
TreeGroup.setBindingInfo(BindingInfo bindingInfo)
|
Uses of BindingInfo in org.kuali.rice.krad.uif.field |
---|
Methods in org.kuali.rice.krad.uif.field that return BindingInfo | |
---|---|
BindingInfo |
DataField.getBindingInfo()
|
BindingInfo |
RemoteFieldsHolder.getBindingInfo()
Can be used to for more complex binding paths |
Methods in org.kuali.rice.krad.uif.field with parameters of type BindingInfo | |
---|---|
void |
DataField.setBindingInfo(BindingInfo bindingInfo)
Setter for the field's binding info |
void |
RemoteFieldsHolder.setBindingInfo(BindingInfo bindingInfo)
Setter for the Map property binding info instance |
void |
AttributeQuery.updateQueryFieldMapping(BindingInfo bindingInfo)
Adjusts the path on the query field mapping from property to match the binding path prefix of the given BindingInfo |
void |
AttributeQuery.updateQueryMethodArgumentFieldList(BindingInfo bindingInfo)
Adjusts the path on the query method arguments field list to match the binding path prefix of the given BindingInfo |
void |
AttributeQuery.updateReturnFieldMapping(BindingInfo bindingInfo)
Adjusts the path on the return field mapping to property to match the binding path prefix of the given BindingInfo |
Uses of BindingInfo in org.kuali.rice.krad.uif.widget |
---|
Methods in org.kuali.rice.krad.uif.widget with parameters of type BindingInfo | |
---|---|
void |
QuickFinder.updateFieldConversions(BindingInfo bindingInfo)
Adjusts the path on the field conversion to property to match the binding path prefix of the given BindingInfo |
void |
Inquiry.updateInquiryParameters(BindingInfo bindingInfo)
Adjusts the path on the inquiry parameter property to match the binding path prefix of the given BindingInfo |
void |
QuickFinder.updateLookupParameters(BindingInfo bindingInfo)
Adjusts the path on the lookup parameter from property to match the binding path prefix of the given BindingInfo |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |