| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.component | |
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.widget |
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
DataBinding.getBindingInfo()
Returns the
BindingInfo instance that is configured for the
component |
| Modifier and Type | Method and Description |
|---|---|
void |
DataBinding.setBindingInfo(BindingInfo bindingInfo)
Setter for the binding info instance
|
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
CollectionGroupBase.getAddLineBindingInfo()
BindingInfo instance for the add line property used to
determine the full binding path. |
BindingInfo |
CollectionGroup.getAddLineBindingInfo()
BindingInfo instance for the add line property used to
determine the full binding path. |
BindingInfo |
TreeGroup.getBindingInfo() |
BindingInfo |
LightTable.getBindingInfo()
The bindingInfo for this collection table, containg the property path and other options
|
BindingInfo |
CollectionGroupBase.getBindingInfo()
Returns the
BindingInfo instance that is configured for the
component |
| Modifier and Type | Method and Description |
|---|---|
List<BindingInfo> |
CollectionGroupBase.getUnauthorizedLineBindingInfos()
List of
BindingInfo instances that represent lines not authorized to be viewed or edited by the user. |
List<BindingInfo> |
CollectionGroup.getUnauthorizedLineBindingInfos()
List of
BindingInfo instances that represent lines not authorized to be viewed or edited by the user. |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroupBase.setAddLineBindingInfo(BindingInfo addLineBindingInfo)
Setter for the add line binding info
|
void |
CollectionGroup.setAddLineBindingInfo(BindingInfo addLineBindingInfo)
Setter for the add line binding info
|
void |
TreeGroup.setBindingInfo(BindingInfo bindingInfo) |
void |
LightTable.setBindingInfo(BindingInfo bindingInfo)
Set the bindingInfo
|
void |
CollectionGroupBase.setBindingInfo(BindingInfo bindingInfo)
Setter for the binding info instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroupBase.setUnauthorizedLineBindingInfos(List<BindingInfo> unauthorizedLineBindingInfos) |
void |
CollectionGroup.setUnauthorizedLineBindingInfos(List<BindingInfo> unauthorizedLineBindingInfos) |
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
RemoteFieldsHolder.getBindingInfo()
Can be used to for more complex binding paths
|
BindingInfo |
DataFieldBase.getBindingInfo()
Returns the
BindingInfo instance that is configured for the
component |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteFieldsHolder.setBindingInfo(BindingInfo bindingInfo)
Setter for the Map property binding info instance
|
void |
DataFieldBase.setBindingInfo(BindingInfo bindingInfo)
Setter for the 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 |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Inquiry.setFieldBindingInfo(BindingInfo fieldBindingInfo)
Sets the field binding information
|
protected 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 |
protected void |
QuickFinder.updateLookupParameters(BindingInfo bindingInfo)
Adjusts the path on the lookup parameter from property to match the binding path prefix of the
given
BindingInfo. |
protected void |
QuickFinder.updateReferencesToRefresh(BindingInfo bindingInfo)
Adjust the path on the referencesToRefresh parameter to match the binding path prefix of the
given
BindingInfo. |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.