net.sf.jzeno.echo.databinding
Class DynaButton1

java.lang.Object
  extended by net.sf.jzeno.echo.databinding.DynaButton1

public class DynaButton1
extends java.lang.Object

Dynamicaly wired up pushbutton. This button will automatically register with the screen it is a child of. In a normal situation this will be an AbstractScreen, which will then auto-dispatch the event to a method with the name of the actionCommand. Also supports icon buttons.


Constructor Summary
DynaButton1()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynaButton1

public DynaButton1()