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