Skip to content

ListItem Base Widgets

Shane Looker edited this page May 15, 2020 · 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 using attributes in XML or programmatically using the APIs.

Attributes

List of the customizable XML attributes
  • uxsdk_list_item_title - The list item title string.

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