|
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 |
java.lang.Objectleon.view.event.LySimpleParameterValues
public class LySimpleParameterValues
Retrieve pairs id / values when submiting data from a view.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static char |
SEP
Separator used in javascript method for relations. |
Constructor Summary | |
---|---|
LySimpleParameterValues(LyComponent root)
Constructor. |
Method Summary | |
---|---|
LyComponent |
getComponent()
|
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. |
java.util.HashMap<java.lang.String,java.lang.String> |
getValues()
|
void |
setComponent(LyComponent root)
|
void |
setValues(java.util.HashMap<java.lang.String,java.lang.String> values)
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static char SEP
Constructor Detail |
---|
public LySimpleParameterValues(LyComponent root)
Method Detail |
---|
public java.lang.String getParameter(java.lang.String param)
getParameter
in interface LyParameterValues
public java.lang.String[] getParameterNames()
getParameterNames
in interface LyParameterValues
public java.lang.String[] getParameterValues(java.lang.String param)
getParameterValues
in interface LyParameterValues
public void updateViewFromValues(LyComponent component)
updateViewFromValues
in interface LyParameterValues
public void updateViewFromValues(LyComponent component, boolean needValueChange)
updateViewFromValues
in interface LyParameterValues
public void updateViewFromValues(LyComponent component, LyComponent priorityComponent, boolean needValueChange)
updateViewFromValues
in interface LyParameterValues
public LyComponent getComponent()
public java.util.HashMap<java.lang.String,java.lang.String> getValues()
public void setComponent(LyComponent root)
public void setValues(java.util.HashMap<java.lang.String,java.lang.String> values)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |