org.chenillekit.tapestry.core.mixins.yui
Class Button
java.lang.Object
org.chenillekit.tapestry.core.base.AbstractYahooComponent
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Button
public Button()
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-2011 ChenilleKit. All Rights Reserved.