|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterConnector
Define a type of connector between a binding of a component and a JavaBeans property of the component (with the same name). Allows for the parameter to be set before the component is rendered, then cleared after the component is rendered.
Method Summary | |
---|---|
void |
resetParameter(IRequestCycle cycle)
Clears the parameters to a null, 0 or false value (depending on type). |
void |
setParameter(IRequestCycle cycle)
Sets the parameter from the binding. |
Method Detail |
---|
void setParameter(IRequestCycle cycle)
RequiredParameterException
- if the parameter is
required, but the IBinding
supplies a null value.void resetParameter(IRequestCycle cycle)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |