Class EditfieldEntry
Inheritance
System.Object
EditfieldEntry
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
ClearButtonColor
Declaration
public Color ClearButtonColor { get; set; }
Property Value
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
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
Overrides
OnTextChanged(String, String)
Declaration
protected override void OnTextChanged(string oldValue, string newValue)
Parameters
Type |
Name |
Description |
System.String |
oldValue |
|
System.String |
newValue |
|
Overrides
SetFocusOnTextBlock(Boolean)
Declaration
public void SetFocusOnTextBlock(bool isFocused)
Parameters
Type |
Name |
Description |
System.Boolean |
isFocused |
|
UpdateEnableClearButton()
Declaration
protected virtual void UpdateEnableClearButton()
Implements
Extension Methods