public class CreateQuestionView
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
CreateQuestionView()
Instantiates a new creates the question view.
|
CreateQuestionView(SurveyQuestionModel surveyQuestionModel)
Instantiates a new creates the question 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 |
getCheckBoxMandatory()
Gets the check box mandatory.
|
com.github.gwtbootstrap.datepicker.client.ui.DateBoxAppended |
getDateAnswerSurvey()
Gets the date answer survey.
|
Integer |
getIdQuestion()
Gets the id question.
|
List<MultipleChoiceView> |
getMultipleChoiceList()
Gets the multiple choice list.
|
com.github.gwtbootstrap.client.ui.TextBox |
getQuestionSurveyTextBox()
Gets the question survey text box.
|
int |
getRow()
Gets the row.
|
com.github.gwtbootstrap.client.ui.ListBox |
getScaleFromSurveyListBox()
Gets the scale from survey list box.
|
com.github.gwtbootstrap.client.ui.TextBox |
getScaleFromSurveyTextBox()
Gets the scale from survey text box.
|
com.github.gwtbootstrap.client.ui.ListBox |
getScaleToSurveyListBox()
Gets the scale to survey list box.
|
com.github.gwtbootstrap.client.ui.TextBox |
getScaleToSurveyTextBox()
Gets the scale to survey text box.
|
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.
|
com.github.gwtbootstrap.client.ui.ListBox |
getTypeSurvey()
Gets the type survey.
|
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 |
setCheckBoxMandatory(com.github.gwtbootstrap.client.ui.CheckBox checkBoxMandatory)
Sets the check box mandatory.
|
void |
setDateAnswerSurvey(com.github.gwtbootstrap.datepicker.client.ui.DateBoxAppended dateAnswerSurvey)
Sets the date answer survey.
|
void |
setIdQuestion(Integer idQuestion)
Sets the id question.
|
void |
setMultipleChoiceList(List<MultipleChoiceView> multipleChoiceList)
Sets the multiple choice list.
|
void |
setQuestionSurveyTextBox(com.github.gwtbootstrap.client.ui.TextBox questionSurveyTextBox)
Sets the question survey text box.
|
void |
setRow(int row)
Sets the row.
|
void |
setScaleAnswerSurveyControls(com.github.gwtbootstrap.client.ui.Controls scaleAnswerSurveyControls)
Sets the scale answer survey controls.
|
void |
setScaleFromSurveyListBox(com.github.gwtbootstrap.client.ui.ListBox scaleFromSurveyListBox)
Sets the scale from survey list box.
|
void |
setScaleFromSurveyTextBox(com.github.gwtbootstrap.client.ui.TextBox scaleFromSurveyTextBox)
Sets the scale from survey text box.
|
void |
setScaleToSurveyListBox(com.github.gwtbootstrap.client.ui.ListBox scaleToSurveyListBox)
Sets the scale to survey list box.
|
void |
setScaleToSurveyTextBox(com.github.gwtbootstrap.client.ui.TextBox scaleToSurveyTextBox)
Sets the scale to survey text box.
|
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(com.github.gwtbootstrap.client.ui.ListBox typeSurvey)
Sets the type survey.
|
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 CreateQuestionView()
public CreateQuestionView(SurveyQuestionModel surveyQuestionModel)
surveyQuestionModel - the survey question modelpublic Integer getIdQuestion()
public void setIdQuestion(Integer idQuestion)
idQuestion - the new id questionpublic com.github.gwtbootstrap.client.ui.ListBox getTypeSurvey()
public void setTypeSurvey(com.github.gwtbootstrap.client.ui.ListBox typeSurvey)
typeSurvey - the new type surveypublic com.github.gwtbootstrap.client.ui.TextBox getQuestionSurveyTextBox()
public void setQuestionSurveyTextBox(com.github.gwtbootstrap.client.ui.TextBox questionSurveyTextBox)
questionSurveyTextBox - the new question survey text boxpublic 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 List<MultipleChoiceView> getMultipleChoiceList()
public void setMultipleChoiceList(List<MultipleChoiceView> multipleChoiceList)
multipleChoiceList - the new multiple choice listpublic 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 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 void setScaleAnswerSurveyControls(com.github.gwtbootstrap.client.ui.Controls scaleAnswerSurveyControls)
scaleAnswerSurveyControls - the new scale answer survey controlspublic com.github.gwtbootstrap.client.ui.TextBox getScaleFromSurveyTextBox()
public void setScaleFromSurveyTextBox(com.github.gwtbootstrap.client.ui.TextBox scaleFromSurveyTextBox)
scaleFromSurveyTextBox - the new scale from survey text boxpublic com.github.gwtbootstrap.client.ui.TextBox getScaleToSurveyTextBox()
public void setScaleToSurveyTextBox(com.github.gwtbootstrap.client.ui.TextBox scaleToSurveyTextBox)
scaleToSurveyTextBox - the new scale to survey text boxpublic com.github.gwtbootstrap.client.ui.CheckBox getCheckBoxMandatory()
public void setCheckBoxMandatory(com.github.gwtbootstrap.client.ui.CheckBox checkBoxMandatory)
checkBoxMandatory - the new check box mandatorypublic int getRow()
public void setRow(int row)
row - the new rowpublic com.github.gwtbootstrap.client.ui.ListBox getScaleFromSurveyListBox()
public void setScaleFromSurveyListBox(com.github.gwtbootstrap.client.ui.ListBox scaleFromSurveyListBox)
scaleFromSurveyListBox - the new scale from survey list boxpublic com.github.gwtbootstrap.client.ui.ListBox getScaleToSurveyListBox()
public void setScaleToSurveyListBox(com.github.gwtbootstrap.client.ui.ListBox scaleToSurveyListBox)
scaleToSurveyListBox - the new scale to survey list boxCopyright © 2018. All Rights Reserved.