equal
deleted
inserted
replaced
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. |