Uses of Class
fc.web.forms.MaxSizable

Packages that use MaxSizable
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of MaxSizable in fc.web.forms
 

Subclasses of MaxSizable in fc.web.forms
 class Password
          Encapsulates a password field.
 class Text
          Represents an HTML text field
 

Methods in fc.web.forms that return MaxSizable
 MaxSizable MaxSizable.setMaxSize(int maxlen)
          Specifies the maximum number of characters a text box can accept.
 MaxSizable MaxSizable.setSize(int size)
          Specifies the size of this text box.