com.jdc.gui.html.tag.attr
Class MaxLength
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.MaxLength
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class MaxLength
- extends Attribute
MaxLength is used to create an HTML maximum length attribute that sets the maximum
length as required by HTML tags implemented in classes like Input.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
Input,
Serialized Form
|
Constructor Summary |
MaxLength()
Constructs a MaxLength object. |
|
Method Summary |
String |
create(int value)
Create and return the maximum length name/value attribute. |
MaxLength
public MaxLength()
- Constructs a MaxLength object.
create
public String create(int value)
- Create and return the maximum length name/value attribute.
- Returns:
- String Maximum length attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.