Class DialogTag

  • All Implemented Interfaces:
    Composite, ConditionalTag, IconSupport, WindowData, org.apache.commons.jelly.Tag

    public class DialogTag
    extends WindowBaseTag

    A tag handler class for creating dialogs.

    With this tag class modal and non modal dialogs can be created, i.e. typical windows that gather user input. In addition to the attributes defined by the base class, this class support the boolean modal attribute, which specifies whether the resulting dialog window is modal or not. The default value for this attribute is true.

    Version:
    $Id: DialogTag.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    • Constructor Detail

      • DialogTag

        public DialogTag()
        Creates a new instance of DialogTag.