org.chenillekit.tapestry.core.base
Class AbstractYuiField

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

@Import(library={"${yahoo.yui}/yahoo-dom-event/yahoo-dom-event.js","${yahoo.yui}/element/element${yahoo.yui.mode}.js"})
public abstract class AbstractYuiField
extends AbstractField

Version:
$Id: AbstractYuiField.java 668 2010-06-18 16:07:35Z homburgs $

Constructor Summary
AbstractYuiField()
           
 
Method Summary
 
Methods inherited from class org.apache.tapestry5.corelib.base.AbstractField
createDefaultParameterBinding, decorateInsideField, getClientId, getControlName, getLabel, isDisabled, isRequired, processSubmission, putPropertyNameIntoBeanValidationContext, removePropertyNameFromBeanValidationContext, setDecorator, setFormSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractYuiField

public AbstractYuiField()


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.