com.tonbeller.wcf.test
Class WizardBtnTestBean

java.lang.Object
  extended bycom.tonbeller.wcf.test.WizardBtnTestBean

public class WizardBtnTestBean
extends java.lang.Object


Constructor Summary
WizardBtnTestBean()
           
 
Method Summary
 void onBack(RequestContext context)
           
 void onCancel(RequestContext context)
           
 void onFinish(RequestContext context)
           
 void onNext(RequestContext context)
           
 void onOk(RequestContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardBtnTestBean

public WizardBtnTestBean()
Method Detail

onNext

public void onNext(RequestContext context)

onBack

public void onBack(RequestContext context)

onFinish

public void onFinish(RequestContext context)

onCancel

public void onCancel(RequestContext context)

onOk

public void onOk(RequestContext context)