public interface AbstractDialog extends AttributeReadId<String>, AttributeReadTitle<String>, AttributeReadVisible
Modifier and Type | Field and Description |
---|---|
static String |
PATTERN_DIALOG_ID
The regex pattern
dialog IDs have to match. |
Modifier and Type | Method and Description |
---|---|
String |
getId()
This method gets the ID used to identify this object.
|
String |
getTitle()
This method gets the title of this object.
|
boolean |
isVisible()
This method determines if this dialog is currently visible (opened).
|
static final String PATTERN_DIALOG_ID
dialog IDs
have to match.String getTitle()
Object.toString()
of the result if NOT null
getTitle
in interface AttributeReadTitle<String>
null
if not set. The string-representation
of the result (if
NOT null
) needs to be suitable for end-users.String getId()
getId
in interface AttributeReadId<String>
DialogConstants.DIALOG_ID_ROOT
,
DialogConstants.DIALOG_ID_PAGE
,
DialogConstants.DIALOG_ID_HOME
boolean isVisible()
isVisible
in interface AttributeReadVisible
true
if visible, false
otherwise.AttributeReadVisibleRecursive.isVisibleRecursive()
Copyright © 2001–2016 mmm-Team. All rights reserved.