com.ibm.commons.swt.data.controls
Interface IDataFieldControl

All Superinterfaces:
IDataControl
All Known Implementing Classes:
DCCheckbox, DCComboBox, DCCommandButton, DCCompositeCheckbox, DCCompositeCombo, DCCompositeEditor, DCCompositeLabel, DCCompositeTable, DCCompositeText, DCLabel, DCListBox, DCNavComboBox, DCNavListBox, DCRadioButton, DCText, DCToggleButton, DCTreeComboBox

public interface IDataFieldControl
extends IDataControl

Interface that allows a control to be bound to a particular field (attribute). The creator of the control can specify an attribute that the control will be associated with.


Method Summary
 java.lang.String getAttributeName()
          Returns the name of the attribute that the control is associated with, may be null.
 void setAttributeName(java.lang.String attributeName)
          Sets the name of the attribute that the control is associated with.
 
Methods inherited from interface com.ibm.commons.swt.data.controls.IDataControl
getControl
 

Method Detail

getAttributeName

java.lang.String getAttributeName()
Returns the name of the attribute that the control is associated with, may be null.

Returns:

setAttributeName

void setAttributeName(java.lang.String attributeName)
Sets the name of the attribute that the control is associated with.

Parameters:
attributeName -