SurveyQuestionsInner class abstract

SurveyQuestionsInner

Properties:

  • type
  • name
  • state
  • visible
  • useDisplayValuesInDynamicTexts
  • visibleIf
  • width
  • minWidth
  • maxWidth
  • startWithNewLine
  • indent
  • page
  • title
  • titleLocation
  • description
  • descriptionLocation
  • hideNumber
  • valueName
  • enableIf
  • defaultValue
  • defaultValueExpression
  • correctAnswer
  • clearIfInvisible
  • isRequired
  • requiredIf
  • requiredErrorText
  • readOnly
  • validators
  • bindings
  • renderAs
  • showCommentArea
  • commentText
  • commentPlaceholder
  • choicesFromQuestion
  • choices
  • choicesFromQuestionMode
  • choicesOrder
  • choicesByUrl
  • hideIfChoicesEmpty
  • choicesVisibleIf
  • choicesEnableIf
  • separateSpecialChoices
  • showOtherItem
  • showNoneItem
  • otherPlaceholder
  • noneText
  • otherText
  • otherErrorText
  • storeOthersAsComment
  • colCount
  • showSelectAllItem
  • maxSelectedChoices
  • minSelectedChoices
  • selectAllText
  • valuePropertyName
  • itemComponent
  • placeholder
  • allowClear
  • searchEnabled
  • choicesLazyLoadEnabled
  • choicesLazyLoadPageSize
  • hideSelectedItems
  • closeOnSelect
  • longTap
  • selectToRankEnabled
  • selectToRankAreasLayout
  • showClearButton
  • optionsCaption
  • contentMode
  • imageFit
  • imageHeight
  • imageWidth
  • minImageWidth
  • minImageHeight
  • maxImageWidth
  • maxImageHeight
  • showLabel
  • multiSelect
  • choicesMin
  • choicesMax
  • choicesStep
  • autocomplete
  • inputFieldComponent
  • columnsVisibleIf
  • rowsVisibleIf
  • columnMinWidth
  • showHeader
  • verticalAlign
  • alternateRows
  • columns
  • columnLayout
  • detailElements
  • detailPanelMode
  • horizontalScroll
  • keyDuplicationError
  • cellType
  • columnColCount
  • allowAdaptiveActions
  • rows
  • rowTitleWidth
  • totalText
  • hideIfRowsEmpty
  • allowAddRows
  • allowRemoveRows
  • rowCount
  • minRowCount
  • maxRowCount
  • keyName
  • defaultRowValue
  • defaultValueFromLastRow
  • confirmDelete
  • confirmDeleteText
  • addRowLocation
  • addRowText
  • removeRowText
  • hideColumnsIfEmpty
  • emptyRowsText
  • detailPanelShowOnAdding
  • allowRowsDragAndDrop
  • cells
  • rowsOrder
  • isAllRowRequired
  • expression
  • format
  • displayStyle
  • currency
  • maximumFractionDigits
  • minimumFractionDigits
  • useGrouping
  • precision
  • inputType
  • size
  • textUpdateMode
  • min
  • max
  • minValueExpression
  • maxValueExpression
  • minErrorText
  • maxErrorText
  • step
  • maxLength
  • dataList
  • cols
  • autoGrow
  • allowResize
  • acceptCarriageReturn
  • items
  • itemSize
  • html
  • imageLink
  • altText
  • showPreview
  • allowMultiple
  • allowImagesPreview
  • acceptedTypes
  • storeDataAsText
  • waitForUpload
  • maxSize
  • needConfirmRemoveFile
  • allowCameraAccess
  • rateType
  • scaleColorMode
  • rateColorMode
  • autoGenerate
  • rateCount
  • rateValues
  • rateMin
  • rateMax
  • rateStep
  • minRateDescription
  • maxRateDescription
  • displayRateDescriptionsAsExtremeItems
  • displayMode
  • label
  • labelTrue
  • labelFalse
  • valueTrue
  • valueFalse
  • signatureWidth
  • signatureHeight
  • height
  • penColor
  • backgroundColor
  • dataFormat
  • templateElements
  • templateTitle
  • templateTabTitle
  • templateDescription
  • noEntriesText
  • allowAddPanel
  • allowRemovePanel
  • panelCount
  • minPanelCount
  • maxPanelCount
  • defaultPanelValue
  • defaultValueFromLastPanel
  • panelsState
  • panelAddText
  • panelRemoveText
  • panelPrevText
  • panelNextText
  • showQuestionNumbers
  • showRangeInProgress
  • renderMode
  • tabAlign
  • templateTitleLocation
  • templateVisibleIf
  • panelRemoveButtonLocation
  • elements
  • questionTitleLocation
  • questionsOrder
  • questions
  • innerIndent
  • showNumber
  • questionStartIndex
Available Extensions
Annotations
  • @BuiltValue()

Constructors

SurveyQuestionsInner([void updates(SurveyQuestionsInnerBuilder b)])
factory

Properties

anyOf → AnyOf
Any Of Boolean, Buttongroup, Checkbox, Comment, Dropdown, Elementbase, Empty, Expression, File, Html, Image, Imagepicker, Matrix, Matrixdropdown, Matrixdropdownbase, Matrixdynamic, Multipletext, Nonvalue, Panel, Paneldynamic, Radiogroup, Ranking, Rating, Signaturepad, Tagbox, Text, Textbase
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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