Package io.deephaven.plot.filters
Class Selectables
java.lang.Object
io.deephaven.plot.filters.Selectables
Method for creating
SelectableDataSet
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic SelectableDataSetOneClick
oneClick
(PartitionedTable pTable) Creates aSelectableDataSetOneClick
with the specified columns.static SelectableDataSetOneClick
oneClick
(PartitionedTable pTable, boolean requireAllFiltersToDisplay) Creates aSelectableDataSetOneClick
with the specified columns.static SelectableDataSetOneClick
Creates aSelectableDataSetOneClick
with the specified columns.static SelectableDataSetOneClick
Creates aSelectableDataSetOneClick
with the specified columns.
-
Method Details
-
oneClick
Creates aSelectableDataSetOneClick
with the specified columns.- Parameters:
t
- tablebyColumns
- selected columns- Returns:
SelectableDataSetOneClick
with the specified table and columns
-
oneClick
Creates aSelectableDataSetOneClick
with the specified columns.- Parameters:
pTable
- PartitionedTable- Returns:
SelectableDataSetOneClick
with the specified partitioned table and columns
-
oneClick
public static SelectableDataSetOneClick oneClick(Table t, boolean requireAllFiltersToDisplay, String... byColumns) Creates aSelectableDataSetOneClick
with the specified columns.- Parameters:
t
- tablebyColumns
- selected columnsrequireAllFiltersToDisplay
- false to display data when not all oneclicks are selected; true to only display data when appropriate oneclicks are selected- Returns:
SelectableDataSetOneClick
with the specified table and columns
-
oneClick
public static SelectableDataSetOneClick oneClick(PartitionedTable pTable, boolean requireAllFiltersToDisplay) Creates aSelectableDataSetOneClick
with the specified columns.- Parameters:
pTable
- PartitionedTablerequireAllFiltersToDisplay
- false to display data when not all oneclicks are selected; true to only display data when appropriate oneclicks are selected- Returns:
SelectableDataSetOneClick
with the specified partitioned table and columns
-