Class DropdownButtonFormField<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DropdownButtonFormField<T>

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    FormField<T>
    DropdownButtonFormField<T>
    Inherited Members
    FormField<T>.onSaved
    FormField<T>.validator
    FormField<T>.builder
    FormField<T>.initialValue
    FormField<T>.autovalidate
    FormField<T>.enabled
    StatefulWidget.createElement()
    Widget.key
    Widget.toStringShort()
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class DropdownButtonFormField<T> : FormField<T> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    DropdownButtonFormField(Key, T, List<DropdownMenuItem<T>>, ValueChanged<T>, InputDecoration, FormFieldSetter<T>, FormFieldValidator<T>, Widget)

    Declaration
    public DropdownButtonFormField(Key key = null, T value = null, List<DropdownMenuItem<T>> items = null, ValueChanged<T> onChanged = null, InputDecoration decoration = null, FormFieldSetter<T> onSaved = null, FormFieldValidator<T> validator = null, Widget hint = null)
    Parameters
    Type Name Description
    Key key
    T value
    System.Collections.Generic.List<DropdownMenuItem<T>> items
    ValueChanged<T> onChanged
    InputDecoration decoration
    FormFieldSetter<T> onSaved
    FormFieldValidator<T> validator
    Widget hint

    Fields

    onChanged

    Declaration
    public readonly ValueChanged<T> onChanged
    Field Value
    Type Description
    ValueChanged<T>

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    Unity.UIWidgets.widgets.FormField<T>.createState()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023