Uses of Class
org.kuali.rice.krad.uif.component.BindingInfo
Packages that use BindingInfo
Package
Description
-
Uses of BindingInfo in org.kuali.rice.krad.uif.component
Methods in org.kuali.rice.krad.uif.component that return BindingInfoModifier and TypeMethodDescriptionDataBinding.getBindingInfo()Returns theBindingInfoinstance that is configured for the componentMethods in org.kuali.rice.krad.uif.component with parameters of type BindingInfoModifier and TypeMethodDescriptionvoidDataBinding.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 BindingInfoModifier and TypeMethodDescriptionCollectionGroup.getAddLineBindingInfo()BindingInfoinstance for the add line property used to determine the full binding path.CollectionGroupBase.getAddLineBindingInfo()BindingInfoinstance for the add line property used to determine the full binding path.CollectionGroupBase.getBindingInfo()Returns theBindingInfoinstance that is configured for the componentLightTable.getBindingInfo()The bindingInfo for this collection table, containg the property path and other optionsTreeGroup.getBindingInfo()Methods in org.kuali.rice.krad.uif.container that return types with arguments of type BindingInfoModifier and TypeMethodDescriptionCollectionGroup.getUnauthorizedLineBindingInfos()List ofBindingInfoinstances that represent lines not authorized to be viewed or edited by the user.CollectionGroupBase.getUnauthorizedLineBindingInfos()List ofBindingInfoinstances that represent lines not authorized to be viewed or edited by the user.Methods in org.kuali.rice.krad.uif.container with parameters of type BindingInfoModifier and TypeMethodDescriptionvoidCollectionGroup.setAddLineBindingInfo(BindingInfo addLineBindingInfo) Setter for the add line binding infovoidCollectionGroupBase.setAddLineBindingInfo(BindingInfo addLineBindingInfo) Setter for the add line binding infovoidCollectionGroupBase.setBindingInfo(BindingInfo bindingInfo) Setter for the binding info instancevoidLightTable.setBindingInfo(BindingInfo bindingInfo) Set the bindingInfovoidTreeGroup.setBindingInfo(BindingInfo bindingInfo) Method parameters in org.kuali.rice.krad.uif.container with type arguments of type BindingInfoModifier and TypeMethodDescriptionvoidCollectionGroup.setUnauthorizedLineBindingInfos(List<BindingInfo> unauthorizedLineBindingInfos) voidCollectionGroupBase.setUnauthorizedLineBindingInfos(List<BindingInfo> unauthorizedLineBindingInfos) -
Uses of BindingInfo in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return BindingInfoModifier and TypeMethodDescriptionDataFieldBase.getBindingInfo()Returns theBindingInfoinstance that is configured for the componentRemoteFieldsHolder.getBindingInfo()Can be used to for more complex binding pathsMethods in org.kuali.rice.krad.uif.field with parameters of type BindingInfoModifier and TypeMethodDescriptionvoidDataFieldBase.setBindingInfo(BindingInfo bindingInfo) Setter for the binding info instancevoidRemoteFieldsHolder.setBindingInfo(BindingInfo bindingInfo) Setter for the Map property binding info instancevoidAttributeQuery.updateQueryFieldMapping(BindingInfo bindingInfo) Adjusts the path on the query field mapping from property to match the binding path prefix of the givenBindingInfovoidAttributeQuery.updateQueryMethodArgumentFieldList(BindingInfo bindingInfo) Adjusts the path on the query method arguments field list to match the binding path prefix of the givenBindingInfovoidAttributeQuery.updateReturnFieldMapping(BindingInfo bindingInfo) Adjusts the path on the return field mapping to property to match the binding path prefix of the givenBindingInfo -
Uses of BindingInfo in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget with parameters of type BindingInfoModifier and TypeMethodDescriptionprotected voidInquiry.setFieldBindingInfo(BindingInfo fieldBindingInfo) Sets the field binding informationprotected voidQuickFinder.updateFieldConversions(BindingInfo bindingInfo) Adjusts the path on the field conversion to property to match the binding path prefix of the givenBindingInfo.voidInquiry.updateInquiryParameters(BindingInfo bindingInfo) Adjusts the path on the inquiry parameter property to match the binding path prefix of the givenBindingInfoprotected voidQuickFinder.updateLookupParameters(BindingInfo bindingInfo) Adjusts the path on the lookup parameter from property to match the binding path prefix of the givenBindingInfo.protected voidQuickFinder.updateReferencesToRefresh(BindingInfo bindingInfo) Adjust the path on the referencesToRefresh parameter to match the binding path prefix of the givenBindingInfo.