public class StatisticsSurveyView
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
StatisticsSurveyView()
Instantiates a new statistics survey view.
|
StatisticsSurveyView(int idSurveySelected,
String titleSurvey,
Boolean isAnonymous,
int numberOfMembersFilledSurvey,
List<SurveyUserAnswerModel> surveyUserAnswerModelList)
Instantiates a new statistics survey view.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Anchor |
getAnchor()
Gets the anchor.
|
Map<String,Integer> |
getFrequencyMap()
Gets the frequency map.
|
int |
getIdSurveySelected()
Gets the id survey selected.
|
int |
getIndexGuest()
Gets the index guest.
|
int |
getNumberOfMembersFilledSurvey()
Gets the number of members filled survey.
|
int |
getNumberQuestion()
Gets the number question.
|
com.googlecode.gwt.charts.client.corechart.PieChartOptions |
getOptions()
Gets the options.
|
com.googlecode.gwt.charts.client.corechart.PieChart |
getPieChart()
Gets the pie chart.
|
SurveyQuestionModel |
getSurveyQuestionModel()
Gets the survey question model.
|
List<SurveyQuestionModel> |
getSurveyQuestionModelList()
Gets the survey question model list.
|
List<SurveyUserAnswerModel> |
getSurveyUserAnswerModelList()
Gets the survey user answer model list.
|
String |
getTitleSurvey()
Gets the title survey.
|
UserDTO |
getUserDTO()
Gets the user DTO.
|
List<UserDTO> |
getUserDTOList()
Gets the user DTO list.
|
boolean |
isAnonymous()
Checks if is anonymous.
|
void |
setAnchor(com.google.gwt.user.client.ui.Anchor anchor)
Sets the anchor.
|
void |
setAnonymous(boolean isAnonymous)
Sets the anonymous.
|
void |
setFrequencyMap(Map<String,Integer> frequencyMap)
Sets the frequency map.
|
void |
setIdSurveySelected(int idSurveySelected)
Sets the id survey selected.
|
void |
setIndexGuest(int indexGuest)
Sets the index guest.
|
void |
setNumberOfMembersFilledSurvey(int numberOfMembersFilledSurvey)
Sets the number of members filled survey.
|
void |
setNumberQuestion(int numberQuestion)
Sets the number question.
|
void |
setOptions(com.googlecode.gwt.charts.client.corechart.PieChartOptions options)
Sets the options.
|
void |
setPieChart(com.googlecode.gwt.charts.client.corechart.PieChart pieChart)
Sets the pie chart.
|
void |
setSurveyQuestionModel(SurveyQuestionModel surveyQuestionModel)
Sets the survey question model.
|
void |
setSurveyQuestionModelList(List<SurveyQuestionModel> surveyQuestionModelList)
Sets the survey question model list.
|
void |
setSurveyUserAnswerModelList(List<SurveyUserAnswerModel> surveyUserAnswerModelList)
Sets the survey user answer model list.
|
void |
setTitleSurvey(String titleSurvey)
Sets the title survey.
|
void |
setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
setUserDTOList(List<UserDTO> userDTOList)
Sets the user DTO list.
|
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 StatisticsSurveyView()
public StatisticsSurveyView(int idSurveySelected,
String titleSurvey,
Boolean isAnonymous,
int numberOfMembersFilledSurvey,
List<SurveyUserAnswerModel> surveyUserAnswerModelList)
idSurveySelected - the id survey selectedtitleSurvey - the title surveyisAnonymous - the is anonymousnumberOfMembersFilledSurvey - the number of members filled surveysurveyUserAnswerModelList - the survey user answer model listpublic com.googlecode.gwt.charts.client.corechart.PieChart getPieChart()
public void setPieChart(com.googlecode.gwt.charts.client.corechart.PieChart pieChart)
pieChart - the new pie chartpublic List<SurveyUserAnswerModel> getSurveyUserAnswerModelList()
public void setSurveyUserAnswerModelList(List<SurveyUserAnswerModel> surveyUserAnswerModelList)
surveyUserAnswerModelList - the new survey user answer model listpublic List<SurveyQuestionModel> getSurveyQuestionModelList()
public void setSurveyQuestionModelList(List<SurveyQuestionModel> surveyQuestionModelList)
surveyQuestionModelList - the new survey question model listpublic SurveyQuestionModel getSurveyQuestionModel()
public void setSurveyQuestionModel(SurveyQuestionModel surveyQuestionModel)
surveyQuestionModel - the new survey question modelpublic com.googlecode.gwt.charts.client.corechart.PieChartOptions getOptions()
public void setOptions(com.googlecode.gwt.charts.client.corechart.PieChartOptions options)
options - the new optionspublic int getNumberQuestion()
public void setNumberQuestion(int numberQuestion)
numberQuestion - the new number questionpublic int getIdSurveySelected()
public void setIdSurveySelected(int idSurveySelected)
idSurveySelected - the new id survey selectedpublic String getTitleSurvey()
public void setTitleSurvey(String titleSurvey)
titleSurvey - the new title surveypublic UserDTO getUserDTO()
public void setUserDTO(UserDTO userDTO)
userDTO - the new user DTOpublic com.google.gwt.user.client.ui.Anchor getAnchor()
public void setAnchor(com.google.gwt.user.client.ui.Anchor anchor)
anchor - the new anchorpublic boolean isAnonymous()
public void setAnonymous(boolean isAnonymous)
isAnonymous - the new anonymouspublic List<UserDTO> getUserDTOList()
public void setUserDTOList(List<UserDTO> userDTOList)
userDTOList - the new user DTO listpublic int getIndexGuest()
public void setIndexGuest(int indexGuest)
indexGuest - the new index guestpublic Map<String,Integer> getFrequencyMap()
public void setFrequencyMap(Map<String,Integer> frequencyMap)
frequencyMap - the frequency mappublic int getNumberOfMembersFilledSurvey()
public void setNumberOfMembersFilledSurvey(int numberOfMembersFilledSurvey)
numberOfMembersFilledSurvey - the new number of members filled surveyCopyright © 2017. All Rights Reserved.