|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface which describes an HTML tag which can enclose any (non-restricted) content. Defines the accessors and validators of the wrapped content.
| Method Summary | |
java.lang.Object |
getContents()
Returns the contents of the HTML Tag. |
boolean |
getNowrap()
Returns the value of the HTML Tag NOWRAP attribute. |
void |
setContents(java.lang.Object contents)
Sets the contents of this tag. |
void |
setNowrap(boolean attribute)
Sets the HTML Tag NOWRAP attribute. |
| Method Detail |
public java.lang.Object getContents()
public boolean getNowrap()
true if the contents of the tag do not word wrap;
false if the contents of the tag should word wrappublic void setContents(java.lang.Object contents)
HTMLTag.reconstructTag value to true.
contents - the content for this tagHTMLTag.reconstructTagpublic void setNowrap(boolean attribute)
HTMLTag.reconstructTag to true.
attribute - true if this HTML Tag contents should not be word wrapped;
false if this HTML Tag contents should be word wrapped.HTMLTag.reconstructTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||