AjaxSlider Class Reference

Inherits er::ajax::AjaxComponent.

Collaboration diagram for AjaxSlider:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 AjaxSlider (WOContext context)
void appendToResponse (WOResponse res, WOContext ctx)
WOActionResults handleRequest (WORequest worequest, WOContext wocontext)
boolean isStateless ()
boolean synchronizesVariablesWithBindings ()
void takeValuesFromRequest (WORequest worequest, WOContext wocontext)

Protected Member Functions

void addRequiredWebResources (WOResponse res)

Private Attributes

String _handleId
String _trackerId

Static Private Attributes

static final Logger log = Logger.getLogger(AjaxSlider.class)


Detailed Description

Simple Ajax slider.
Author:
ak
minimum the minimum value of this slider maximum the maximum value of this slider snap if true, and min/max is set, this will set "values" to be the list of integer values

Constructor & Destructor Documentation

AjaxSlider ( WOContext  context  ) 


Member Function Documentation

void addRequiredWebResources ( WOResponse  res  )  [protected, virtual]

Adds all required resources.

Implements AjaxComponent.

void appendToResponse ( WOResponse  res,
WOContext  ctx 
)

Overridden to add the initialization javascript for the auto completer.

Reimplemented from AjaxComponent.

WOActionResults handleRequest ( WORequest  request,
WOContext  context 
) [virtual]

Override this method to return the response for an Ajax request.

Parameters:
request 
context 

Implements AjaxComponent.

boolean isStateless (  ) 

Overridden because the component is stateless

boolean synchronizesVariablesWithBindings (  ) 

Overridden because the component does not synch with the bindings.

void takeValuesFromRequest ( WORequest  worequest,
WOContext  wocontext 
)


Member Data Documentation

String _handleId [private]

String _trackerId [private]

final Logger log = Logger.getLogger(AjaxSlider.class) [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:40 2012 for Project Wonder by  doxygen 1.5.8