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.
Create a new mask form for the given value object.
Parameters: valueObjectParam - value object to be displayed. Parameters: maskParam - mask containing all the fields definitions to be displayed. Parameters: baseClassParam - base class of all value objects to show in the list associatedwith this mask.
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.
If the mask is marked display only, only the text values of the fields
are show (i.e. display mode), and there are no fields for user input.
true if only text field values should be shown.
For pop-up windows, it is often useful to refresh the page which opened
the pop-up, after the pop-up has changed something.
Returns true if the page which opened this oneshould be refreshed on delete or confirm.
Parameters: mapping - Parameters: request - See Also:DialogForm.reset See Also:
saveProperty
final protected void saveProperty(String propertyNameParam)(Code)
Mark a property to be saved. By default, the clear method
(and hence the reset method) will set all property values
to null. By adding your property to the list of those
saved here, it will be ignored in the clear method.
Parameters: propertyNameParam - name of the property to save.
setApplyButtonHidden
final public void setApplyButtonHidden(boolean applyButtonHiddenParam)(Code)
Overridden to check mandatory fields.
Parameters: requestParam - Parameters: sessionParam - errors from the super class, with any mandatory field errorsadded.
Methods inherited from com.ivata.mask.web.struts.MaskForm