All Implemented Interfaces:
TagBase, DetailsAttributable, DialogAttributable, BooleanAttribute, Serializable, Cloneable

<element open>
open is a boolean attribute which can be used in details tag to show the details to the user. The presence of open attribute in details indicates that the details to be visible in the browser. This attribute can also be used on other tags like dialog.
Since:
2.1.9
See Also:
  • Constructor Details

    • Open

      public Open()
      sets the default value as open . If value is not required then use new Open(null).
      Since:
      2.1.9
    • Open

      public Open(String value)
  • Method Details

    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • init

      protected void init()
      invokes only once per object
      Since:
      2.1.9