| com.ivata.mask.web.struts.DialogForm com.ivata.mask.web.struts.MaskForm com.ivata.mask.web.struts.ListForm
ListForm | public class ListForm extends MaskForm (Code) | |
This form references a list of value objects to be displayed.
author: Colin MacLeod author: colin.macleod@ivata.com since: ivata masks 0.1 (2004-05-09) version: $Revision: 1.8 $ |
Constructor Summary | |
public | ListForm(List valueObjectsParam, Mask maskParam, Class baseClassParam)
Create a new mask form for the given value object list and base class. |
Method Summary | |
protected void | clear()
Clear all bean properties to their default state.The difference between
this and reset is that all properties are changed,
regardless of current request state. | final public List | getValueObjects()
Contains all value objects to be displayed. | final public void | setValueObjects(List valueObjectsParam)
Contains all value objects to be displayed. |
REQUEST_ATTRIBUTE | final public static String REQUEST_ATTRIBUTE(Code) | |
Request attribute under which name this form is stored.
|
ListForm | public ListForm(List valueObjectsParam, Mask maskParam, Class baseClassParam)(Code) | |
Create a new mask form for the given value object list and base class.
Parameters: valueObjectsParam - all value objects to be displayed. Parameters: maskParam - Refer to MaskForm.MaskForm. Parameters: baseClassParam - Refer to MaskForm.MaskForm. |
clear | protected void clear()(Code) | |
Clear all bean properties to their default state.The difference between
this and reset is that all properties are changed,
regardless of current request state.
See Also: com.ivata.mask.web.struts.MaskForm.clear |
getValueObjects | final public List getValueObjects()(Code) | |
Contains all value objects to be displayed.
all value objects to be displayed. |
setValueObjects | final public void setValueObjects(List valueObjectsParam)(Code) | |
Contains all value objects to be displayed.
Parameters: valueObjectsParam - all value objects to be displayed. |
|
|