Matrixdropdown class abstract

Implemented types
Annotations
  • @BuiltValue()

Constructors

Matrixdropdown([void updates(MatrixdropdownBuilder b)])
factory

Properties

allowAdaptiveActions bool?
no setterinherited
alternateRows bool?
no setterinherited
bindings String?
no setterinherited
cellType MatrixdropdownbaseCellType?
no setterinherited
choices → BuiltList<MatrixdropdownbaseAllOfChoicesInner>?
no setterinherited
clearIfInvisible QuestionClearIfInvisible?
no setterinherited
columnColCount MatrixdropdownbaseColumnColCount?
no setterinherited
columnLayout MatrixdropdownbaseColumnLayout?
no setterinherited
columnMinWidth StringOrNum?
no setterinherited
columns → BuiltList<Matrixdropdowncolumn>?
no setterinherited
columnsVisibleIf String?
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
detailElements String?
no setterinherited
detailPanelMode MatrixdropdownbaseDetailPanelMode?
no setterinherited
enableIf String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hideIfRowsEmpty bool?
no setter
hideNumber bool?
no setterinherited
horizontalScroll bool?
no setterinherited
indent QuestionIndent?
no setterinherited
isRequired bool?
no setterinherited
keyDuplicationError SurveyTitle?
no setterinherited
maxWidth StringOrNum?
no setterinherited
minWidth StringOrNum?
no setterinherited
name String?
no setterinherited
page String?
no setterinherited
placeholder SurveyTitle?
no setterinherited
readOnly bool?
no setterinherited
renderAs String?
no setterinherited
requiredErrorText SurveyTitle?
no setterinherited
requiredIf String?
no setterinherited
rows → BuiltList<MatrixdropdownAllOfRowsInner>?
no setter
rowsVisibleIf String?
no setterinherited
rowTitleWidth StringOrNum?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCommentArea bool?
no setterinherited
showHeader bool?
no setterinherited
startWithNewLine bool?
no setterinherited
state QuestionState?
no setterinherited
title SurveyTitle?
no setterinherited
titleLocation QuestionTitleLocation?
no setterinherited
totalText SurveyTitle?
no setter
type String?
no setterinherited
useDisplayValuesInDynamicTexts bool?
no setterinherited
validators → BuiltList<QuestionAllOfValidatorsInner>?
no setterinherited
valueName String?
no setterinherited
verticalAlign MatrixbaseVerticalAlign?
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(MatrixdropdownBuilder)) Matrixdropdown
Rebuilds the instance.
inherited
toBuilder() MatrixdropdownBuilder
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<Matrixdropdown>
no setter