|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.event.Event com.objectplanet.survey.event.events.SurveyEvent com.objectplanet.survey.event.events.DisplaySurveySaveScreenEvent
public class DisplaySurveySaveScreenEvent
Represents an event that is fired before the survey save screen is displayed. This event can be used to modify or replace the survey save screen.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
---|
Event.NonVetoable |
Constructor Summary | |
---|---|
DisplaySurveySaveScreenEvent(IEventListener source)
Creates a new DisplaySurveySaveScreenEvent. |
Method Summary | |
---|---|
java.util.HashMap |
getResources()
Gets the Resources object. |
long |
getRespondentId()
Gets the respondentId attribute of the DisplaySurveySaveScreenEvent object |
java.lang.String |
getSaveScreenContent()
Gets the survey save screen content, which will be presented to the respondent. |
void |
setResources(java.util.HashMap resources)
Sets the resources Object. |
void |
setRespondentId(long respondentId)
Sets the respondentId attribute of the DisplaySurveySaveScreenEvent object |
void |
setSaveScreenContent(java.lang.String surveySaveScreenContent)
Sets the content of the screen that will be displayed when a survey is saved by the respondent. |
Methods inherited from class com.objectplanet.survey.event.events.SurveyEvent |
---|
getSurveyId, setSurveyId |
Methods inherited from class com.objectplanet.survey.event.Event |
---|
getSource, isVetoed, paramString, toString, veto |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisplaySurveySaveScreenEvent(IEventListener source)
source
- The event sourceMethod Detail |
---|
public void setRespondentId(long respondentId)
respondentId
- The new respondentId valuepublic long getRespondentId()
public void setSaveScreenContent(java.lang.String surveySaveScreenContent)
surveySaveScreenContent
- The new surveySaveScreenContent valuepublic java.lang.String getSaveScreenContent()
public void setResources(java.util.HashMap resources)
data.getRespondentId()
- The new respondentId valuepublic java.util.HashMap getResources()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |