Paneldynamic class abstract

Implemented types
Available Extensions
Annotations
  • @BuiltValue()

Constructors

Paneldynamic([void updates(PaneldynamicBuilder b)])
factory

Properties

allowAddPanel bool?
no setter
allowRemovePanel bool?
no setter
bindings String?
no setterinherited
clearIfInvisible QuestionClearIfInvisible?
no setterinherited
commentPlaceholder SurveyTitle?
no setterinherited
commentText SurveyTitle?
no setterinherited
confirmDelete bool?
no setter
confirmDeleteText SurveyTitle?
no setter
correctAnswer → JsonObject?
no setterinherited
defaultPanelValue String?
no setter
defaultValue → JsonObject?
no setterinherited
defaultValueExpression String?
no setterinherited
defaultValueFromLastPanel bool?
no setter
description SurveyTitle?
no setterinherited
descriptionLocation QuestionDescriptionLocation?
no setterinherited
enableIf String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hideNumber bool?
no setterinherited
indent QuestionIndent?
no setterinherited
isRequired bool?
no setterinherited
keyDuplicationError SurveyTitle?
no setter
keyName String?
no setter
maxPanelCount num?
no setter
maxWidth StringOrNum?
no setterinherited
minPanelCount num?
no setter
minWidth StringOrNum?
no setterinherited
name String?
no setterinherited
noEntriesText SurveyTitle?
no setter
page String?
no setterinherited
panelAddText SurveyTitle?
no setter
panelCount PaneldynamicPanelCount?
no setter
panelNextText SurveyTitle?
no setter
panelPrevText SurveyTitle?
no setter
panelRemoveButtonLocation PaneldynamicPanelRemoveButtonLocation?
no setter
panelRemoveText SurveyTitle?
no setter
panelsState PaneldynamicPanelsState?
no setter
readOnly bool?
no setterinherited
renderAs String?
no setterinherited
renderMode PaneldynamicRenderMode?
no setter
requiredErrorText SurveyTitle?
no setterinherited
requiredIf String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCommentArea bool?
no setterinherited
showQuestionNumbers PaneldynamicShowQuestionNumbers?
no setter
showRangeInProgress bool?
no setter
startWithNewLine bool?
no setterinherited
state QuestionState?
no setterinherited
tabAlign PaneldynamicTabAlign?
no setter
templateDescription SurveyTitle?
no setter
templateElements → BuiltList<SurveyQuestionsInner>?
no setter
templateTabTitle SurveyTitle?
no setter
templateTitle SurveyTitle?
no setter
templateTitleLocation PaneldynamicTemplateTitleLocation?
no setter
templateVisibleIf String?
no setter
title SurveyTitle?
no setterinherited
titleLocation QuestionTitleLocation?
no setterinherited
type String?
no setterinherited
useDisplayValuesInDynamicTexts bool?
no setterinherited
validators → BuiltList<QuestionAllOfValidatorsInner>?
no setterinherited
valueName String?
no setterinherited
visible bool?
no setterinherited
visibleIf String?
no setterinherited
width StringOrNum?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaneldynamicBuilder)) Paneldynamic
Rebuilds the instance.
inherited
toBuilder() PaneldynamicBuilder
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<Paneldynamic>
no setter