public class MarkupConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ONCLICK
Name of attribute for intercepting the user clicking a link.
|
static 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 and Description |
---|
MarkupConstants() |
public static final String WAIT_FOR_PAGE
public static final String ONCLICK
WAIT_FOR_PAGE
,
Constant Field Valuespublic MarkupConstants()
Copyright © 2003-2012 The Apache Software Foundation.