|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.markup.MarkupElement
Base class for different kinds of markup elements. Markup elements are held in a Markup container object.
Wicket divides markup like (x)html, wml etc. into two types of MarkupElements:
Markup,
RawMarkup,
ComponentTag| Constructor Summary | |
MarkupElement()
Constructor. |
|
| Method Summary | |
boolean |
closes(MarkupElement open)
Gets whether this element closes the given element. |
abstract java.lang.String |
toUserDebugString()
Gets a string represenetation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MarkupElement()
| Method Detail |
public boolean closes(MarkupElement open)
open - The open tag
public abstract java.lang.String toUserDebugString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||