Class UsersAndGroupsSelectedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<UserSelectionComponentEventHandler>
-
- org.silverpeas.mobile.client.components.userselection.events.components.AbstractUserSelectionComponentEvent
-
- org.silverpeas.mobile.client.components.userselection.events.components.UsersAndGroupsSelectedEvent
-
public class UsersAndGroupsSelectedEvent extends AbstractUserSelectionComponentEvent
-
-
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.components.AbstractUserSelectionComponentEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description UsersAndGroupsSelectedEvent(List<BaseDTO> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(UserSelectionComponentEventHandler handler)
String
getContentId()
List<BaseDTO>
getUsersAndGroupsSelected()
void
setContentId(String contentId)
-
Methods inherited from class org.silverpeas.mobile.client.components.userselection.events.components.AbstractUserSelectionComponentEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
dispatch
protected void dispatch(UserSelectionComponentEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<UserSelectionComponentEventHandler>
-
getContentId
public String getContentId()
-
setContentId
public void setContentId(String contentId)
-
-