|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataFieldControl
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 |
|---|
java.lang.String getAttributeName()
void setAttributeName(java.lang.String attributeName)
attributeName -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||