com.ibm.commons.swt.controls.custom
Interface ICustomControl

All Known Implementing Classes:
ColorButton, CompositeEditor, CTreeCombo, CustomButton, CustomCanvas, CustomCheckBox, CustomCombo, CustomComposite, CustomLabel, CustomList, CustomRadioButton, CustomTable, CustomText, CustomToggleButton, CustomTree, DCCheckbox, DCColorButton, DCComboBox, DCCommandButton, DCCompositeCheckbox, DCCompositeCombo, DCCompositeEditor, DCCompositeLabel, DCCompositeTable, DCCompositeText, DCLabel, DCListBox, DCNavComboBox, DCNavigator, DCNavListBox, DCPanel, DCPropertyTree, DCRadioButton, DCTable, DCText, DCToggleButton, DCTreeComboBox, LabelEx, LookupComboBox, LookupList, ShowErrorComposite

public interface ICustomControl

Custom control interface that allows for ids to be associated UI controls.


Method Summary
 java.lang.String getId()
          Returns a string identifier associated with the current widget/control
 void setId(java.lang.String id)
          Sets a string identifier on the current widget/control.
 

Method Detail

getId

java.lang.String getId()
Returns a string identifier associated with the current widget/control

Returns:
String

setId

void setId(java.lang.String id)
Sets a string identifier on the current widget/control.

Parameters:
id -