Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
ILinkComponent.addEventHandler(LinkEventType type,
java.lang.String functionName)
Adds a new event handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLinkComponent.addEventHandler(LinkEventType eventType,
java.lang.String functionName)
Adds an event handler (typically, from a wrapped component such as a
Rollover ). |