com.jdc.gui.html.tag.attr
Class Selected
java.lang.Object
|
+--com.jdc.xml.tag.Attribute
|
+--com.jdc.gui.html.tag.Attribute
|
+--com.jdc.gui.html.tag.attr.Selected
- All Implemented Interfaces:
- MarkupLanguage, Serializable
- public class Selected
- extends Attribute
Selected is used to create an HTML selected attribute that sets the selected 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 |
Selected()
Constructs a Selected object. |
|
Method Summary |
String |
create()
Create and return the selected name attribute. |
Selected
public Selected()
- Constructs a Selected object.
create
public String create()
- Create and return the selected name attribute.
- Overrides:
create in class Attribute
- Returns:
- String Selected attribute.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.