public class HtmlTextAreaBuilder extends HtmlElementBuilderBase<TextAreaBuilder> implements TextAreaBuilder
TextAreaBuilder
.UNSUPPORTED_HTML
Constructor and Description |
---|
HtmlTextAreaBuilder(HtmlBuilderImpl delegate) |
Modifier and Type | Method and Description |
---|---|
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 |
html(SafeHtml html)
Append html within the node.
|
boolean |
isChildElementSupported()
Check if child elements are supported.
|
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.
|
asSafeHtml, attribute, attribute, className, dir, draggable, endTitle, id, lang, startAnchor, startArea, startAudio, startBase, startBlockQuote, startBody, startBR, startButtonInput, startCanvas, startCheckboxInput, startCol, startColGroup, startDiv, startDList, startFieldSet, startFileInput, startForm, startFrame, startFrameSet, startH1, startH2, startH3, startH4, startH5, startH6, startHead, startHiddenInput, startHR, startIFrame, startImage, startImageInput, startLabel, startLegend, startLI, startLink, startMap, startMeta, startOList, startOptGroup, startOption, startParagraph, startParam, startPasswordInput, startPre, startPushButton, startQuote, startRadioInput, startResetButton, startResetInput, startScript, startSelect, startSource, startSpan, startStyle, startSubmitButton, startSubmitInput, startTable, startTableCaption, startTBody, startTD, startTextArea, startTextInput, startTFoot, startTH, startTHead, startTitle, startTR, startUList, startVideo, tabIndex, title, trustedAttribute, trustedAttribute, trustedStart
end, end, endAnchor, endArea, endAudio, endBase, endBlockQuote, endBody, endBR, endButton, endCanvas, endCol, endColGroup, endDiv, endDList, endFieldSet, endForm, endFrame, endFrameSet, endH1, endH2, endH3, endH4, endH5, endH6, endHead, endHR, endIFrame, endImage, endInput, endLabel, endLegend, endLI, endLink, endMap, endMeta, endOList, endOptGroup, endOption, endParagraph, endParam, endPre, endQuote, endScript, endSelect, endSource, endSpan, endStyle, endTable, endTableCaption, endTBody, endTD, endTextArea, endTFoot, endTH, endTHead, endTR, endUList, endVideo, finish, getDepth, getReturnBuilder, isEndTagForbidden, style, text
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attribute, attribute, className, dir, draggable, end, end, endAnchor, endArea, endAudio, endBase, endBlockQuote, endBody, endBR, endButton, endCanvas, endCol, endColGroup, endDiv, endDList, endFieldSet, endForm, endFrame, endFrameSet, endH1, endH2, endH3, endH4, endH5, endH6, endHead, endHR, endIFrame, endImage, endInput, endLabel, endLegend, endLI, endLink, endMap, endMeta, endOList, endOptGroup, endOption, endParagraph, endParam, endPre, endQuote, endScript, endSelect, endSource, endSpan, endStyle, endTable, endTableCaption, endTBody, endTD, endTextArea, endTFoot, endTH, endTHead, endTR, endUList, endVideo, finish, getDepth, id, isEndTagForbidden, lang, startAnchor, startArea, startAudio, startBase, startBlockQuote, startBody, startBR, startButtonInput, startCanvas, startCheckboxInput, startCol, startColGroup, startDiv, startDList, startFieldSet, startFileInput, startForm, startFrame, startFrameSet, startH1, startH2, startH3, startH4, startH5, startH6, startHead, startHiddenInput, startHR, startIFrame, startImage, startImageInput, startLabel, startLegend, startLI, startLink, startMap, startMeta, startOList, startOptGroup, startOption, startParagraph, startParam, startPasswordInput, startPre, startPushButton, startQuote, startRadioInput, startResetButton, startResetInput, startScript, startSelect, startSource, startSpan, startStyle, startSubmitButton, startSubmitInput, startTable, startTableCaption, startTBody, startTD, startTextArea, startTextInput, startTFoot, startTH, startTHead, startTR, startUList, startVideo, style, tabIndex, text, title, trustedStart
HtmlTextAreaBuilder(HtmlBuilderImpl delegate)
public TextAreaBuilder accessKey(java.lang.String accessKey)
TextAreaBuilder
accessKey
in interface TextAreaBuilder
public TextAreaBuilder cols(int cols)
TextAreaBuilder
cols
in interface TextAreaBuilder
public TextAreaBuilder defaultValue(java.lang.String defaultValue)
TextAreaBuilder
defaultValue
in interface TextAreaBuilder
public TextAreaBuilder disabled()
TextAreaBuilder
disabled
in interface TextAreaBuilder
public TextAreaBuilder html(SafeHtml html)
ElementBuilderBase
Once you append HTML to the element, you can no longer set attributes.
html
in interface ElementBuilderBase<TextAreaBuilder>
html
in class AbstractElementBuilderBase<TextAreaBuilder>
html
- the HTML to appendpublic boolean isChildElementSupported()
ElementBuilderBase
isChildElementSupported
in interface ElementBuilderBase<TextAreaBuilder>
isChildElementSupported
in class AbstractElementBuilderBase<TextAreaBuilder>
public TextAreaBuilder name(java.lang.String name)
TextAreaBuilder
name
in interface TextAreaBuilder
public TextAreaBuilder readOnly()
TextAreaBuilder
readOnly
in interface TextAreaBuilder
public TextAreaBuilder rows(int rows)
TextAreaBuilder
rows
in interface TextAreaBuilder
public TextAreaBuilder value(java.lang.String value)
TextAreaBuilder
value
in interface TextAreaBuilder