Uses of Interface
com.itmill.toolkit.ui.Button.ClickListener

Packages that use Button.ClickListener
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Button.ClickListener in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui with parameters of type Button.ClickListener
 void Button.addListener(Button.ClickListener listener)
          Adds the button click listener.
 void Button.removeListener(Button.ClickListener listener)
          Removes the button click listener.
 

Constructors in com.itmill.toolkit.ui with parameters of type Button.ClickListener
Button(String caption, Button.ClickListener listener)
          Creates a new push button with click listener.
CheckBox(String caption, Button.ClickListener listener)
          Creates a new switch button with a caption and a click listener.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.