jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28236 610561ed1847
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    35 
    35 
    36 /**
    36 /**
    37  * Component decorator that implements the view interface
    37  * Component decorator that implements the view interface
    38  * for form elements, <input>, <textarea>,
    38  * for form elements, <input>, <textarea>,
    39  * and <select>.  The model for the component is stored
    39  * and <select>.  The model for the component is stored
    40  * as an attribute of the the element (using StyleConstants.ModelAttribute),
    40  * as an attribute of the element (using StyleConstants.ModelAttribute),
    41  * and is used to build the component of the view.  The type
    41  * and is used to build the component of the view.  The type
    42  * of the model is assumed to of the type that would be set by
    42  * of the model is assumed to of the type that would be set by
    43  * <code>HTMLDocument.HTMLReader.FormAction</code>.  If there are
    43  * <code>HTMLDocument.HTMLReader.FormAction</code>.  If there are
    44  * multiple views mapped over the document, they will share the
    44  * multiple views mapped over the document, they will share the
    45  * embedded component models.
    45  * embedded component models.