RadioButton class

Inheritance

Constructors

RadioButton()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
isVisible bool
no setterinherited
isVisibleChanged Stream<bool>
no setterinherited
isVisibleProperty ↔ Property<bool>
getter/setter pairinherited
label String
no setterinherited
labelChanged Stream<String>
no setterinherited
labelProperty ↔ Property<String>
getter/setter pairinherited
parent → FormElement?
no setterinherited
parentProperty ↔ Property<FormElement>?
getter/setter pairinherited
properties Map<String, Property>
getter/setter pairinherited
propertyChanged Stream<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
no setterinherited
valueChanged Stream<String>
no setterinherited
valueProperty ↔ Property<String>
getter/setter pairinherited

Methods

clone(ExpressionProvider<ExpressionProviderElement>? parent) → ExpressionProviderElement
inherited
cloneChildren(Property<List> children, ExpressionProviderElement parent) → Property
inherited
cloneProperty(String key, Property oldProperty, ExpressionProvider<ExpressionProviderElement>? parent, ExpressionProviderElement instance) → Property
inherited
getExpressionProvider([String? propertyName]) → ExpressionProvider
inherited
getFirstParentOfType<TFormElement extends FormElement>() → TFormElement?
inherited
getImmutableProperty(FormElement element) → Property<FormElement>
inherited
getInstance() → FormElement
override
getProperties() Map<String, Property>
inherited
getProperty([String? propertyName]) → Property
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProperty<T>(String name, Property<T>? property) → Property<T>?
inherited
toString() String
A string representation of this object.
inherited

Operators

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