Uses of Interface
com.google.gwt.event.logical.shared.OpenHandler
-
Packages that use OpenHandler 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.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of OpenHandler in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared that return types with arguments of type OpenHandler Modifier and Type Method Description GwtEvent.Type<OpenHandler<T>>OpenEvent. getAssociatedType()static GwtEvent.Type<OpenHandler<?>>OpenEvent. getType()Gets the type associated with this event.Methods in com.google.gwt.event.logical.shared with parameters of type OpenHandler Modifier and Type Method Description HandlerRegistrationHasOpenHandlers. addOpenHandler(OpenHandler<T> handler)Adds anOpenEventhandler.protected voidOpenEvent. dispatch(OpenHandler<T> handler) -
Uses of OpenHandler in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with parameters of type OpenHandler Modifier and Type Method Description HandlerRegistrationAbstractCellTree. addOpenHandler(OpenHandler<TreeNode> handler) -
Uses of OpenHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement OpenHandler Modifier and Type Class Description (package private) static classListenerWrapper.WrappedOldDisclosureHandlerDeprecated.(package private) static classListenerWrapper.WrappedTreeListenerDeprecated.Methods in com.google.gwt.user.client.ui with parameters of type OpenHandler Modifier and Type Method Description HandlerRegistrationDisclosurePanel. addOpenHandler(OpenHandler<DisclosurePanel> handler)HandlerRegistrationTree. addOpenHandler(OpenHandler<TreeItem> handler)
-