Uses of Interface
com.google.gwt.dom.builder.shared.TextAreaBuilder
Packages that use TextAreaBuilder
Package
Description
Classes used to build DOM elements.
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 TextAreaBuilderMethods in com.google.gwt.dom.builder.client that return TextAreaBuilderModifier and TypeMethodDescriptionDomTextAreaBuilder.cols
(int cols) DomTextAreaBuilder.defaultValue
(String defaultValue) DomTextAreaBuilder.disabled()
DomTextAreaBuilder.readOnly()
DomTextAreaBuilder.rows
(int rows) DomElementBuilderBase.startTextArea()