Class WFEvent

Description

The WFEvent hierarchy maps to DOM events that PHOCOA can recognize and act on.

Located in /framework/WFRPC.php (line 372)

WFObject
   |
   --WFEvent
Direct descendents
Class Description
WFClickEvent Maps to the DOM "click" event.
WFMousedownEvent Maps to the DOM "mousedown" event.
WFMouseupEvent Maps to the DOM "mouseup" event.
WFMouseoverEvent Maps to the DOM "mouseover" event.
WFMousemoveEvent Maps to the DOM "mousemove" event.
WFMouseoutEvent Maps to the DOM "mouseout" event.
WFChangeEvent Maps to the DOM "change" event.
WFFocusEvent Maps to the DOM "focus" event.
WFBlurEvent Maps to the DOM "blur" event.
Variable Summary
mixed $action
mixed $name
mixed $widget
Method Summary
static void factory ( $event,  $action)
WFEvent __construct ([ $action = NULL])
void action ()
void name ()
void setWidget ( $w)
void widget ()
Variables
mixed $action (line 375)
  • access: protected
mixed $name (line 374)
  • access: protected
mixed $widget (line 376)
  • access: protected
Methods
static method factory (line 409)
  • access: public
static void factory ( $event,  $action)
  • $event
  • $action
action (line 405)
  • access: public
void action ()
name (line 392)
  • access: public
void name ()
setWidget (line 396)
  • access: public
void setWidget ( $w)
  • $w
widget (line 401)
  • access: public
void widget ()

Inherited Methods

Inherited From WFObject

WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()

Documentation generated on Thu, 17 Apr 2008 13:52:06 -0400 by phpDocumentor 1.4.1