com.groiss.dms
Interface FormEventHandler2
- All Superinterfaces:
- FormEventHandler
- All Known Implementing Classes:
- FormEventAdapter
public interface FormEventHandler2
- extends FormEventHandler
This interface extends FormEventHandler to allow more flexible interaction when showing a
form.
beforeShow
void beforeShow(DMSForm f,
FormContext ctx,
HttpServletRequest req)
throws Exception
- This method will be called before the page for the passed form is build. This allows
particularily to set default values for form attributes which will be used when building the page.
- Parameters:
f - the form to showctx - holds context information for the formreq - the http request requesting the form's page
- Throws:
Exception
@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.