|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientInputProducer
An interface used by ComponentPeers 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 |
|---|
void clientInput(java.lang.String input)
input - The data in the hidden input field in the controller form
as last known.Id getId()
Id of the input producing
ComponentPeer.
Id of the input producing
ComponentPeer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||