|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.MarkupConstants
public class MarkupConstants
Constants used when rendering page markup.
Field Summary | |
---|---|
static java.lang.String |
ONCLICK
Name of attribute for intercepting the user clicking a link. |
static java.lang.String |
WAIT_FOR_PAGE
Handler for the onclick event (for links) or other events (such as forms) to ensure the page is loaded before allowing the click event to occur. |
Constructor Summary | |
---|---|
MarkupConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WAIT_FOR_PAGE
public static final java.lang.String ONCLICK
WAIT_FOR_PAGE
,
Constant Field ValuesConstructor Detail |
---|
public MarkupConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |