com.google.gwt.user.client.ui.impl
Class RichTextAreaImpl
java.lang.Object
com.google.gwt.user.client.ui.impl.RichTextAreaImpl
- Direct Known Subclasses:
- RichTextAreaImplStandard
public class RichTextAreaImpl
- extends java.lang.Object
Base class for RichText platform implementations. The default version simply
creates a text area with no rich text support.
This is not currently used by any user-agent, but will provide a
<textarea> fallback in the event a future browser fails to implement
rich text editing.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RichTextAreaImpl
public RichTextAreaImpl()
getElement
public Element getElement()
getHTML
public java.lang.String getHTML()
getText
public java.lang.String getText()
initElement
public void initElement()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
setFocus
public void setFocus(boolean focused)
setHTML
public void setHTML(java.lang.String html)
setOwner
public void setOwner(HasInitializeHandlers owner)
setText
public void setText(java.lang.String text)
setWidget
@Deprecated
public void setWidget(RichTextArea richTextWidget)
- Deprecated. as of GWT 2.1, use
setOwner(HasInitializeHandlers)
instead
uninitElement
public void uninitElement()