public class UserAnswersRetrieveSurveyView
extends com.google.gwt.user.client.ui.Composite
| Modifier and Type | Field and Description |
|---|---|
static Integer |
MAX_ID_USER_RANDOM
The Constant MAX_ID_USER_RANDOM.
|
static Integer |
MIN_ID_USER_RANDOM
The Constant MIN_ID_USER_RANDOM.
|
| Constructor and Description |
|---|
UserAnswersRetrieveSurveyView()
Instantiates a new user answers retrieve survey view.
|
UserAnswersRetrieveSurveyView(int idSurveySelected,
String titleSurvey,
List<SurveyQuestionModel> surveyQuestionModelList,
TokenModel tokenModel,
boolean backToHomepage,
UserDTO userDTO)
Instantiates a new user answers retrieve survey view.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentURL()
Gets the current URL.
|
List<String> |
getGridAnswerListTemp()
Gets the grid answer list temp.
|
int |
getIdSurveySelected()
Gets the id survey selected.
|
long |
getIdUserAnswer()
Gets the id user answer.
|
List<RetriveQuestionsSurveyView> |
getListSurveyQuestion()
Gets the list survey question.
|
List<String> |
getMultipleChoiceListTemp()
Gets the multiple choice list temp.
|
RetriveQuestionsSurveyView |
getRetriveQuestionsSurveyView()
Gets the retrive questions survey view.
|
int |
getRow()
Gets the row.
|
List<SurveyAnswerModel> |
getSurveyAnswerModelList()
Gets the survey answer model list.
|
SurveyModel |
getSurveyModel()
Gets the survey model.
|
List<SurveyQuestionModel> |
getSurveyQuestionModelList()
Gets the survey question model list.
|
String |
getTitleSurvey()
Gets the title survey.
|
TokenModel |
getTokenModel()
Gets the token model.
|
UserAnswerNotAnonymousSurveyView |
getUserAnswerNotAnonymousSurveyView()
Gets the user answer not anonymous survey view.
|
UserDTO |
getUserDTO()
Gets the user DTO.
|
boolean |
isBackToHomepage()
Checks if is back to homepage.
|
boolean |
isMandatoryFieldAlert()
Checks if is mandatory field alert.
|
void |
setBackToHomepage(boolean backToHomepage)
Sets the back to homepage.
|
void |
setCurrentURL(String currentURL)
Sets the current URL.
|
void |
setGridAnswerListTemp(List<String> gridAnswerListTemp)
Sets the grid answer list temp.
|
void |
setIdSurveySelected(int idSurveySelected)
Sets the id survey selected.
|
void |
setIdUserAnswer(long idUserAnswer)
Sets the id user answer.
|
void |
setListSurveyQuestion(List<RetriveQuestionsSurveyView> listSurveyQuestion)
Sets the list survey question.
|
void |
setMandatoryFieldAlert(boolean isMandatoryFieldAlert)
Sets the mandatory field alert.
|
void |
setMultipleChoiceListTemp(List<String> multipleChoiceListTemp)
Sets the multiple choice list temp.
|
void |
setRetriveQuestionsSurveyView(RetriveQuestionsSurveyView retriveQuestionsSurveyView)
Sets the retrive questions survey view.
|
void |
setRow(int row)
Sets the row.
|
void |
setSurveyAnswerModelList(List<SurveyAnswerModel> surveyAnswerModelList)
Sets the survey answer model list.
|
void |
setSurveyModel(SurveyModel surveyModel)
Sets the survey model.
|
void |
setSurveyQuestionModelList(List<SurveyQuestionModel> surveyQuestionModelList)
Sets the survey question model list.
|
void |
setTitleSurvey(String titleSurvey)
Sets the title survey.
|
void |
setTokenModel(TokenModel tokenModel)
Sets the token model.
|
void |
setUserAnswerNotAnonymousSurveyView(UserAnswerNotAnonymousSurveyView userAnswerNotAnonymousSurveyView)
Sets the user answer not anonymous survey view.
|
void |
setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final Integer MIN_ID_USER_RANDOM
public static final Integer MAX_ID_USER_RANDOM
public UserAnswersRetrieveSurveyView()
public UserAnswersRetrieveSurveyView(int idSurveySelected,
String titleSurvey,
List<SurveyQuestionModel> surveyQuestionModelList,
TokenModel tokenModel,
boolean backToHomepage,
UserDTO userDTO)
idSurveySelected - the id survey selectedtitleSurvey - the title surveysurveyQuestionModelList - the survey question model listtokenModel - the token modelbackToHomepage - the back to homepageuserDTO - the user DTOpublic int getIdSurveySelected()
public void setIdSurveySelected(int idSurveySelected)
idSurveySelected - the new id survey selectedpublic List<SurveyQuestionModel> getSurveyQuestionModelList()
public void setSurveyQuestionModelList(List<SurveyQuestionModel> surveyQuestionModelList)
surveyQuestionModelList - the new survey question model listpublic String getTitleSurvey()
public void setTitleSurvey(String titleSurvey)
titleSurvey - the new title surveypublic int getRow()
public void setRow(int row)
row - the new rowpublic RetriveQuestionsSurveyView getRetriveQuestionsSurveyView()
public void setRetriveQuestionsSurveyView(RetriveQuestionsSurveyView retriveQuestionsSurveyView)
retriveQuestionsSurveyView - the new retrive questions survey viewpublic List<RetriveQuestionsSurveyView> getListSurveyQuestion()
public void setListSurveyQuestion(List<RetriveQuestionsSurveyView> listSurveyQuestion)
listSurveyQuestion - the new list survey questionpublic long getIdUserAnswer()
public void setIdUserAnswer(long idUserAnswer)
idUserAnswer - the new id user answerpublic SurveyModel getSurveyModel()
public void setSurveyModel(SurveyModel surveyModel)
surveyModel - the new survey modelpublic List<SurveyAnswerModel> getSurveyAnswerModelList()
public void setSurveyAnswerModelList(List<SurveyAnswerModel> surveyAnswerModelList)
surveyAnswerModelList - the new survey answer model listpublic boolean isMandatoryFieldAlert()
public void setMandatoryFieldAlert(boolean isMandatoryFieldAlert)
isMandatoryFieldAlert - the new mandatory field alertpublic TokenModel getTokenModel()
public void setTokenModel(TokenModel tokenModel)
tokenModel - the new token modelpublic UserAnswerNotAnonymousSurveyView getUserAnswerNotAnonymousSurveyView()
public void setUserAnswerNotAnonymousSurveyView(UserAnswerNotAnonymousSurveyView userAnswerNotAnonymousSurveyView)
userAnswerNotAnonymousSurveyView - the new user answer not anonymous survey viewpublic List<String> getMultipleChoiceListTemp()
public void setMultipleChoiceListTemp(List<String> multipleChoiceListTemp)
multipleChoiceListTemp - the new multiple choice list temppublic String getCurrentURL()
public void setCurrentURL(String currentURL)
currentURL - the new current URLpublic boolean isBackToHomepage()
public void setBackToHomepage(boolean backToHomepage)
backToHomepage - the new back to homepagepublic UserDTO getUserDTO()
public void setUserDTO(UserDTO userDTO)
userDTO - the new user DTOpublic List<String> getGridAnswerListTemp()
Copyright © 2018. All Rights Reserved.