public interface ModalSupport
Components which support a modal state.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODAL_CHANGED_PROPERTY
Constant for modal state property change notifications.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isModal()
Determines the modal state of this component.
|
void |
setModal(boolean newValue)
Sets the modal state of the
Component. |
static final java.lang.String MODAL_CHANGED_PROPERTY