org.chenillekit.tapestry.core.mixins.yui
Class Button

java.lang.Object
  extended by org.chenillekit.tapestry.core.base.AbstractYahooComponent
      extended by org.chenillekit.tapestry.core.mixins.yui.Button
All Implemented Interfaces:
ClientElement

@Import(stack="yahoo",
        stylesheet="${yahoo.yui}/button/assets/skins/sam/button.css",
        library={"${yahoo.yui}/button/button${yahoo.yui.mode}.js","Button.js"})
public class Button
extends AbstractYahooComponent

Version:
$Id: Button.java 697 2010-09-06 12:09:50Z homburgs $
Author:
sven

Constructor Summary
Button()
           
 
Method Summary
protected  void configure(JSONObject options)
          Invoked to allow subclasses to further configure the parameters passed to this mixin's javascript options.
 
Methods inherited from class org.chenillekit.tapestry.core.base.AbstractYahooComponent
getClientId, isDisabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Button

public Button()
Method Detail

configure

protected void configure(JSONObject options)
Invoked to allow subclasses to further configure the parameters passed to this mixin's javascript options. Subclasses may override this method to configure additional features of this mixin.

This implementation does nothing.

Parameters:
options - option object


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.