public class EditCommentEvent extends com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> |
TYPE |
| Constructor and Description |
|---|
EditCommentEvent(TweetTemplate owner,
String text,
org.gcube.portal.databook.shared.Comment editedComment,
com.google.gwt.user.client.ui.HTMLPanel commentPanel,
HashSet<MentionedDTO> mentionedUsers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EditCommentEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> |
getAssociatedType() |
org.gcube.portal.databook.shared.Comment |
getCommentInstance() |
com.google.gwt.user.client.ui.HTMLPanel |
getCommentPanel() |
HashSet<MentionedDTO> |
getMentionedUsers() |
TweetTemplate |
getOwner() |
String |
getText() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> TYPE
public EditCommentEvent(TweetTemplate owner, String text, org.gcube.portal.databook.shared.Comment editedComment, com.google.gwt.user.client.ui.HTMLPanel commentPanel, HashSet<MentionedDTO> mentionedUsers)
public TweetTemplate getOwner()
public org.gcube.portal.databook.shared.Comment getCommentInstance()
public com.google.gwt.user.client.ui.HTMLPanel getCommentPanel()
public HashSet<MentionedDTO> getMentionedUsers()
public String getText()
public com.google.gwt.event.shared.GwtEvent.Type<EditCommentEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>protected void dispatch(EditCommentEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EditCommentEventHandler>Copyright © 2022. All rights reserved.