public abstract class FormCheckerForm extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormCheckerForm.Method |
| Constructor and Description |
|---|
FormCheckerForm() |
public String getSubmitLabel()
public void setSubmitLabel(String submitLabel)
public TagAttributes getFormTagAttributes()
public void setFormTagAttributes(LinkedHashMap<String,String> formTagAttributes)
public Map<String,FormCheckerElement> getElementsAsMap()
public abstract void init()
public void disableHtml5Validation()
public List<FormValidator> getValidators()
public FormCheckerForm add(FormCheckerElement elem)
public List<FormCheckerElement> getElements()
public FormCheckerForm addFormValidator(FormValidator formValidator)
public FormCheckerElement getElement(String name)
public MessageSource getMessageSource()
public void setMessageSource(MessageSource messageSource)
public boolean isProtectedAgainstCSRF()
public void setProtectedAgainstCSRF(boolean protectedAgainstCSRF)
public SessionGet getSessionGet()
public void setSessionGet(SessionGet sessionGet)
public SessionSet getSessionSet()
public void setSessionSet(SessionSet sessionSet)
public String getId()
public void setId(String id)
public FormCheckerForm.Method getMethod()
public void setMethod(FormCheckerForm.Method method)
Copyright © 2017. All rights reserved.