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

java.lang.Object
  extended by org.chenillekit.tapestry.core.base.AbstractYahooComponent
      extended by org.chenillekit.tapestry.core.mixins.yui.SplitButton
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")
public class SplitButton
extends AbstractYahooComponent

Version:
$Id: SplitButton.java 675 2010-07-30 14:49:17Z homburgs $
Author:
sven

Constructor Summary
SplitButton()
           
 
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

SplitButton

public SplitButton()
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-2011 ChenilleKit. All Rights Reserved.