|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextAreaBuilder
Builds an textarea element.
Field Summary | |
---|---|
static java.lang.String |
UNSUPPORTED_HTML
|
Method Summary | |
---|---|
TextAreaBuilder |
accessKey(java.lang.String accessKey)
A single character access key to give access to the form control. |
TextAreaBuilder |
cols(int cols)
Width of control (in characters). |
TextAreaBuilder |
defaultValue(java.lang.String defaultValue)
Represents the contents of the element. |
TextAreaBuilder |
disabled()
Disable this control. |
TextAreaBuilder |
name(java.lang.String name)
Form control or object name when submitted with a form. |
TextAreaBuilder |
readOnly()
Make control is read-only. |
TextAreaBuilder |
rows(int rows)
Number of text rows. |
TextAreaBuilder |
value(java.lang.String value)
Represents the current contents of the corresponding form control, in an interactive user agent. |
Field Detail |
---|
static final java.lang.String UNSUPPORTED_HTML
Method Detail |
---|
TextAreaBuilder accessKey(java.lang.String accessKey)
TextAreaBuilder cols(int cols)
TextAreaBuilder defaultValue(java.lang.String defaultValue)
TextAreaBuilder disabled()
TextAreaBuilder name(java.lang.String name)
TextAreaBuilder readOnly()
TextAreaBuilder rows(int rows)
TextAreaBuilder value(java.lang.String value)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |