|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormView | |
---|---|
net.sourceforge.formview | |
net.sourceforge.formview.util |
Uses of FormView in net.sourceforge.formview |
---|
Methods in net.sourceforge.formview that return FormView | |
---|---|
FormView |
FormSetView.getForm(java.lang.String formName)
Retrieve a Form based on the form name. |
FormView |
FormSetView.getForm(java.lang.String formName,
java.lang.String state)
|
FormView |
FormViewResources.getForm(java.lang.String formKey,
java.lang.String state)
|
FormView |
FormViewResources.getFormView(java.lang.String formName,
java.lang.String state)
|
FormView |
FormViewResources.getFormView(java.lang.String formName,
java.lang.String state,
java.util.Map roles)
|
FormView |
FormViewResources.getFormView(java.lang.String formName,
java.lang.String state,
java.lang.String[] roles)
|
Methods in net.sourceforge.formview with parameters of type FormView | |
---|---|
void |
FormSetView.addForm(FormView f)
|
void |
FormViewResources.addForm(FormView formView)
Add a FormSet to this FormViewResources
object. |
void |
FormSetView.addForm(FormView f,
java.lang.Class updatedByClass)
|
void |
FormSetView.addForm(FormView f,
java.lang.Class updatedByClass,
java.lang.String updatedByMethodName)
Add a Form to the FormSet . |
java.lang.String |
FormViewResources.processHtmlContent(FormView form,
java.lang.String state,
IPermissionsAdapter permissionsAdapter,
java.lang.String htmlContent)
|
Uses of FormView in net.sourceforge.formview.util |
---|
Methods in net.sourceforge.formview.util that return FormView | |
---|---|
static FormView |
ApplicationFormViewUtil.getFormView(java.lang.String formName,
java.lang.String state)
|
static FormView |
WEBFormViewUtil.getFormViewSaved(javax.servlet.ServletRequest request)
|
static FormView |
WEBFormViewUtil.getFormViewSaved(javax.servlet.ServletRequest request,
java.lang.String subFormId)
|
Methods in net.sourceforge.formview.util with parameters of type FormView | |
---|---|
static void |
WEBFormViewUtil.mergeFormViewWithStrutsActionErrors(javax.servlet.ServletRequest request,
FormView formView,
java.lang.String errorBehaviour,
org.apache.struts.action.ActionMessages errors)
|
static java.lang.String |
ApplicationFormViewUtil.processHtmlContent(FormView form,
java.lang.String state,
IPermissionsAdapter permissionsAdapter,
java.lang.String htmlContent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |