Interface IAtspiSelection

    Definition

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

    Interface representing objects which can store a set of selected items.

    public interface IAtspiSelection

    Methods

    View Source

    AccessibilityClearSelection()

    Deselects all children.

    Declaration
    bool AccessibilityClearSelection()
    Returns
    Type Description
    bool

    True on success, false otherwise

    View Source

    AccessibilityDeselectChild(int)

    Deselects a child.

    Declaration
    bool AccessibilityDeselectChild(int childIndex)
    Parameters
    Type Name Description
    int childIndex

    The index of the child.

    Returns
    Type Description
    bool

    True on success, false otherwise

    View Source

    AccessibilityDeselectSelectedChild(int)

    Deselects a selected child.

    Declaration
    bool AccessibilityDeselectSelectedChild(int selectedChildIndex)
    Parameters
    Type Name Description
    int selectedChildIndex

    The index of the selected child

    Returns
    Type Description
    bool

    True on success, false otherwise

    View Source

    AccessibilityGetSelectedChild(int)

    Gets a specific selected child.

    Declaration
    View AccessibilityGetSelectedChild(int selectedChildIndex)
    Parameters
    Type Name Description
    int selectedChildIndex

    The index of the selected child

    Returns
    Type Description
    View

    The selected child or nullptr if index is invalid

    Remarks

    selectedChildIndex refers to the list of selected children, not the list of all children.

    View Source

    AccessibilityGetSelectedChildrenCount()

    Gets the number of selected children.

    Declaration
    int AccessibilityGetSelectedChildrenCount()
    Returns
    Type Description
    int

    The number of selected children (zero if none)

    View Source

    AccessibilityIsChildSelected(int)

    Checks whether a child is selected.

    Declaration
    bool AccessibilityIsChildSelected(int childIndex)
    Parameters
    Type Name Description
    int childIndex

    The index of the child

    Returns
    Type Description
    bool

    True if given child is selected, false otherwise

    View Source

    AccessibilitySelectAll()

    Selects all children.

    Declaration
    bool AccessibilitySelectAll()
    Returns
    Type Description
    bool

    True on success, false otherwise

    View Source

    AccessibilitySelectChild(int)

    Selects a child.

    Declaration
    bool AccessibilitySelectChild(int childIndex)
    Parameters
    Type Name Description
    int childIndex

    The index of the child

    Returns
    Type Description
    bool

    True on success, false otherwise

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX