Class CheckCellRenderer
Inheritance
System.Object
CheckCellRenderer
Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
public class CheckCellRenderer : CellRenderer
Constructors
Declaration
public CheckCellRenderer()
Declaration
protected CheckCellRenderer(string style)
Parameters
| Type |
Name |
Description |
| System.String |
style |
|
Properties
Declaration
protected string CheckBoxPart { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MainPart
Declaration
protected string MainPart { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
protected override bool OnCellPropertyChanged(Cell cell, string property, Dictionary<string, EvasObject> realizedView)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
| System.String |
property |
|
| Dictionary<System.String, EvasObject> |
realizedView |
|
Returns
| Type |
Description |
| System.Boolean |
|
OnGetContent(Cell, String)
Declaration
protected override EvasObject OnGetContent(Cell cell, string part)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
| System.String |
part |
|
Returns
| Type |
Description |
| EvasObject |
|
OnGetText(Cell, String)
Declaration
protected override Span OnGetText(Cell cell, string part)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
| System.String |
part |
|
Returns
OnReusableContent(Cell, String, EvasObject)
Declaration
protected override EvasObject OnReusableContent(Cell cell, string part, EvasObject old)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
| System.String |
part |
|
| EvasObject |
old |
|
Returns
| Type |
Description |
| EvasObject |
|