Uses of Class
com.sun.rave.web.ui.component.util.event.HandlerDefinition

Packages that use HandlerDefinition
com.sun.rave.web.ui.component.util.descriptors   
com.sun.rave.web.ui.component.util.event   
com.sun.rave.web.ui.renderer.template.xml   
 

Uses of HandlerDefinition in com.sun.rave.web.ui.component.util.descriptors
 

Fields in com.sun.rave.web.ui.component.util.descriptors declared as HandlerDefinition
static HandlerDefinition LayoutMarkup.afterEncodeHandlerDef
           
 

Uses of HandlerDefinition in com.sun.rave.web.ui.component.util.event
 

Methods in com.sun.rave.web.ui.component.util.event that return HandlerDefinition
 HandlerDefinition HandlerContext.getHandlerDefinition()
           Accessor for the Handler descriptor for this Handler.
 HandlerDefinition Handler.getHandlerDefinition()
           
 HandlerDefinition HandlerContextImpl.getHandlerDefinition()
           Accessor for the Handler descriptor for this Handler.
 

Methods in com.sun.rave.web.ui.component.util.event with parameters of type HandlerDefinition
protected  void Handler.setHandlerDefinition(HandlerDefinition handler)
           This method sets the HandlerDefinition used by this Handler.
 

Constructors in com.sun.rave.web.ui.component.util.event with parameters of type HandlerDefinition
Handler(HandlerDefinition handlerDef)
          Constructor
 

Uses of HandlerDefinition in com.sun.rave.web.ui.renderer.template.xml
 

Methods in com.sun.rave.web.ui.renderer.template.xml that return HandlerDefinition
 HandlerDefinition XMLLayoutDefinitionReader.createHandlerDefinition(org.w3c.dom.Node node)
           This method takes the given HANDLER_DEFINITION_ELEMENT node and reads the ID_ATTRIBUTE, CLASS_NAME_ATTRIBUTE, and METHOD_NAME_ATTRIBUTE attributes.