|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echoservlet.EchoTestSupport
public class EchoTestSupport
Constructor Summary | |
---|---|
EchoTestSupport()
|
Method Summary | |
---|---|
static ComponentPeer |
createComponentPeer(Component c)
Creates a peer component for the specified Component. |
static ButtonUI |
getDynaButtonPeerForActionCommand(Component startFrom,
java.lang.String actionCommand)
Retrieve peer component for a button component with the specified label. |
static ListBoxUI |
getDynaListBoxPeerForProperty(Component startFrom,
java.lang.Object beanOrNull,
java.lang.String property)
Retrieve a peer component for a list box that binds to a specific bean and or property. |
static ListBoxUI |
getDynaSelectFieldPeerForProperty(Component startFrom,
java.lang.Object beanOrNull,
java.lang.String property)
Retrieve a peer class for triggering a textfield. |
static TextFieldUI |
getDynaTextFieldPeerForProperty(Component startFrom,
java.lang.Object beanOrNull,
java.lang.String property)
Retrieve a peer class for triggering a textfield. |
static void |
setComponent(ComponentPeer peer,
Component component)
Helper utility for writing out-of-container unit tests Allows us to associate a peer class with it's component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EchoTestSupport()
Method Detail |
---|
public static void setComponent(ComponentPeer peer, Component component)
public static ComponentPeer createComponentPeer(Component c)
public static ButtonUI getDynaButtonPeerForActionCommand(Component startFrom, java.lang.String actionCommand)
public static ListBoxUI getDynaListBoxPeerForProperty(Component startFrom, java.lang.Object beanOrNull, java.lang.String property)
public static TextFieldUI getDynaTextFieldPeerForProperty(Component startFrom, java.lang.Object beanOrNull, java.lang.String property)
public static ListBoxUI getDynaSelectFieldPeerForProperty(Component startFrom, java.lang.Object beanOrNull, java.lang.String property)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |