Searched refs:DRILLDOWN_BOTH (Results 1 – 3 of 3) sorted by relevance
11 public static enum DrilldownType {DRILLDOWN_ROW, DRILLDOWN_COLUMN, DRILLDOWN_BOTH} enumConstant48 return DrilldownType.DRILLDOWN_BOTH; in getDrilldownType()
346 drilldownType = DrilldownType.DRILLDOWN_BOTH; in onCellClicked()541 return getContextMenu(tests, DrilldownType.DRILLDOWN_BOTH); in getActionMenu()
143 case DRILLDOWN_BOTH: in openSpreadsheetView()