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

All Known Implementing Classes:
CollectionGroup, DataField, InputField, LookupInputField, RemoteFieldsHolder, TreeGroup

public interface DataBinding

Components that bind to a model (hold model data) should implement this interface

Provides access to the BindingInfo object for the component that contains binding configuration

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 BindingInfo getBindingInfo()
          Returns the BindingInfo instance that is configured for the component
 String getPropertyName()
          Name of the property (relative to the parent object) the component binds to
 void setBindingInfo(BindingInfo bindingInfo)
          Setter for the binding info instance
 

Method Detail

getBindingInfo

BindingInfo getBindingInfo()
Returns the BindingInfo instance that is configured for the component

Returns:
BindingInfo
See Also:
BindingInfo

setBindingInfo

void setBindingInfo(BindingInfo bindingInfo)
Setter for the binding info instance

Parameters:
bindingInfo -

getPropertyName

String getPropertyName()
Name of the property (relative to the parent object) the component binds to

Returns:
String property name


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