public class DeleteTrainingUnitItemEvent extends com.google.gwt.event.shared.GwtEvent<DeleteTrainingUnitItemEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteTrainingUnitItemEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
DeleteTrainingUnitItemEvent(org.gcube.portal.trainingmodule.shared.TrainingUnitDTO unit,
org.gcube.portal.trainingmodule.shared.TrainingVideoDTO video,
org.gcube.portal.trainingmodule.shared.TrainingUnitQuestionnaireDTO questionnaire)
Instantiates a new delete workspace item event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DeleteTrainingUnitItemEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteTrainingUnitItemEventHandler> |
getAssociatedType() |
org.gcube.portal.trainingmodule.shared.TrainingUnitQuestionnaireDTO |
getQuestionnaire()
Gets the questionnaire.
|
org.gcube.portal.trainingmodule.shared.TrainingUnitDTO |
getUnit()
Gets the unit.
|
org.gcube.portal.trainingmodule.shared.TrainingVideoDTO |
getVideo()
Gets the video.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<DeleteTrainingUnitItemEventHandler> TYPE
public DeleteTrainingUnitItemEvent(org.gcube.portal.trainingmodule.shared.TrainingUnitDTO unit,
org.gcube.portal.trainingmodule.shared.TrainingVideoDTO video,
org.gcube.portal.trainingmodule.shared.TrainingUnitQuestionnaireDTO questionnaire)
unit - the unitvideo - the videoquestionnaire - the questionnairepublic com.google.gwt.event.shared.GwtEvent.Type<DeleteTrainingUnitItemEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DeleteTrainingUnitItemEventHandler>protected void dispatch(DeleteTrainingUnitItemEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DeleteTrainingUnitItemEventHandler>public org.gcube.portal.trainingmodule.shared.TrainingVideoDTO getVideo()
public org.gcube.portal.trainingmodule.shared.TrainingUnitQuestionnaireDTO getQuestionnaire()
public org.gcube.portal.trainingmodule.shared.TrainingUnitDTO getUnit()
Copyright © 2018. All Rights Reserved.