当前页面:
在线文档首页 >
JBoss Seam 1.1.0 bate1 API 英文版文档
Widget (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档
org.jboss.seam.test
Class Widget
java.lang.Object
org.jboss.seam.test.Widget
public class Widget
- extends Object
Used for remoting unit tests to test a variety of constraint combinations.
- Author:
- Shane Bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Widget
public Widget()
getValue
public String getValue()
setValue
public void setValue(String value)
getSecret
public String getSecret()
setSecret
public void setSecret(String secret)
getChild
public Widget getChild()
setChild
public void setChild(Widget child)
getWidgetMap
public Map<String,Widget> getWidgetMap()
setWidgetMap
public void setWidgetMap(Map<String,Widget> widgetMap)
getWidgetList
public List<Widget> getWidgetList()
setWidgetList
public void setWidgetList(List<Widget> widgetList)