Namespace SociallyDistant.Core.UI.Recycling
Classes
AvatarWidgetBuilder
A recyclable widget builder for building user avatars.
AvatarWidgetController
A recyclable widget controller for user avatars.
DropdownWidgetBuilder
A recyclable widget builder for building dropdowns.
DropdownWidgetController
A recyclable widget controller for dropdown selection inputs.
ImageWidgetBuilder
A recyclable widget builder for building picture widgets.
ImageWidgetController
A recyclable widget controller for pictures.
InputFieldWidgetBuilder
A recyclable widget builder for building input fields.
InputFieldWidgetController
A recyclable widget controller for input fields. Not yet implemented.
LabelWidgetBuilder
A recyclable widget builder for building text labels.
LabelWidgetController
A recyclable widget controller for text labels.
ListItemWidgetBuilder<T>
A recyclable widget builder for building list item widgets.
ListItemWidgetController<T>
Recyclable widget controller for a list view item.
SectionWidgetBuilder
A recyclable widget builder for section widgets.
SectionWidgetController
A recyclable widget controller for section widgets.
SliderWidgetBuilder
A recyclable widget builder for volume sliders.
SliderWidgetController
A recyclable widget controller for volume sliders.
SwitchWidgetBuilder
A recyclable widget builder for toggle switches.
SwitchWidgetController
A recyclable toggle switch controller.
TwoLineListItemWithIcon
A widget that behaves as a list view item with two lines of text and an area for an icon.
WidgetBuilder
A utility class for building complex pages of interactive widgets in Socially Distant. This class is used by the System Settings screen to generate settings fields.
Interfaces
IRecyclableWidgetBuilder
Interface for a class that can build a RecyclableWidgetController instance.
ISectionWidgetBuilder
Interface for building a recyclable section header widget.