Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-614

add a clearFlag() method in Form

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.5.1
    • 1.5.2, 2.0
    • None
    • None

    Description

      The Form does not expose any explicit way of removing the Flag attribute.
      While implementing it, I realized it was as easy as calling Form.setFlag() method with a null value but it ain't very 'developer friendly', imho.
      So, either make it clear in the doc or add a method such as this one

      Form,java:

      public static final void clearFlag(Component component)

      { setFlag(component, (Flag) null); }

      cheers
      A.J.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ozbtech A.J.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: