LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.event
Interface LyParameterValues

All Known Subinterfaces:
LyAdvancedParameterValues
All Known Implementing Classes:
LyJQParameterValues, LyPortletParameterValues, LySimpleParameterValues, LyStrutsParameterValues, LySwingParameterValues, LyWebParameterValues

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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

getParameter

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.


getParameterNames

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.


getParameterValues

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.


updateViewFromValues

void updateViewFromValues(LyComponent component,
                          LyComponent priorityComponent,
                          boolean needValueChange)
Update a view with the specified values.


updateViewFromValues

void updateViewFromValues(LyComponent component,
                          boolean needValueChange)
Update a view with the specified values.


updateViewFromValues

void updateViewFromValues(LyComponent component)
Update a view with the specified values.


(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com