setNullValid method in AbstractSingleSelectChoice returns void
--------------------------------------------------------------

                 Key: WICKET-110
                 URL: http://issues.apache.org/jira/browse/WICKET-110
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Tomá? Dren?ák
            Priority: Minor


setNullValid method in AbstractSingleSelectChoice returns void

Usually I add components this way: add(new Component(....)), but when I want to 
have for instance DropdownChoice with nullValid attribute I need to create 
local variable for this instead of simple add(new 
DropdownChoice(....).setNullValid(true)) :(

In other methods such as setRequired Component is returned...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to