Class CmsDialogOptions
java.lang.Object
org.opencms.ade.containerpage.shared.CmsDialogOptions
- All Implemented Interfaces:
Serializable
Option dialog data.
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor used for serialization.CmsDialogOptions
(String title, String info, List<CmsDialogOptions.Option> options) Constructor. -
Method Summary
-
Field Details
-
REGULAR_DELETE
Key to trigger a regular delete action.- See Also:
-
-
Constructor Details
-
CmsDialogOptions
Constructor.- Parameters:
title
- the dialog titleinfo
- the dialog info textoptions
- the options
-
CmsDialogOptions
protected CmsDialogOptions()Constructor used for serialization.
-
-
Method Details
-
getInfo
Returns the info.- Returns:
- the info
-
getOptions
Returns the options.- Returns:
- the options
-
getTitle
Returns the dialog title.- Returns:
- the dialog title
-