public class RetriveQuestionsSurveyView
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
RetriveQuestionsSurveyView()
Instantiates a new retrive questions survey view.
|
RetriveQuestionsSurveyView(SurveyQuestionModel surveyQuestionModel,
UserDTO userDTO)
Instantiates a new retrive questions survey view.
|
| Modifier and Type | Method and Description |
|---|---|
com.github.gwtbootstrap.client.ui.TextArea |
getAnswerTextArea()
Gets the answer text area.
|
com.github.gwtbootstrap.client.ui.TextBox |
getAnswerTextBox()
Gets the answer text box.
|
com.github.gwtbootstrap.client.ui.CheckBox |
getCheckBox()
Gets the check box.
|
List<com.github.gwtbootstrap.client.ui.CheckBox> |
getCheckBoxList()
Gets the check box list.
|
com.github.gwtbootstrap.datepicker.client.ui.DateBoxAppended |
getDateAnswerSurvey()
Gets the date answer survey.
|
Map<Integer,String> |
getGridRadioButtonAnswerMap()
Gets the grid radio button answer map.
|
List<com.github.gwtbootstrap.client.ui.RadioButton> |
getGridRadioButtonList()
Gets the grid radio button list.
|
Integer |
getIdSurvey()
Gets the id survey.
|
com.google.gwt.user.client.ui.Image |
getImg()
Gets the img.
|
com.github.gwtbootstrap.client.ui.ListBox |
getListBox()
Gets the list box.
|
int |
getNumberquestion()
Gets the numberquestion.
|
com.github.gwtbootstrap.client.ui.TextBox |
getOtherTextBox()
Gets the other text box.
|
com.github.gwtbootstrap.client.ui.RadioButton |
getRadioButton()
Gets the radio button.
|
List<com.github.gwtbootstrap.client.ui.RadioButton> |
getRadioButtonList()
Gets the radio button list.
|
com.github.gwtbootstrap.client.ui.RadioButton |
getRadioButtonScaleSurvey()
Gets the radio button scale survey.
|
List<com.github.gwtbootstrap.client.ui.RadioButton> |
getRadioButtonScaleSurveyList()
Gets the radio button scale survey list.
|
com.github.gwtbootstrap.client.ui.TextBox |
getTimeHourAnswerSurvey()
Gets the time hour answer survey.
|
com.github.gwtbootstrap.client.ui.TextBox |
getTimeMinuteAnswerSurvey()
Gets the time minute answer survey.
|
String |
getTypeSurvey()
Gets the type survey.
|
UserDTO |
getUserDTO()
Gets the user DTO.
|
boolean |
isMandatory()
Checks if is mandatory.
|
void |
setAnswerTextArea(com.github.gwtbootstrap.client.ui.TextArea answerTextArea)
Sets the answer text area.
|
void |
setAnswerTextBox(com.github.gwtbootstrap.client.ui.TextBox answerTextBox)
Sets the answer text box.
|
void |
setCheckBox(com.github.gwtbootstrap.client.ui.CheckBox checkBox)
Sets the check box.
|
void |
setCheckBoxList(List<com.github.gwtbootstrap.client.ui.CheckBox> checkBoxList)
Sets the check box list.
|
void |
setDateAnswerSurvey(com.github.gwtbootstrap.datepicker.client.ui.DateBoxAppended dateAnswerSurvey)
Sets the date answer survey.
|
void |
setGridRadioButtonAnswerMap(Map<Integer,String> gridRadioButtonAnswerMap)
Sets the grid radio button answer map.
|
void |
setGridRadioButtonList(List<com.github.gwtbootstrap.client.ui.RadioButton> gridRadioButtonList)
Sets the grid radio button list.
|
void |
setIdSurvey(Integer idSurvey)
Sets the id survey.
|
void |
setImg(com.google.gwt.user.client.ui.Image img)
Sets the img.
|
void |
setListBox(com.github.gwtbootstrap.client.ui.ListBox listBox)
Sets the list box.
|
void |
setMandatory(boolean isMandatory)
Sets the mandatory.
|
void |
setNumberquestion(int numberquestion)
Sets the numberquestion.
|
void |
setOtherTextBox(com.github.gwtbootstrap.client.ui.TextBox otherTextBox)
Sets the other text box.
|
void |
setRadioButton(com.github.gwtbootstrap.client.ui.RadioButton radioButton)
Sets the radio button.
|
void |
setRadioButtonList(List<com.github.gwtbootstrap.client.ui.RadioButton> radioButtonList)
Sets the radio button list.
|
void |
setRadioButtonScaleSurvey(com.github.gwtbootstrap.client.ui.RadioButton radioButtonScaleSurvey)
Sets the radio button scale survey.
|
void |
setRadioButtonScaleSurveyList(List<com.github.gwtbootstrap.client.ui.RadioButton> radioButtonScaleSurveyList)
Sets the radio button scale survey list.
|
void |
setTimeHourAnswerSurvey(com.github.gwtbootstrap.client.ui.TextBox timeHourAnswerSurvey)
Sets the time hour answer survey.
|
void |
setTimeMinuteAnswerSurvey(com.github.gwtbootstrap.client.ui.TextBox timeMinuteAnswerSurvey)
Sets the time minute answer survey.
|
void |
setTypeSurvey(String typeSurvey)
Sets the type 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 RetriveQuestionsSurveyView()
public RetriveQuestionsSurveyView(SurveyQuestionModel surveyQuestionModel, UserDTO userDTO)
surveyQuestionModel - the survey question modeluserDTO - the user DTOpublic String getTypeSurvey()
public void setTypeSurvey(String typeSurvey)
typeSurvey - the new type surveypublic Integer getIdSurvey()
public void setIdSurvey(Integer idSurvey)
idSurvey - the new id surveypublic int getNumberquestion()
public void setNumberquestion(int numberquestion)
numberquestion - the new numberquestionpublic com.github.gwtbootstrap.client.ui.TextBox getAnswerTextBox()
public void setAnswerTextBox(com.github.gwtbootstrap.client.ui.TextBox answerTextBox)
answerTextBox - the new answer text boxpublic com.github.gwtbootstrap.client.ui.TextArea getAnswerTextArea()
public void setAnswerTextArea(com.github.gwtbootstrap.client.ui.TextArea answerTextArea)
answerTextArea - the new answer text areapublic com.github.gwtbootstrap.client.ui.RadioButton getRadioButton()
public void setRadioButton(com.github.gwtbootstrap.client.ui.RadioButton radioButton)
radioButton - the new radio buttonpublic com.github.gwtbootstrap.client.ui.ListBox getListBox()
public void setListBox(com.github.gwtbootstrap.client.ui.ListBox listBox)
listBox - the new list boxpublic com.github.gwtbootstrap.client.ui.CheckBox getCheckBox()
public void setCheckBox(com.github.gwtbootstrap.client.ui.CheckBox checkBox)
checkBox - the new check boxpublic List<com.github.gwtbootstrap.client.ui.CheckBox> getCheckBoxList()
public void setCheckBoxList(List<com.github.gwtbootstrap.client.ui.CheckBox> checkBoxList)
checkBoxList - the new check box listpublic com.github.gwtbootstrap.client.ui.RadioButton getRadioButtonScaleSurvey()
public void setRadioButtonScaleSurvey(com.github.gwtbootstrap.client.ui.RadioButton radioButtonScaleSurvey)
radioButtonScaleSurvey - the new radio button scale surveypublic com.github.gwtbootstrap.client.ui.TextBox getTimeHourAnswerSurvey()
public void setTimeHourAnswerSurvey(com.github.gwtbootstrap.client.ui.TextBox timeHourAnswerSurvey)
timeHourAnswerSurvey - the new time hour answer surveypublic com.github.gwtbootstrap.client.ui.TextBox getTimeMinuteAnswerSurvey()
public void setTimeMinuteAnswerSurvey(com.github.gwtbootstrap.client.ui.TextBox timeMinuteAnswerSurvey)
timeMinuteAnswerSurvey - the new time minute answer surveypublic com.github.gwtbootstrap.datepicker.client.ui.DateBoxAppended getDateAnswerSurvey()
public void setDateAnswerSurvey(com.github.gwtbootstrap.datepicker.client.ui.DateBoxAppended dateAnswerSurvey)
dateAnswerSurvey - the new date answer surveypublic List<com.github.gwtbootstrap.client.ui.RadioButton> getRadioButtonList()
public void setRadioButtonList(List<com.github.gwtbootstrap.client.ui.RadioButton> radioButtonList)
radioButtonList - the new radio button listpublic List<com.github.gwtbootstrap.client.ui.RadioButton> getRadioButtonScaleSurveyList()
public void setRadioButtonScaleSurveyList(List<com.github.gwtbootstrap.client.ui.RadioButton> radioButtonScaleSurveyList)
radioButtonScaleSurveyList - the new radio button scale survey listpublic boolean isMandatory()
public void setMandatory(boolean isMandatory)
isMandatory - the new mandatorypublic com.github.gwtbootstrap.client.ui.TextBox getOtherTextBox()
public void setOtherTextBox(com.github.gwtbootstrap.client.ui.TextBox otherTextBox)
otherTextBox - the new other text boxpublic com.google.gwt.user.client.ui.Image getImg()
public void setImg(com.google.gwt.user.client.ui.Image img)
img - the new imgpublic UserDTO getUserDTO()
public void setUserDTO(UserDTO userDTO)
userDTO - the new user DTOpublic List<com.github.gwtbootstrap.client.ui.RadioButton> getGridRadioButtonList()
public void setGridRadioButtonList(List<com.github.gwtbootstrap.client.ui.RadioButton> gridRadioButtonList)
gridRadioButtonList - the new grid radio button listpublic Map<Integer,String> getGridRadioButtonAnswerMap()
Copyright © 2018. All Rights Reserved.