com.smartgwt.client.docs
Interface Enable


public interface Enable

Enabling and Disabling

Disabled components do not respond to mouse or keyboard events, and change appearance to indicate they are disabled.

See Also:
FormItem.setDisabled(java.lang.Boolean), FormItem.isDisabled(), FormItem.enable(), FormItem.disable(), com.smartgwt.client.widgets.Canvas#setEnabled, Canvas.setDisabled(boolean), Canvas.enable(), Canvas.disable(), Canvas.isDisabled(), com.smartgwt.client.widgets.Canvas#isEnabled, StatefulCanvas.setDisabled(boolean), Button.setDisabled(boolean), ImgButton.setDisabled(boolean), StretchImgButton.setDisabled(boolean), Canvas.getDisabled(), com.smartgwt.client.widgets.Canvas#getEnabled