jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.htform
Class Button

java.lang.Object
  extended byuk.co.weft.htform.Button

Deprecated. see ActionWidget

public class Button
extends java.lang.Object

A button (Form with just a submit widget visible) passing context in hidden widgets.


Constructor Summary
Button(java.lang.String a)
          Deprecated. Basic constructor.
Button(java.lang.String a, java.lang.String l)
          Deprecated. a label is quite nice, too
 
Method Summary
 void addVar(java.lang.String v)
          Deprecated. Add this variable name to the list of variable names I pass through
 void addVar(java.lang.String alias, java.lang.String var)
          Deprecated. Add var to the list of variables I pass, but pass it's value as alias
 void layout(Context context)
          Deprecated. lay me out in this context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Button

public Button(java.lang.String a)
Deprecated. 
Basic constructor. I have to have an action


Button

public Button(java.lang.String a,
              java.lang.String l)
Deprecated. 
a label is quite nice, too

Method Detail

addVar

public void addVar(java.lang.String v)
Deprecated. 
Add this variable name to the list of variable names I pass through


addVar

public void addVar(java.lang.String alias,
                   java.lang.String var)
Deprecated. 
Add var to the list of variables I pass, but pass it's value as alias


layout

public void layout(Context context)
            throws java.io.IOException
Deprecated. 
lay me out in this context

Throws:
java.io.IOException

jacquard 1.12.0 by The Web Engineering Factory and Toolworks