Uses of Interface
com.jbstrap.ui.Fetchable
Packages that use Fetchable
Package
Description
-
Uses of Fetchable in com.jbstrap.ui.components.activitystream
Classes in com.jbstrap.ui.components.activitystream that implement Fetchable -
Uses of Fetchable in com.jbstrap.ui.components.calendar
Classes in com.jbstrap.ui.components.calendar that implement Fetchable -
Uses of Fetchable in com.jbstrap.ui.components.form.items
Classes in com.jbstrap.ui.components.form.items that implement FetchableModifier and TypeClassDescriptionclass
Combobox itemclass
Dual list box form itemclass
Radio button item -
Uses of Fetchable in com.jbstrap.ui.components.listgrid
Classes in com.jbstrap.ui.components.listgrid that implement Fetchable -
Uses of Fetchable in com.jbstrap.ui.components.sparkline
Classes in com.jbstrap.ui.components.sparkline that implement Fetchable -
Uses of Fetchable in com.jbstrap.ui.components.timeline
Classes in com.jbstrap.ui.components.timeline that implement Fetchable -
Uses of Fetchable in com.jbstrap.ui.components.treeview
Classes in com.jbstrap.ui.components.treeview that implement Fetchable -
Uses of Fetchable in com.jbstrap.ui.interfaces
Classes in com.jbstrap.ui.interfaces with type parameters of type FetchableModifier and TypeInterfaceDescriptioninterface
Exportable<T extends Fetchable<?>>
This interface is used by classes that implement theFetchable
interface.