Directory src/au/com/whitesquare/waf/taglib/html/

Directory Created:
2005-01-03 21:26
Total Files:
14
Deleted Files:
0
Lines of Code:
2775

[root]/src/au/com/whitesquare/waf/taglib/html
                                 selectdata (7 files, 340 lines)

Lines of Code

src/au/com/whitesquare/waf/taglib/html/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
steve 56 (100.0%) 3439 (100.0%) 61.4

Most Recent Commits

steve 2009-04-05 20:20

Added support for re-population to handle array values.

14 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: BaseInputTag.java (+14 -4)
steve 2008-10-15 10:09

Added new calendarid attribute on JSDateSelectorTag to support assigning a specific styleID and javascript key to a specific instance of a calendar tag.

23 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: JSDateSelectorTag.java (+23 -3)
steve 2008-07-17 07:56

Added tag to format dates based on a SimpleDateFormat string.

56 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: DateFormatTag.java (new 56)
steve 2007-01-04 12:54

Added repopulation logic to allow the textbox to display the value entered even if it is
not a valid date string.

19 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: JSDateSelectorTag.java (+19 -6)
steve 2007-01-04 12:53

Fixed bug in repopulation. Was due to the change of value String --> Object.
Now checks the instanceof the value and handle's accordingly.

23 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: CheckboxTag.java (+23 -4)
steve 2007-01-01 22:48

Compares the string value of the selected item when working out which item
to highlight as selected. Fixes bug where items were not being selected after the
change from a String value to Object.

13 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectTag.java (+13 -3)
steve 2007-01-01 22:46

Updated logic of parsing the value object based on what class it is.

51 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: DateSelectorTag.java (+51 -12)
steve 2007-01-01 22:44

Added new Javascript Date Selector Tag.

213 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: JSDateSelectorTag.java (new 213)
steve 2006-11-11 11:02

Allowed select tags to be multiple, and allowed re-population of the multiple select tag.
This required changing the internal 'value' attribute to Object from String. Other places
required an update to handle casting back from Object.

66 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: BaseInputTag.java (+15 -19), CheckboxTag.java (+14 -5), DateSelectorTag.java (+6 -3), SelectTag.java (+31 -4)
steve 2006-09-01 23:28

Added styling logic to allow the option elements to be styled.

320 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectDataTag.java (+186 -175), SelectTag.java (+134 -120)
steve 2006-08-10 08:15

Merged the 2 setType functions to 1 using instanceof to seperate strings from select data objects.

22 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectDataTag.java (+22 -17)
steve 2006-01-27 21:01

Added support for multiple selections.

25 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectTag.java (+25 -2)
steve 2006-01-27 21:01

Reversed order of overloaded parameters to see if it fixes the deployed issue on windows.

13 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectDataTag.java (+13 -10)
steve 2005-10-14 12:32

Created init function to allow the select data tag to be use programatically.

12 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectDataTag.java (+12 -4)
steve 2005-09-12 22:05

Created additional setValue methods to take other primitives.

20 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: BaseInputTag.java (+20 -2)
steve 2005-07-09 23:12

Now releases the tag instance variables after rendering the select tag.
Also releases the nested select data tag too.

17 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectTag.java (+17 -2)
steve 2005-07-09 23:10

Created release method to ensure that select tags work when multiple are used on the one page.

28 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectDataTag.java (+28 -16)
steve 2005-06-26 21:21

Updated javadoc.

97 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: BaseInputTag.java (+9 -3), DateSelectorTag.java (+11 -11), RadioTag.java (+52 -15), SelectDataTag.java (+25 -7)
steve 2005-06-26 20:41

Updated parameter naming so as to not conflict with the instance variables.

10 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: BaseFieldTag.java (+10 -7)
steve 2005-06-24 18:08

Removed eronious extra quote(") from the open select tag.

6 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: SelectTag.java (+6 -3)

(18 more)

Generated by StatCVS 0.3