Skip to content

ListItem Base Widgets

Cristina Suciu edited this page Feb 23, 2021 · 2 revisions

Most of the list item widgets follow similar UI traits. To provide ease of implementation and uniform behavior, a set of abstract classes is used to build the list item widgets. These are classified as list item base widgets.

List Item Title Widget

This widget defines the UI elements that each list item should have.

The UI elements can be customized to match the style of the user's application. The customizations can be done programmatically using the APIs.

APIs

List of the customization APIs
  • var listItemTitle: String? - The list item title string.

This widget has been further expanded into:

  1. List Item Label Button Widget
  2. List Item Edit Text Button Widget
  3. List Item Radio Button Widget
Clone this wiki locally