|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyParameterValues
Submit data from one or several forms Implementation depends on the nature of the view (win ,html ...).
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
java.lang.String |
getParameter(java.lang.String param)
Returns a string containing the lone value of the specified parameter, or null if the parameter does not exist. |
java.lang.String[] |
getParameterNames()
Returns the parameter names for this request as an enumeration of strings, or an empty enumeration if there are no parameters or the input stream is empty. |
java.lang.String[] |
getParameterValues(java.lang.String param)
Returns the values of the specified parameter for the request as an array of strings, or null if the named parameter does not exist. |
void |
updateViewFromValues(LyComponent component)
Update a view with the specified values. |
void |
updateViewFromValues(LyComponent component,
boolean needValueChange)
Update a view with the specified values. |
void |
updateViewFromValues(LyComponent component,
LyComponent priorityComponent,
boolean needValueChange)
Update a view with the specified values. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
java.lang.String getParameter(java.lang.String param)
java.lang.String[] getParameterNames()
java.lang.String[] getParameterValues(java.lang.String param)
void updateViewFromValues(LyComponent component, LyComponent priorityComponent, boolean needValueChange)
void updateViewFromValues(LyComponent component, boolean needValueChange)
void updateViewFromValues(LyComponent component)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |