Uses of Class
org.dashbuilder.dataset.group.Interval
-
Packages that use Interval Package Description org.dashbuilder.dataset.group org.dashbuilder.dataset.json -
-
Uses of Interval in org.dashbuilder.dataset.group
Fields in org.dashbuilder.dataset.group with type parameters of type Interval Modifier and Type Field Description protected List<Interval>DataSetGroup. selectedIntervalListMethods in org.dashbuilder.dataset.group that return Interval Modifier and Type Method Description IntervalInterval. cloneInstance()Methods in org.dashbuilder.dataset.group that return types with arguments of type Interval Modifier and Type Method Description List<Interval>DataSetGroup. getSelectedIntervalList()Method parameters in org.dashbuilder.dataset.group with type arguments of type Interval Modifier and Type Method Description voidDataSetGroup. setSelectedIntervalList(List<Interval> intervalList) -
Uses of Interval in org.dashbuilder.dataset.json
Methods in org.dashbuilder.dataset.json that return Interval Modifier and Type Method Description IntervalDataSetLookupJSONMarshaller. parseInterval(org.dashbuilder.json.JsonObject jsonObj)Methods in org.dashbuilder.dataset.json that return types with arguments of type Interval Modifier and Type Method Description List<Interval>DataSetLookupJSONMarshaller. parseSelectedIntervals(org.dashbuilder.json.JsonArray selectedIntervalsJson)Methods in org.dashbuilder.dataset.json with parameters of type Interval Modifier and Type Method Description org.dashbuilder.json.JsonObjectDataSetLookupJSONMarshaller. formatInterval(Interval interval)Method parameters in org.dashbuilder.dataset.json with type arguments of type Interval Modifier and Type Method Description org.dashbuilder.json.JsonArrayDataSetLookupJSONMarshaller. formatSelectedIntervals(List<Interval> selectedIntervalList)
-