GWT 2.7.0

Uses of Interface
com.google.gwt.event.logical.shared.HasInitializeHandlers

Packages that use HasInitializeHandlers
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. 
 

Uses of HasInitializeHandlers in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared with type parameters of type HasInitializeHandlers
static
<S extends HasInitializeHandlers & HasHandlers>
void
InitializeEvent.fire(S source)
          Fires a initialize event on all registered handlers in the handler source.
 

Uses of HasInitializeHandlers in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement HasInitializeHandlers
 class RichTextArea
          A rich text editor that allows complex styling and formatting.
 


GWT 2.7.0