Uses of Class
org.xmlet.htmlapifaster.Form
-
Packages that use Form Package Description org.xmlet.htmlapifaster -
-
Uses of Form in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster that return Form Modifier and Type Method Description Form<Z>Form. attrAcceptCharset(String attrAcceptCharset)Form<Z>Form. attrAction(String attrAction)Form<Z>Form. attrAutocomplete(EnumAutocompleteType attrAutocomplete)Form<Z>Form. attrEnctype(EnumEnctypeType attrEnctype)Form<Z>Form. attrMethod(EnumMethodType attrMethod)Form<Z>Form. attrName(String attrName)Form<Z>Form. attrNovalidate(Boolean attrNovalidate)Form<Z>Form. attrTarget(String attrTarget)default Form<T>AltFlowContentChoice. form()default Form<T>FlowContentChoice. form()default Form<T>MainLessFlowContentChoice. form()default Form<T>TransparentContentWithoutAAll1. form()default Form<T>TransparentContentWithoutAAll3. form()Form<Z>Form. self()Methods in org.xmlet.htmlapifaster with parameters of type Form Modifier and Type Method Description <Z extends Element>
voidElementVisitor. visitElementForm(Form<Z> var1)<Z extends Element>
voidElementVisitor. visitParentForm(Form<Z> var1)
-