Class InputFieldWidgetController
A recyclable widget controller for input fields. Not yet implemented.
Inherited Members
Namespace: SociallyDistant.Core.UI.Recycling
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class InputFieldWidgetController : RecyclableWidgetController
Properties
Callback
Gets or sets a callback to execute when the input field is submitted.
Declaration
public Action<string>? Callback { get; set; }
Property Value
Type | Description |
---|---|
Action<string> |
Value
Gets or sets the current value of the input field.
Declaration
public string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Build(ContentWidget)
Declaration
public override void Build(ContentWidget destination)
Parameters
Type | Name | Description |
---|---|---|
ContentWidget | destination |
Overrides
Recycle()
Declaration
public override void Recycle()