Uses of Class
org.loboevolution.html.dom.input.FormInput
Packages that use FormInput
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of FormInput in org.loboevolution.component
Methods in org.loboevolution.component with parameters of type FormInput -
Uses of FormInput in org.loboevolution.gui
Methods in org.loboevolution.gui with parameters of type FormInputModifier and TypeMethodDescriptionvoidHtmlRendererContext.submitForm(String method, URL action, String target, String enctype, FormInput[] formInputs) Implements simple navigation and form submission with incremental rendering and target processing, including frame lookup.voidLocalHtmlRendererContext.submitForm(String method, URL action, String target, String enctype, FormInput[] formInputs) Implements simple navigation and form submission with incremental rendering and target processing, including frame lookup. -
Uses of FormInput in org.loboevolution.html.dom.domimpl
Methods in org.loboevolution.html.dom.domimpl that return FormInputModifier and TypeMethodDescriptionprotected FormInput[]HTMLElementImpl.getFormInputs()Gets form input due to the current element.Methods in org.loboevolution.html.dom.domimpl with parameters of type FormInputModifier and TypeMethodDescriptionfinal voidThis method should be called when form submission is done by a submit button.voidHTMLInputElementImpl.submitForm(FormInput[] extraFormInputs) submitForm. -
Uses of FormInput in org.loboevolution.html.dom.input
Fields in org.loboevolution.html.dom.input declared as FormInputModifier and TypeFieldDescriptionstatic final FormInput[]FormInput.EMPTY_ARRAYThe Constant EMPTY_ARRAY.