public interface Dialog extends AbstractDialog
DialogPlace
. A
Dialog
should NOT be mixed with a PopupDialog
.PATTERN_DIALOG_ID
Modifier and Type | Method and Description |
---|---|
String |
getType()
This method determines the type of this
Dialog . |
getId, getTitle, isVisible
String getType()
Dialog
. There are predefined TYPE_*
constants for common types in DialogConstants
. However, you can simply create additional custom
types for your needs.Dialog
.DialogConstants.TYPE_MAIN
,
DialogConstants.TYPE_HEADER
,
DialogConstants.TYPE_FOOTER
,
DialogConstants.TYPE_NAVIGATION
,
DialogConstants.TYPE_SIDE
,
DialogConstants.TYPE_ROOT
Copyright © 2001–2016 mmm-Team. All rights reserved.