|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkEventType | |
---|---|
org.apache.tapestry.components | Basic, fundamental components used to construct more complex components, or pages. |
org.apache.tapestry.link | Components for creating links on the page that trigger application behavior when clicked. |
Uses of LinkEventType in org.apache.tapestry.components |
---|
Fields in org.apache.tapestry.components declared as LinkEventType | |
---|---|
static LinkEventType |
LinkEventType.CLICK
Type for onClick . |
static LinkEventType |
LinkEventType.DOUBLE_CLICK
Type for onDblClick . |
static LinkEventType |
LinkEventType.MOUSE_DOWN
Type for onMouseDown . |
static LinkEventType |
LinkEventType.MOUSE_OUT
Type for onMouseOut . |
static LinkEventType |
LinkEventType.MOUSE_OVER
Type for onMouseOver . |
static LinkEventType |
LinkEventType.MOUSE_UP
Type for onMouseUp . |
Methods in org.apache.tapestry.components with parameters of type LinkEventType | |
---|---|
void |
ILinkComponent.addEventHandler(LinkEventType type,
String functionName)
Deprecated. To be removed in Tapestry 4.1.4. |
Uses of LinkEventType in org.apache.tapestry.link |
---|
Methods in org.apache.tapestry.link with parameters of type LinkEventType | |
---|---|
void |
AbstractLinkComponent.addEventHandler(LinkEventType eventType,
String functionName)
Adds an event handler (typically, from a wrapped component such as a Rollover ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |