Survey class abstract

Available Extensions
Annotations
  • @BuiltValue()

Constructors

Survey([void updates(SurveyBuilder b)])
factory

Properties

allowResizeComment bool?
no setter
autoGrowComment bool?
no setter
backgroundImage SurveyTitle?
no setter
backgroundImageAttachment SurveyBackgroundImageAttachment?
no setter
backgroundImageFit SurveyBackgroundImageFit?
no setter
backgroundOpacity num?
no setter
calculatedValues → BuiltList<Calculatedvalue>?
no setter
checkErrorsMode SurveyCheckErrorsMode?
no setter
clearInvisibleValues SurveyClearInvisibleValues?
no setter
completedBeforeHtml SurveyTitle?
no setter
completedHtml SurveyTitle?
no setter
completedHtmlOnCondition → BuiltList<Htmlconditionitem>?
no setter
completeText SurveyTitle?
no setter
cookieName String?
no setter
description SurveyTitle?
no setter
editText SurveyTitle?
no setter
firstPageIsStarted bool?
no setter
focusFirstQuestionAutomatic bool?
no setter
focusOnFirstError bool?
no setter
goNextPageAutomatic bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
isSinglePage bool?
no setter
loadingHtml SurveyTitle?
no setter
locale SurveyLocale?
no setter
no setter
logoFit SurveyLogoFit?
no setter
logoHeight StringOrNum?
no setter
logoPosition SurveyLogoPosition?
no setter
logoWidth StringOrNum?
no setter
matrixDragHandleArea SurveyMatrixDragHandleArea?
no setter
maxOthersLength num?
no setter
maxTextLength num?
no setter
maxTimeToFinish num?
no setter
maxTimeToFinishPage num?
no setter
mode SurveyMode?
no setter
no setter
no setter
pageNextText SurveyTitle?
no setter
pagePrevText SurveyTitle?
no setter
pages → BuiltList<Page>?
no setter
previewText SurveyTitle?
no setter
progressBarType SurveyProgressBarType?
no setter
questionDescriptionLocation SurveyQuestionDescriptionLocation?
no setter
questionErrorLocation SurveyQuestionErrorLocation?
no setter
questions → BuiltList<SurveyQuestionsInner>?
no setter
questionsOnPageMode SurveyQuestionsOnPageMode?
no setter
questionsOrder SurveyQuestionsOrder?
no setter
questionStartIndex String?
no setter
questionTitleLocation SurveyQuestionTitleLocation?
no setter
questionTitlePattern String?
no setter
questionTitleTemplate SurveyTitle?
no setter
requiredText String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendResultOnPageNext bool?
no setter
showBrandInfo bool?
no setter
showCompletedPage bool?
no setter
showNavigationButtons SurveyShowNavigationButtons?
no setter
showPageNumbers bool?
no setter
showPageTitles bool?
no setter
showPrevButton bool?
no setter
showPreviewBeforeComplete SurveyShowPreviewBeforeComplete?
no setter
showProgressBar SurveyShowProgressBar?
no setter
showQuestionNumbers SurveyShowQuestionNumbers?
no setter
showTimerPanel SurveyShowTimerPanel?
no setter
showTimerPanelMode SurveyShowTimerPanelMode?
no setter
showTitle bool?
no setter
showTOC bool?
no setter
startSurveyText SurveyTitle?
no setter
storeOthersAsComment bool?
no setter
surveyId String?
no setter
surveyPostId String?
no setter
surveyShowDataSaving bool?
no setter
textUpdateMode TextUpdateMode?
no setter
title SurveyTitle?
no setter
tocLocation SurveyTocLocation?
no setter
triggers → BuiltList<SurveyTriggersInner>?
no setter
width StringOrNum?
no setter
widthMode SurveyWidthMode?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SurveyBuilder)) Survey
Rebuilds the instance.
inherited
toBuilder() SurveyBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Survey>
no setter