- java.lang.Object
-
- javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
-
- javax.swing.text.html.HTMLDocument.HTMLReader.SpecialAction
-
- javax.swing.text.html.HTMLDocument.HTMLReader.FormAction
-
- Enclosing class:
- HTMLDocument.HTMLReader
public class HTMLDocument.HTMLReader.FormAction extends HTMLDocument.HTMLReader.SpecialAction
Action to support forms by building all of the elements used to represent form controls. This will process the <INPUT>, <TEXTAREA>, <SELECT>, and <OPTION> tags. The element created by this action is expected to have the attributeStyleConstants.ModelAttribute
set to the model that holds the state for the form control. This enables multiple views, and allows document to be iterated over picking up the data of the form. The following are the model assignments for the various type of form elements.Element Type Model Type input, type button DefaultButtonModel
input, type checkbox JToggleButton.ToggleButtonModel
input, type image DefaultButtonModel
input, type password PlainDocument
input, type radio JToggleButton.ToggleButtonModel
input, type reset DefaultButtonModel
input, type submit DefaultButtonModel
input, type text or type is null. PlainDocument
select DefaultComboBoxModel
or anDefaultListModel
, with an item type of Optiontextarea PlainDocument
-
-
Constructor Summary
Constructors Constructor and Description HTMLDocument.HTMLReader.FormAction()
-
Method Summary
Methods Modifier and Type Method and Description void
end(HTML.Tag t)
Called when an end tag is seen for the type of tag this action was registered to.void
start(HTML.Tag t, MutableAttributeSet attr)
Called when a start tag is seen for the type of tag this action was registered to.
-
-
-
Method Detail
-
start
public void start(HTML.Tag t, MutableAttributeSet attr)
Description copied from class:HTMLDocument.HTMLReader.TagAction
Called when a start tag is seen for the type of tag this action was registered to. The tag argument indicates the actual tag for those actions that are shared across many tags. By default this does nothing and completely ignores the tag.- Overrides:
start
in classHTMLDocument.HTMLReader.SpecialAction
-
end
public void end(HTML.Tag t)
Description copied from class:HTMLDocument.HTMLReader.TagAction
Called when an end tag is seen for the type of tag this action was registered to. The tag argument indicates the actual tag for those actions that are shared across many tags. By default this does nothing and completely ignores the tag.- Overrides:
end
in classHTMLDocument.HTMLReader.TagAction
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/text/html/HTMLDocument.HTMLReader.FormAction.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.