public abstract class GenericFormBuilder extends Object
| Constructor and Description |
|---|
GenericFormBuilder() |
protected abstract String getHelpTag(String helpText, FormCheckerElement elem)
public abstract TagAttributes getLabelAttributes(FormCheckerElement elem)
public abstract Wrapper getWrapperForInput(FormCheckerElement elem)
public abstract Wrapper getWrapperForAllFormElements()
public abstract TagAttributes getFormAttributes()
public abstract void addAttributesToInputFields(Map<String,String> attribs, FormCheckerElement elem)
public abstract Wrapper getWrapperForElem(FormCheckerElement elem, boolean firstRun)
public abstract ValidationResult getErrors(FormCheckerElement e, boolean firstRun)
public abstract Wrapper getWrapperForForm(FormCheckerForm form, boolean firstRun)
@Deprecated public final String generateGenericForm(String formAction, boolean firstRun, FormCheckerForm form, Request req, FormCheckerConfig config)
public final String generateGenericForm(String formAction, boolean firstRun, FormCheckerForm form, Request req, MessageSource messages)
public String getHelpBlockId(FormCheckerElement elem)
public Wrapper getWrapperForSumit()
public String getCompleteRenderedInput(InputElementStructure inputStruct, FormCheckerElement elem, boolean firstRun)
public Wrapper getWrapperForLabel(FormCheckerElement elem)
public boolean checkMultipart(List<FormCheckerElement> elements)
public String getEndFormTag()
public String generateFormStartTag(FormCheckerForm form, String formAction)
public String getLabelForElement(FormCheckerElement e, TagAttributes attribs, boolean firstRun)
public String getAddToLabel()
public String getRequiredChar()
Copyright © 2017. All rights reserved.