public class SurveyStart
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
SurveyStart()
Instantiates a new survey start.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentURL()
Gets the current URL.
|
SurveyJustFilledView |
getSurveyJustFilledView()
Gets the survey just filled view.
|
UserDTO |
getUserDTO()
Gets the user DTO.
|
String |
getUUIDExtractFromUrl()
Gets the UUID extract from url.
|
boolean |
isAdminSurvey()
Checks if is admin survey.
|
boolean |
isSurveyCreator()
Checks if is survey creator.
|
boolean |
isSurveyManager()
Checks if is survey manager.
|
void |
setAdminSurvey(boolean isAdminSurvey)
Sets the admin survey.
|
void |
setCurrentURL(String currentURL)
Sets the current URL.
|
void |
setSurveyCreator(boolean isSurveyCreator)
Sets the survey creator.
|
void |
setSurveyJustFilledView(SurveyJustFilledView surveyJustFilledView)
Sets the survey just filled view.
|
void |
setSurveyManager(boolean isSurveyManager)
Sets the survey manager.
|
void |
setUserDTO(UserDTO userDTO)
Sets the user DTO.
|
void |
setUUIDExtractFromUrl(String uUIDExtractFromUrl)
Sets the UUID extract from url.
|
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 boolean isAdminSurvey()
public void setAdminSurvey(boolean isAdminSurvey)
isAdminSurvey - the new admin surveypublic String getCurrentURL()
public void setCurrentURL(String currentURL)
currentURL - the new current URLpublic String getUUIDExtractFromUrl()
public void setUUIDExtractFromUrl(String uUIDExtractFromUrl)
uUIDExtractFromUrl - the new UUID extract from urlpublic boolean isSurveyCreator()
public void setSurveyCreator(boolean isSurveyCreator)
isSurveyCreator - the new survey creatorpublic SurveyJustFilledView getSurveyJustFilledView()
public void setSurveyJustFilledView(SurveyJustFilledView surveyJustFilledView)
surveyJustFilledView - the new survey just filled viewpublic boolean isSurveyManager()
public void setSurveyManager(boolean isSurveyManager)
isSurveyManager - the new survey managerpublic UserDTO getUserDTO()
public void setUserDTO(UserDTO userDTO)
userDTO - the new user DTOCopyright © 2018. All Rights Reserved.