Class AutofillContainer

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    AutofillContainer controls several text input boxes.

    public class AutofillContainer : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    AutofillContainer
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Constructors

    View Source

    AutofillContainer(string)

    Constructor.

    Declaration
    public AutofillContainer(string name)
    Parameters
    Type Name Description
    string name

    The AutofillContainer name

    Methods

    View Source

    AddAutofillView(View, int, string, string, ItemHint, bool)

    Adds View and its Autofill item information to Autofill Container.

    Declaration
    public void AddAutofillView(View view, int propertyIndex, string id, string label, AutofillContainer.ItemHint hint, bool isSensitive)
    Parameters
    Type Name Description
    View view

    The view to be added to Autofill Container

    int propertyIndex

    The Property to be filled automatically of each View

    string id

    A unique ID that does not always change on each launching

    string label

    An auxiliary means to guess heuristically what data is

    AutofillContainer.ItemHint hint

    The Hint - id (username), name, password, phone, credit card number, organization, and so on

    bool isSensitive

    Whether this information is a sensitive data or not

    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    BaseHandle.Dispose(DisposeTypes)
    View Source

    GetAutofillServiceImagePath()

    Gets the Autofill Service Image Path.

    Declaration
    public string GetAutofillServiceImagePath()
    Returns
    Type Description
    string

    Autofill Service Image Path

    View Source

    GetAutofillServiceMessage()

    Gets the Autofill Service Message.

    Declaration
    public string GetAutofillServiceMessage()
    Returns
    Type Description
    string

    Autofill Service Message

    View Source

    GetAutofillServiceName()

    Gets the Autofill Service Name.

    Declaration
    public string GetAutofillServiceName()
    Returns
    Type Description
    string

    Autofill Service Name

    View Source

    GetListItem(uint)

    Gets the list item of the index.

    Declaration
    public string GetListItem(uint index)
    Parameters
    Type Name Description
    uint index

    The index for the list

    Returns
    Type Description
    string

    The list item of the index

    View Source

    GetListItemCount()

    Gets the number of list items. (The presentation text of Autofill)

    Declaration
    public uint GetListItemCount()
    Returns
    Type Description
    uint

    The number of list items

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    BaseHandle.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)
    View Source

    RemoveAutofillItem(View)

    Removes View and its AutofillItem information to Autofill Container.

    Declaration
    public void RemoveAutofillItem(View view)
    Parameters
    Type Name Description
    View view

    The view to be removed to Autofill Container

    View Source

    RequestFillData()

    Sends a request for filling the data.

    Declaration
    public void RequestFillData()
    View Source

    SaveAutofillData()

    Stores autofill data.

    Declaration
    public void SaveAutofillData()
    View Source

    SetSelectedItem(string)

    Sets the selected item to fill out.

    Declaration
    public void SetSelectedItem(string selected)
    Parameters
    Type Name Description
    string selected

    The selected item

    Events

    View Source

    ListEvent

    AutofillContainer Fill List Event.

    Declaration
    public event EventHandler<AutofillContainer.ListEventArgs> ListEvent
    Event Type
    Type Description
    EventHandler<><ListEventArgs>
    View Source

    ServiceEvent

    AutofillContainer Authentication Service Event.

    Declaration
    public event EventHandler<AutofillContainer.AuthenticationEventArgs> ServiceEvent
    Event Type
    Type Description
    EventHandler<><AuthenticationEventArgs>

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX