com.tonbeller.wcf.test
Class WizardTestBean

java.lang.Object
  extended bycom.tonbeller.wcf.test.WizardTestBean
All Implemented Interfaces:
FormBean

public class WizardTestBean
extends java.lang.Object
implements FormBean

Author:
av

Constructor Summary
WizardTestBean()
           
 
Method Summary
 int getIntValue()
           
 java.lang.String getStringValue()
           
 boolean isBooleanValue()
           
 void onNext(RequestContext context)
           
 void setBooleanValue(boolean booleanValue)
           
 void setFormComponent(RequestContext context, FormComponent form)
           
 void setIntValue(int intValue)
           
 void setStringValue(java.lang.String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardTestBean

public WizardTestBean()
Method Detail

onNext

public void onNext(RequestContext context)
            throws java.lang.Exception
Throws:
java.lang.Exception

setFormComponent

public void setFormComponent(RequestContext context,
                             FormComponent form)
Specified by:
setFormComponent in interface FormBean

isBooleanValue

public boolean isBooleanValue()

setBooleanValue

public void setBooleanValue(boolean booleanValue)

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int intValue)

getStringValue

public java.lang.String getStringValue()

setStringValue

public void setStringValue(java.lang.String stringValue)