org.chenillekit.tapestry.core.components.yui
Class Slider

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractField
      extended by org.chenillekit.tapestry.core.base.AbstractYuiField
          extended by org.chenillekit.tapestry.core.components.yui.Slider
All Implemented Interfaces:
ClientElement, Field

@Import(library={"${yahoo.yui}/dragdrop/dragdrop${yahoo.yui.mode}.js","${yahoo.yui}/slider/slider${yahoo.yui.mode}.js","../../Chenillekit.js","Slider.js"},
        stylesheet="${yahoo.yui}/slider/assets/skins/sam/slider.css")
public class Slider
extends AbstractYuiField

Version:
$Id: Slider.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
Slider()
           
 
Method Summary
protected  void processSubmission(String elementName)
          Method implemented by subclasses to actually do the work of processing the submission of the form.
 
Methods inherited from class org.apache.tapestry5.corelib.base.AbstractField
createDefaultParameterBinding, decorateInsideField, getClientId, getControlName, getLabel, isDisabled, isRequired, putPropertyNameIntoBeanValidationContext, removePropertyNameFromBeanValidationContext, setDecorator, setFormSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slider

public Slider()
Method Detail

processSubmission

protected void processSubmission(String elementName)
Method implemented by subclasses to actually do the work of processing the submission of the form. The element's elementName property will already have been set. This method is only invoked if the field is not disabled.

Specified by:
processSubmission in class AbstractField
Parameters:
elementName - the name of the element (used to find the correct parameter in the request)


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.