Uses of Interface
org.silverpeas.mobile.client.components.userselection.widgets.events.SelectionEventHandler
-
-
Uses of SelectionEventHandler in org.silverpeas.mobile.client.apps.notifications.pages
Classes in org.silverpeas.mobile.client.apps.notifications.pages that implement SelectionEventHandler Modifier and Type Class Description class
NotificationPage
-
Uses of SelectionEventHandler in org.silverpeas.mobile.client.components.userselection
Classes in org.silverpeas.mobile.client.components.userselection that implement SelectionEventHandler Modifier and Type Class Description class
UserSelectionPage
-
Uses of SelectionEventHandler in org.silverpeas.mobile.client.components.userselection.widgets.events
Fields in org.silverpeas.mobile.client.components.userselection.widgets.events with type parameters of type SelectionEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<SelectionEventHandler>
AbstractSelectionEvent. TYPE
Methods in org.silverpeas.mobile.client.components.userselection.widgets.events that return types with arguments of type SelectionEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SelectionEventHandler>
AbstractSelectionEvent. getAssociatedType()
Methods in org.silverpeas.mobile.client.components.userselection.widgets.events with parameters of type SelectionEventHandler Modifier and Type Method Description protected void
ChangeEvent. dispatch(SelectionEventHandler handler)
-