Uses of Interface
com.google.gwt.dom.builder.shared.TextAreaBuilder
-
Packages that use TextAreaBuilder Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements. -
-
Uses of TextAreaBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement TextAreaBuilder Modifier and Type Class Description classDomTextAreaBuilderDOM-based implementation ofTextAreaBuilder.Methods in com.google.gwt.dom.builder.client that return TextAreaBuilder Modifier and Type Method Description TextAreaBuilderDomTextAreaBuilder. accessKey(java.lang.String accessKey)TextAreaBuilderDomTextAreaBuilder. cols(int cols)TextAreaBuilderDomTextAreaBuilder. defaultValue(java.lang.String defaultValue)TextAreaBuilderDomTextAreaBuilder. disabled()TextAreaBuilderDomTextAreaBuilder. html(SafeHtml html)TextAreaBuilderDomTextAreaBuilder. name(java.lang.String name)TextAreaBuilderDomTextAreaBuilder. readOnly()TextAreaBuilderDomTextAreaBuilder. rows(int rows)TextAreaBuilderDomElementBuilderBase. startTextArea()TextAreaBuilderDomTextAreaBuilder. value(java.lang.String value) -
Uses of TextAreaBuilder in com.google.gwt.dom.builder.shared
Classes in com.google.gwt.dom.builder.shared that implement TextAreaBuilder Modifier and Type Class Description classHtmlTextAreaBuilderHTML-based implementation ofTextAreaBuilder.Methods in com.google.gwt.dom.builder.shared that return TextAreaBuilder Modifier and Type Method Description TextAreaBuilderHtmlTextAreaBuilder. accessKey(java.lang.String accessKey)TextAreaBuilderTextAreaBuilder. accessKey(java.lang.String accessKey)A single character access key to give access to the form control.TextAreaBuilderHtmlTextAreaBuilder. cols(int cols)TextAreaBuilderTextAreaBuilder. cols(int cols)Width of control (in characters).abstract TextAreaBuilderElementBuilderFactory. createTextAreaBuilder()TextAreaBuilderHtmlTextAreaBuilder. defaultValue(java.lang.String defaultValue)TextAreaBuilderTextAreaBuilder. defaultValue(java.lang.String defaultValue)Represents the contents of the element.TextAreaBuilderHtmlTextAreaBuilder. disabled()TextAreaBuilderTextAreaBuilder. disabled()Disable this control.TextAreaBuilderHtmlTextAreaBuilder. html(SafeHtml html)TextAreaBuilderHtmlTextAreaBuilder. name(java.lang.String name)TextAreaBuilderTextAreaBuilder. name(java.lang.String name)Form control or object name when submitted with a form.TextAreaBuilderHtmlTextAreaBuilder. readOnly()TextAreaBuilderTextAreaBuilder. readOnly()Make control is read-only.TextAreaBuilderHtmlTextAreaBuilder. rows(int rows)TextAreaBuilderTextAreaBuilder. rows(int rows)Number of text rows.TextAreaBuilderElementBuilderBase. startTextArea()Append a textarea element.TextAreaBuilderHtmlElementBuilderBase. startTextArea()TextAreaBuilderHtmlTextAreaBuilder. value(java.lang.String value)TextAreaBuilderTextAreaBuilder. value(java.lang.String value)Represents the current contents of the corresponding form control, in an interactive user agent.
-