| nextapp.echo2.app.ModalSupport
All known Subclasses: nextapp.echo2.app.WindowPane,
ModalSupport | public interface ModalSupport (Code) | | An interface for Component s which support a modal state.
|
Method Summary | |
public boolean | isModal() Determines the modal state of this component. | public void | setModal(boolean newValue) Sets the modal state of the Component . |
MODAL_CHANGED_PROPERTY | final public static String MODAL_CHANGED_PROPERTY(Code) | | Constant for modal state property change notifications.
|
isModal | public boolean isModal()(Code) | | Determines the modal state of this component.
true if the component is modal |
setModal | public void setModal(boolean newValue)(Code) | | Sets the modal state of the Component .
Parameters: newValue - the new modal state |
|
|