UiContainer class abstract

Container represents a HTML Form. The container can work with both HTTP Form and JSON requests

Properties:

  • action - Action should be used as the form action URL <form action=\"{{ .Action }}\" method=\"post\">.
  • messages
  • method - Method is the form method (e.g. POST)
  • nodes

Constructors

UiContainer([void updates(UiContainerBuilder b)])
factory

Properties

action String
Action should be used as the form action URL <form action=\"{{ .Action }}\" method=\"post\">.
no setter
hashCode int
The hash code for this object.
no setterinherited
messages → BuiltList<UiText>?
no setter
method String
Method is the form method (e.g. POST)
no setter
nodes → BuiltList<UiNode>
no setter
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(UiContainerBuilder)) UiContainer
Rebuilds the instance.
inherited
toBuilder() UiContainerBuilder
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<UiContainer>
no setter