Package org.apache.tapestry5
Class MarkupConstants
- java.lang.Object
-
- org.apache.tapestry5.MarkupConstants
-
public class MarkupConstants extends Object
Constants used when rendering page markup.- Since:
- 5.1.0.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
ONCLICK
Deprecated.Deprecated in Tapestry 5.4 with no replacement.static String
WAIT_FOR_PAGE
Deprecated.Deprecated in Tapestry 5.4 with no replacement.
-
Constructor Summary
Constructors Constructor Description MarkupConstants()
-
-
-
Field Detail
-
WAIT_FOR_PAGE
public static final String WAIT_FOR_PAGE
Deprecated.Deprecated in Tapestry 5.4 with no replacement. Do not use.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. References a client-side JavaScript function that displays a standard "wait for page to load" modal dialog.- See Also:
- Constant Field Values
-
ONCLICK
public static final String ONCLICK
Deprecated.Deprecated in Tapestry 5.4 with no replacement. Do not use.Name of attribute for intercepting the user clicking a link.- See Also:
WAIT_FOR_PAGE
, Constant Field Values
-
-
Constructor Detail
-
MarkupConstants
public MarkupConstants()
-
-