Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2967

org.apache.wicket.util.value.Count: add decrement method

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Resolved
    • Trivial
    • Resolution: Won't Fix
    • 1.4.9
    • 1.4.11, 1.5-M2.1
    • wicket
    • None

    Description

      Wicket-Examples (LinkPage) use examples specific "ClickCount"-model class.
      Should use org.apache.wicket.util.value.Count class (to promote the use of it).
      For being usable for all examples, the Count-class needs this additional method:

      /**

      • Decreases the count value by one.
        */
        public void decrement() {
        count--;
        }

      and a "setCount(int count)" method.

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            javapro Ralf Eichinger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 10m
                10m
                Remaining:
                Remaining Estimate - 10m
                10m
                Logged:
                Time Spent - Not Specified
                Not Specified