Uses of Class
org.loboevolution.html.dom.input.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
-
Uses of FormInput in org.loboevolution.gui
Modifier and TypeMethodDescriptionvoid
HtmlRendererContext.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.void
LocalHtmlRendererContext.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
Modifier and TypeMethodDescriptionprotected FormInput[]
HTMLElementImpl.getFormInputs()
Gets form input due to the current element.Modifier and TypeMethodDescriptionfinal void
This method should be called when form submission is done by a submit button.void
HTMLInputElementImpl.submitForm
(FormInput[] extraFormInputs) submitForm. -
Uses of FormInput in org.loboevolution.html.dom.input
Modifier and TypeFieldDescriptionstatic final FormInput[]
FormInput.EMPTY_ARRAY
The Constant EMPTY_ARRAY.