RegistrationPageState class
- Inheritance
-
- Object
- State<
RegistrationPage> - RegistrationPageState
Constructors
Properties
- address1EnController ↔ String
-
getter/setter pair
- address1JaController ↔ dynamic
-
getter/setter pair
- address2EnController ↔ String
-
getter/setter pair
- address2JaController ↔ dynamic
-
getter/setter pair
- address3EnController ↔ String
-
getter/setter pair
- address3JaController ↔ dynamic
-
getter/setter pair
- addressEnController ↔ String
-
getter/setter pair
- addressJaController ↔ dynamic
-
getter/setter pair
- context → BuildContext
-
The location in the tree where this widget builds.
no setterinherited
- dobDayController ↔ dynamic
-
getter/setter pair
- dobMonthController ↔ dynamic
-
getter/setter pair
- dobYearController ↔ dynamic
-
getter/setter pair
- emailController → TextEditingController
-
final
- expiryDayController ↔ dynamic
-
getter/setter pair
- expiryMonthController ↔ dynamic
-
getter/setter pair
- expiryYearController ↔ dynamic
-
getter/setter pair
- firstnameController ↔ dynamic
-
getter/setter pair
- formValidator ↔ Validator
-
getter/setter pair
- gender ↔ dynamic
-
getter/setter pair
-
genders
→ Map<
String, List< String> > -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- idNumberController ↔ dynamic
-
getter/setter pair
- lastnameController ↔ dynamic
-
getter/setter pair
- middlenameController ↔ dynamic
-
getter/setter pair
- mounted → bool
-
Whether this State object is currently in a tree.
no setterinherited
- passwordController ↔ TextEditingController
-
getter/setter pair
- phoneNumber ↔ dynamic
-
getter/setter pair
- postalCodeController ↔ dynamic
-
getter/setter pair
- ptlDayController ↔ dynamic
-
getter/setter pair
- ptlMonthController ↔ dynamic
-
getter/setter pair
- ptlYearController ↔ dynamic
-
getter/setter pair
- ptsDayController ↔ dynamic
-
getter/setter pair
- ptsMonthController ↔ dynamic
-
getter/setter pair
- ptsYearController ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- translator ↔ dynamic
-
getter/setter pair
- visaStatus ↔ String
-
getter/setter pair
- widget → RegistrationPage
-
The current configuration.
no setterinherited
Methods
-
activate(
) → void -
Called when this object is reinserted into the tree after having been
removed via deactivate.
inherited
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
deactivate(
) → void -
Called when this object is removed from the tree.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
didChangeDependencies(
) → void -
Called when a dependency of this State object changes.
inherited
-
didUpdateWidget(
covariant RegistrationPage oldWidget) → void -
Called whenever the widget configuration changes.
inherited
-
dispose(
) → void -
Called when this object is removed from the tree permanently.
override
-
initState(
) → void -
Called when this object is inserted into the tree.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reassemble(
) → void -
Called whenever the application is reassembled during debugging, for
example during hot reload.
inherited
-
setAddress1Ja(
String? value) → void -
setAddress2Ja(
String? value) → void -
setAddress3Ja(
String? value) → void -
setAddressJa(
String? value) → void -
setGender(
String? value) → void -
setState(
VoidCallback fn) → void -
Notify the framework that the internal state of this object has changed.
inherited
-
setTransaltor(
) → Future -
setVisaStatus(
String? value) → void -
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited