|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface used by ComponentPeer
s to receive input from
the client browser. Implementing this interface will automatically
generate a hidden input field on the client in the form rendered by the
Controller
.
Method Summary | |
void |
clientInput(java.lang.String input)
Called when a client sends an input string through an input field. |
Id |
getId()
Returns the Id of the input producing
ComponentPeer . |
Method Detail |
public void clientInput(java.lang.String input)
input
- The data in the hidden input field in the controller form
as last known.public Id getId()
Id
of the input producing
ComponentPeer
.
Id
of the input producing
ComponentPeer
.
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |