@Unstable public class LiveTableConfiguration extends Object
Constructor and Description |
---|
LiveTableConfiguration()
Default constructor.
|
LiveTableConfiguration(String id,
List<String> columns,
Map<String,Object> columnProperties,
Map<String,Object> options)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getColumnProperties() |
List<String> |
getColumns() |
String |
getId() |
Map<String,Object> |
getOptions() |
void |
setColumnProperties(Map<String,Object> columnProperties)
Sets the live table column properties.
|
void |
setColumns(List<String> columns)
Sets the list of live table columns.
|
void |
setId(String id)
Sets the live table id.
|
void |
setOptions(Map<String,Object> options)
Sets the live table options.
|
public LiveTableConfiguration()
public LiveTableConfiguration(String id, List<String> columns, Map<String,Object> columnProperties, Map<String,Object> options)
id
- the live table idcolumns
- the list of live table columnscolumnProperties
- the column propertiesoptions
- the live table optionspublic String getId()
public void setId(String id)
id
- the new live table idpublic void setColumns(List<String> columns)
columns
- the new list of live table columnspublic Map<String,Object> getColumnProperties()
public void setColumnProperties(Map<String,Object> columnProperties)
columnProperties
- the new live table column propertiesCopyright © 2004–2022 XWiki. All rights reserved.