Dropdown class abstract

Implemented types
Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

Properties

allowClear bool?
no setter
autocomplete Autocomplete?
no setter
bindings String?
no setterinherited
choices → BuiltList<MatrixdropdownbaseAllOfChoicesInner>?
no setterinherited
choicesByUrl ChoicesByUrl?
no setterinherited
choicesEnableIf String?
no setterinherited
choicesFromQuestion String?
no setterinherited
choicesFromQuestionMode SelectbaseChoicesFromQuestionMode?
no setterinherited
choicesLazyLoadEnabled bool?
no setter
choicesLazyLoadPageSize num?
no setter
choicesMax num?
no setter
choicesMin num?
no setter
choicesOrder SelectbaseChoicesOrder?
no setterinherited
choicesStep num?
no setter
choicesVisibleIf String?
no setterinherited
clearIfInvisible QuestionClearIfInvisible?
no setterinherited
commentPlaceholder SurveyTitle?
no setterinherited
commentText SurveyTitle?
no setterinherited
correctAnswer → JsonObject?
no setterinherited
defaultValue → JsonObject?
no setterinherited
defaultValueExpression String?
no setterinherited
description SurveyTitle?
no setterinherited
descriptionLocation QuestionDescriptionLocation?
no setterinherited
enableIf String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hideIfChoicesEmpty bool?
no setterinherited
hideNumber bool?
no setterinherited
indent QuestionIndent?
no setterinherited
inputFieldComponent String?
no setter
isRequired bool?
no setterinherited
itemComponent String?
no setter
maxWidth StringOrNum?
no setterinherited
minWidth StringOrNum?
no setterinherited
name String?
no setterinherited
noneText SurveyTitle?
no setterinherited
otherErrorText SurveyTitle?
no setterinherited
otherPlaceholder SurveyTitle?
no setterinherited
otherText SurveyTitle?
no setterinherited
page String?
no setterinherited
placeholder SurveyTitle?
no setter
readOnly bool?
no setterinherited
renderAs String?
no setterinherited
requiredErrorText SurveyTitle?
no setterinherited
requiredIf String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchEnabled bool?
no setter
separateSpecialChoices bool?
no setterinherited
showCommentArea bool?
no setterinherited
showNoneItem bool?
no setterinherited
showOtherItem bool?
no setterinherited
startWithNewLine bool?
no setterinherited
state QuestionState?
no setterinherited
storeOthersAsComment bool?
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Dropdown>
no setter