NextApp Echo2
v2.1.0

nextapp.echo2.app
Interface ModalSupport

All Known Implementing Classes:
WindowPane

public interface ModalSupport

An interface for Components which support a modal state.


Field Summary
static java.lang.String MODAL_CHANGED_PROPERTY
          Constant for modal state property change notifications.
 
Method Summary
 boolean isModal()
          Determines the modal state of this component.
 void setModal(boolean newValue)
          Sets the modal state of the Component.
 

Field Detail

MODAL_CHANGED_PROPERTY

static final java.lang.String MODAL_CHANGED_PROPERTY
Constant for modal state property change notifications.

See Also:
Constant Field Values
Method Detail

isModal

boolean isModal()
Determines the modal state of this component.

Returns:
true if the component is modal

setModal

void setModal(boolean newValue)
Sets the modal state of the Component.

Parameters:
newValue - the new modal state

NextApp Echo2
v2.1.0