com.simpleservlets.htmlobjects
Class HTMLList.Style
java.lang.Object
com.simpleservlets.htmlobjects.HTMLList.Style
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HTMLList.OrderedStyle, HTMLList.UnorderedStyle
- Enclosing class:
- HTMLList
protected abstract static class HTMLList.Style
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(Object obj)
Use this method instead of == to be sure that
serialization or multiple class loaders have not resulted in multiple
instances. |
int |
hashCode()
|
String |
toString()
|
HTMLList.Style
protected HTMLList.Style(int style,
String name,
String attributeValue)
equals
public boolean equals(Object obj)
- Use this method instead of == to be sure that
serialization or multiple class loaders have not resulted in multiple
instances.
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
SimpleServlets is free
and is
OSI Certified
Open Source Software under the BSD
license.