public interface

HasEnabled

com.google.gwt.user.client.ui.HasEnabled
Known Indirect Subclasses

Class Overview

A widget that implements this interface can be put in an "enabled" or "disabled" state.

Summary

Public Methods
abstract boolean isEnabled()
Returns true if the widget is enabled, false if not.
abstract void setEnabled(boolean enabled)
Sets whether this widget is enabled.

Public Methods

public abstract boolean isEnabled ()

Returns true if the widget is enabled, false if not.

public abstract void setEnabled (boolean enabled)

Sets whether this widget is enabled.

Parameters
enabled true to enable the widget, false to disable it