public class TableViewPropertiesTableOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableViewPropertiesTableOptions.WrappingEnum
Wrapping describes the text wrapping style to be used in table views
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FIX_FIRST_COLUMN |
static String |
SERIALIZED_NAME_SORT_BY |
static String |
SERIALIZED_NAME_VERTICAL_TIME_AXIS |
static String |
SERIALIZED_NAME_WRAPPING |
Constructor and Description |
---|
TableViewPropertiesTableOptions() |
public static final String SERIALIZED_NAME_VERTICAL_TIME_AXIS
public static final String SERIALIZED_NAME_SORT_BY
public static final String SERIALIZED_NAME_WRAPPING
public static final String SERIALIZED_NAME_FIX_FIRST_COLUMN
public TableViewPropertiesTableOptions verticalTimeAxis(Boolean verticalTimeAxis)
public Boolean getVerticalTimeAxis()
public void setVerticalTimeAxis(Boolean verticalTimeAxis)
public TableViewPropertiesTableOptions sortBy(RenamableField sortBy)
public RenamableField getSortBy()
public void setSortBy(RenamableField sortBy)
public TableViewPropertiesTableOptions wrapping(TableViewPropertiesTableOptions.WrappingEnum wrapping)
public TableViewPropertiesTableOptions.WrappingEnum getWrapping()
public void setWrapping(TableViewPropertiesTableOptions.WrappingEnum wrapping)
public TableViewPropertiesTableOptions fixFirstColumn(Boolean fixFirstColumn)
public Boolean getFixFirstColumn()
public void setFixFirstColumn(Boolean fixFirstColumn)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.