Uses of Class
org.apache.tapestry.components.LinkEventType

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, java.lang.String functionName)
          Adds a new event handler.
 

Uses of LinkEventType in org.apache.tapestry.link
 

Methods in org.apache.tapestry.link with parameters of type LinkEventType
 void AbstractLinkComponent.addEventHandler(LinkEventType eventType, java.lang.String functionName)
          Adds an event handler (typically, from a wrapped component such as a Rollover).