Class CmsDialogOptions

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsDialogOptions
    extends java.lang.Object
    implements java.io.Serializable
    Option dialog data.

    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CmsDialogOptions.Option
      Describes a dialog option.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REGULAR_DELETE
      Key to trigger a regular delete action.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInfo()
      Returns the info.
      java.util.List<CmsDialogOptions.Option> getOptions()
      Returns the options.
      java.lang.String getTitle()
      Returns the dialog title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsDialogOptions

        public CmsDialogOptions​(java.lang.String title,
                                java.lang.String info,
                                java.util.List<CmsDialogOptions.Option> options)
        Constructor.

        Parameters:
        title - the dialog title
        info - the dialog info text
        options - the options
      • CmsDialogOptions

        protected CmsDialogOptions()
        Constructor used for serialization.

    • Method Detail

      • getInfo

        public java.lang.String getInfo()
        Returns the info.

        Returns:
        the info
      • getTitle

        public java.lang.String getTitle()
        Returns the dialog title.

        Returns:
        the dialog title