Class TypedValueListView

java.lang.Object
com.appiancorp.type.system.ListView<TypedValue,TypedValue>
com.appiancorp.type.system.TypedValueListView

@GwtCompatible public class TypedValueListView extends ListView<TypedValue,TypedValue>

This class is available as a preview of functionality that will be added to the supported public API in a future release. While it is in the preview phase, it is subject to change or removal without deprecation or notice. Although notice of change is not guaranteed, we will try to let developers know of major changes through announcements in release notes.

A ListView where the ListViewDataSubset contains results with TypedValue identifiers, and the Facet values are TypedValue objects.

A TypedValueListView can be constructed with a ListViewDataSubset and a list of Facet objects, although the list of Facet objects is not required.