com.tonbeller.wcf.test
Class TestBean

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

public class TestBean
extends java.lang.Object
implements FormBean


Constructor Summary
TestBean()
           
 
Method Summary
 int getIntValue()
           
 java.lang.String getStringValue()
           
 TableModel getTableValue()
           
 TreeModel getTreeValue()
           
 void setFormComponent(RequestContext context, FormComponent form)
          implement FormBean - this allows us to access the ui, e.g.
 void setIntValue(int i)
           
 void setStringValue(java.lang.String string)
           
 void testAction(RequestContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBean

public TestBean()
Method Detail

getIntValue

public int getIntValue()

getStringValue

public java.lang.String getStringValue()

setIntValue

public void setIntValue(int i)

setStringValue

public void setStringValue(java.lang.String string)

getTableValue

public TableModel getTableValue()

getTreeValue

public TreeModel getTreeValue()

testAction

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

setFormComponent

public void setFormComponent(RequestContext context,
                             FormComponent form)
implement FormBean - this allows us to access the ui, e.g. hide some input elements or change the selectionmodel of an embedded tree component.

Specified by:
setFormComponent in interface FormBean