FormStep<T> class abstract

Inheritance
Implementers

Constructors

FormStep({Identifier? id, String? title, String? text, String? description, String? hint, UIStyle? style, String? error, bool footerBackButton = false, bool disabled = false, double? width, CrossAxisAlignment crossAxisAlignmentContent = CrossAxisAlignment.center, Display display = Display.normal, bool componentOnly = false, bool? isOptional = false, bool? cancellable = true, String? label, ComponentsStyle componentsStyle = ComponentsStyle.minimal, String? nextButtonText = "Next", String? backButtonText = "Back", double? titleIconMaxWidth = 300, String? titleIconAnimationFile, List<RelevantCondition>? relevantConditions, String? cancelButtonText = "Cancel", FormStep? previousStep, ResultFormat? resultFormat})

Properties

backButtonText String?
getter/setter pair
cancelButtonText String?
getter/setter pair
cancellable bool?
getter/setter pair
componentOnly bool
getter/setter pair
componentsStyle ComponentsStyle
getter/setter pair
crossAxisAlignmentContent CrossAxisAlignment
getter/setter pair
description String?
final
disabled bool
getter/setter pair
display Display
getter/setter pair
error String?
getter/setter pair
footerBackButton bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hint String?
getter/setter pair
id Identifier?
getter/setter pair
isOptional bool?
getter/setter pair
label String?
getter/setter pair
list LinkedList<FormStep>?
The linked list containing this element.
no setterinherited
next FormStep?
The successor of this element in its linked list.
no setterinherited
nextButtonText String?
getter/setter pair
previous FormStep?
The predecessor of this element in its linked list.
no setterinherited
previousStep FormStep?
getter/setter pair
relevantConditions List<RelevantCondition>?
getter/setter pair
result ↔ dynamic
getter/setter pair
resultFormat ResultFormat?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ↔ UIStyle?
getter/setter pair
text String?
getter/setter pair
title String?
getter/setter pair
titleIconAnimationFile String?
getter/setter pair
titleIconMaxWidth double?
getter/setter pair
width double?
final

Methods

buildView(FormStackForm formKitForm) → FormStepView<FormStep>
insertAfter(FormStep entry) → void
Insert an element after this element in this element's linked list.
inherited
insertBefore(FormStep entry) → void
Insert an element before this element in this element's linked list.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
Unlink the element from its linked list.
inherited

Operators

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