Class AllowedUsersAndGroupsLoadedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<UserSelectionPagesEventHandler>
-
- org.silverpeas.mobile.client.components.userselection.events.pages.AbstractUserSelectionPagesEvent
-
- org.silverpeas.mobile.client.components.userselection.events.pages.AllowedUsersAndGroupsLoadedEvent
-
public class AllowedUsersAndGroupsLoadedEvent extends AbstractUserSelectionPagesEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.components.userselection.events.pages.AbstractUserSelectionPagesEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description AllowedUsersAndGroupsLoadedEvent(List<BaseDTO> list, boolean userOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(UserSelectionPagesEventHandler handler)
List<BaseDTO>
getListAllowedUsersAndGroups()
boolean
isUserOnly()
-
Methods inherited from class org.silverpeas.mobile.client.components.userselection.events.pages.AbstractUserSelectionPagesEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(UserSelectionPagesEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<UserSelectionPagesEventHandler>
-
isUserOnly
public boolean isUserOnly()
-
-