Package | Description |
---|---|
com.google.gwt.event.logical.shared |
Types related to logical events that do not have direct analogues to DOM
events and which can be used in contexts other than web browsers.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.client.ui.impl |
Modifier and Type | Method and Description |
---|---|
static <S extends HasInitializeHandlers & HasHandlers> |
InitializeEvent.fire(S source)
Fires a initialize event on all registered handlers in the handler source.
|
Modifier and Type | Class and Description |
---|---|
class |
RichTextArea
A rich text editor that allows complex styling and formatting.
|
Modifier and Type | Field and Description |
---|---|
protected HasInitializeHandlers |
RichTextAreaImpl.owner |
Modifier and Type | Method and Description |
---|---|
void |
RichTextAreaImpl.setOwner(HasInitializeHandlers owner) |
Copyright © 2018. All rights reserved.