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