Show / Hide Table of Contents

    Class EditfieldEntry

    Inheritance
    System.Object
    Entry
    EditfieldEntry
    SearchBar
    Implements
    IMeasurable
    IBatchable
    IEntry
    Inherited Members
    Entry.TextBlockFocused
    Entry.TextBlockUnfocused
    Entry.EntryLayoutFocused
    Entry.EntryLayoutUnfocused
    Entry.TextChanged
    Entry.Text
    Entry.TextColor
    Entry.FontFamily
    Entry.FontAttributes
    Entry.FontSize
    Entry.HorizontalTextAlignment
    Entry.Keyboard
    Entry.Placeholder
    Entry.PlaceholderColor
    Entry.OnTextBlockFocused()
    Entry.OnTextBlcokUnfocused()
    Entry.OnEntryLayoutFocused()
    Entry.OnEntryLayoutUnfocused()
    Entry.IBatchable.OnBatchCommitted()
    Entry.SetInternalPlaceholderAndStyle(String)
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class EditfieldEntry : Entry, IMeasurable, IBatchable, IEntry

    Constructors

    EditfieldEntry(EvasObject)

    Declaration
    public EditfieldEntry(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    EditfieldEntry(EvasObject, String)

    Declaration
    public EditfieldEntry(EvasObject parent, string style)
    Parameters
    Type Name Description
    EvasObject parent
    System.String style

    Properties

    BackgroundColor

    Declaration
    public override Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color

    ClearButtonColor

    Declaration
    public Color ClearButtonColor { get; set; }
    Property Value
    Type Description
    Color

    EnableClearButton

    Declaration
    public bool EnableClearButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsTextBlockFocused

    Declaration
    public bool IsTextBlockFocused { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateEditFieldLayout(EvasObject)

    Declaration
    protected virtual Layout CreateEditFieldLayout(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent
    Returns
    Type Description
    Layout

    CreateHandle(EvasObject)

    Declaration
    protected override IntPtr CreateHandle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent
    Returns
    Type Description
    System.IntPtr

    Measure(Double, Double)

    Declaration
    public override Size Measure(double availableWidth, double availableHeight)
    Parameters
    Type Name Description
    System.Double availableWidth
    System.Double availableHeight
    Returns
    Type Description
    Size
    Overrides
    Entry.Measure(Double, Double)

    OnTextChanged(String, String)

    Declaration
    protected override void OnTextChanged(string oldValue, string newValue)
    Parameters
    Type Name Description
    System.String oldValue
    System.String newValue
    Overrides
    Entry.OnTextChanged(String, String)

    SetFocusOnTextBlock(Boolean)

    Declaration
    public void SetFocusOnTextBlock(bool isFocused)
    Parameters
    Type Name Description
    System.Boolean isFocused

    UpdateEnableClearButton()

    Declaration
    protected virtual void UpdateEnableClearButton()

    Implements

    IMeasurable
    IBatchable
    IEntry

    Extension Methods

    BatchableExtensions.BatchBegin(IBatchable)
    BatchableExtensions.BatchCommit(IBatchable)
    BatchableExtensions.IsBatched(IBatchable)
    Back to top Copyright © 2021 Samsung
    Generated by DocFX