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 nullgetTitle 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_HOMEboolean isVisible()
isVisible in interface AttributeReadVisibletrue if visible, false otherwise.AttributeReadVisibleRecursive.isVisibleRecursive()Copyright © 2001–2016 mmm-Team. All rights reserved.