public class ManageSurveyView
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
ManageSurveyView()
Instantiates a new manage survey view.
|
ManageSurveyView(int idSurveySelected,
String titleSurvey,
boolean isAnonymous,
Date expiredSurveyDate,
int numberOfMembersFilledSurvey,
List<SurveyQuestionModel> listModifySurveyQuestionModel,
UserDTO userDTO)
Instantiates a new manage survey view.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiredSurveyDate()
Gets the expired survey date.
|
Integer |
getIdQuestion()
Gets the id question.
|
int |
getIdSurvey()
Gets the id survey.
|
int |
getIdSurveyTemp()
Gets the id survey temp.
|
long |
getIdTmpFolder()
Gets the id tmp folder.
|
long |
getIdUser()
Gets the id user.
|
List<SurveyQuestionModel> |
getListModifySurveyQuestionModel()
Gets the list modify survey question model.
|
SurveyQuestionModel |
getModifySurveyQuestionModelTemp()
Gets the modify survey question model temp.
|
int |
getRow()
Gets the row.
|
List<SurveyModel> |
getSurveyModelList()
Gets the survey model list.
|
String |
getTitleSurvey()
Gets the title survey.
|
UserDTO |
getUserDTO()
Gets the user DTO.
|
boolean |
isAnonymous()
Checks if is anonymous.
|
boolean |
isColumnGridAlert()
Checks if is column grid alert.
|
boolean |
isMultipleChoiceOptionsAlert()
Checks if is multiple choice options alert.
|
boolean |
isRowGridAlert()
Checks if is row grid alert.
|
void |
saveImage(CreateQuestionView currQuestion,
String imageName)
Save image.
|
void |
setAnonymous(boolean isAnonymous)
Sets the anonymous.
|
void |
setColumnGridAlert(boolean columnGridAlert)
Sets the column grid alert.
|
void |
setExpiredSurveyDate(Date expiredSurveyDate)
Sets the expired survey date.
|
void |
setIdQuestion(Integer idQuestion)
Sets the id question.
|
void |
setIdSurvey(int idSurvey)
Sets the id survey.
|
void |
setIdSurveyTemp(int idSurveyTemp)
Sets the id survey temp.
|
void |
setIdTmpFolder(long idTmpFolder)
Sets the id tmp folder.
|
void |
setIdUser(long idUser)
Sets the id user.
|
void |
setListModifySurveyQuestionModel(List<SurveyQuestionModel> listModifySurveyQuestionModel)
Sets the list modify survey question model.
|
void |
setModifySurveyQuestionModelTemp(SurveyQuestionModel modifySurveyQuestionModelTemp)
Sets the modify survey question model temp.
|
void |
setMultipleChoiceOptionsAlert(boolean multipleChoiceOptionsAlert)
Sets the multiple choice options alert.
|
void |
setRow(int row)
Sets the row.
|
void |
setRowGridAlert(boolean rowGridAlert)
Sets the row grid alert.
|
void |
setSurveyModelList(List<SurveyModel> surveyModelList)
Sets the survey model list.
|
void |
setTitleSurvey(String titleSurvey)
Sets the title survey.
|
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 ManageSurveyView()
public ManageSurveyView(int idSurveySelected,
String titleSurvey,
boolean isAnonymous,
Date expiredSurveyDate,
int numberOfMembersFilledSurvey,
List<SurveyQuestionModel> listModifySurveyQuestionModel,
UserDTO userDTO)
idSurveySelected - the id survey selectedtitleSurvey - the title surveyisAnonymous - the is anonymousexpiredSurveyDate - the expired survey datenumberOfMembersFilledSurvey - the number of members filled surveylistModifySurveyQuestionModel - the list modify survey question modeluserDTO - the user DTOpublic void saveImage(CreateQuestionView currQuestion, String imageName)
currQuestion - the curr questionimageName - the image namepublic int getIdSurvey()
public void setIdSurvey(int idSurvey)
idSurvey - the new id surveypublic Integer getIdQuestion()
public void setIdQuestion(Integer idQuestion)
idQuestion - the new id questionpublic String getTitleSurvey()
public void setTitleSurvey(String titleSurvey)
titleSurvey - the new title surveypublic int getRow()
public void setRow(int row)
row - the new rowpublic List<SurveyQuestionModel> getListModifySurveyQuestionModel()
public void setListModifySurveyQuestionModel(List<SurveyQuestionModel> listModifySurveyQuestionModel)
listModifySurveyQuestionModel - the new list modify survey question modelpublic boolean isAnonymous()
public void setAnonymous(boolean isAnonymous)
isAnonymous - the new anonymouspublic List<SurveyModel> getSurveyModelList()
public void setSurveyModelList(List<SurveyModel> surveyModelList)
surveyModelList - the new survey model listpublic long getIdUser()
public void setIdUser(long idUser)
idUser - the new id userpublic int getIdSurveyTemp()
public void setIdSurveyTemp(int idSurveyTemp)
idSurveyTemp - the new id survey temppublic Date getExpiredSurveyDate()
public void setExpiredSurveyDate(Date expiredSurveyDate)
expiredSurveyDate - the new expired survey datepublic boolean isMultipleChoiceOptionsAlert()
public void setMultipleChoiceOptionsAlert(boolean multipleChoiceOptionsAlert)
multipleChoiceOptionsAlert - the new multiple choice options alertpublic long getIdTmpFolder()
public void setIdTmpFolder(long idTmpFolder)
idTmpFolder - the new id tmp folderpublic UserDTO getUserDTO()
public void setUserDTO(UserDTO userDTO)
userDTO - the new user DTOpublic SurveyQuestionModel getModifySurveyQuestionModelTemp()
public void setModifySurveyQuestionModelTemp(SurveyQuestionModel modifySurveyQuestionModelTemp)
modifySurveyQuestionModelTemp - the new modify survey question model temppublic boolean isRowGridAlert()
public void setRowGridAlert(boolean rowGridAlert)
rowGridAlert - the new row grid alertpublic boolean isColumnGridAlert()
public void setColumnGridAlert(boolean columnGridAlert)
columnGridAlert - the new column grid alertCopyright © 2017. All Rights Reserved.