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