Class WebBackForwardList

    Definition

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

    WebBackForwardList is a class for back-forward list of web view.

    public class WebBackForwardList : Disposable
    Inheritance
    object
    Disposable
    WebBackForwardList

    Properties

    View Source

    ItemCount

    Get item count.

    Declaration
    public uint ItemCount { get; }
    Property Value
    Type Description
    uint

    Methods

    View Source

    Dispose(DisposeTypes)

    Dispose for IDisposable pattern

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

    GetBackwardItems(int)

    Get copied backward items preceding the current item and limited by limit. Item in returned list starts with the oldest one. If limit is equal to ItemCount - 1, all the items preceding the current item are returned.

    Declaration
    public IList<WebBackForwardListItem> GetBackwardItems(int limit)
    Parameters
    Type Name Description
    int limit

    The number of items to retrieve.

    Returns
    Type Description
    IList<><WebBackForwardListItem>
    View Source

    GetCurrentItem()

    Get current item.

    Declaration
    public WebBackForwardListItem GetCurrentItem()
    Returns
    Type Description
    WebBackForwardListItem
    View Source

    GetForwardItems(int)

    Get copied forward items following the current item and limited by limit. Item in returned list starts with the oldest one. If limit is equal to ItemCount - 1, all the items preceding the current item are returned.

    Declaration
    public IList<WebBackForwardListItem> GetForwardItems(int limit)
    Parameters
    Type Name Description
    int limit

    The number of items to retrieve.

    Returns
    Type Description
    IList<><WebBackForwardListItem>
    View Source

    GetItemAtIndex(int)

    Get item with index.

    Declaration
    public WebBackForwardListItem GetItemAtIndex(int index)
    Parameters
    Type Name Description
    int index

    The index of list item.

    Returns
    Type Description
    WebBackForwardListItem
    View Source

    GetNextItem()

    Get next item.

    Declaration
    public WebBackForwardListItem GetNextItem()
    Returns
    Type Description
    WebBackForwardListItem
    View Source

    GetPreviousItem()

    Get previous item.

    Declaration
    public WebBackForwardListItem GetPreviousItem()
    Returns
    Type Description
    WebBackForwardListItem

    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)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX