|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.util.MultipleHtmlAttribute
public class MultipleHtmlAttribute
Object used to contain html multiple attribute value (for the "class" attribute).
| Constructor Summary | |
|---|---|
MultipleHtmlAttribute(java.lang.String attributeValue)
Constructor for MultipleHtmlAttribute. |
|
| Method Summary | |
|---|---|
void |
addAttributeValue(java.lang.String attributeValue)
Adds a value to the attribute. |
protected java.lang.Object |
clone()
|
boolean |
isEmpty()
Return true if this MultipleHtmlValue doesn't store any value. |
java.lang.String |
toString()
Returns the list of attributes separated by a space. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleHtmlAttribute(java.lang.String attributeValue)
attributeValue - String| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void addAttributeValue(java.lang.String attributeValue)
attributeValue - value to add to the attributepublic boolean isEmpty()
true if this MultipleHtmlValue doesn't store any valueprotected java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||