org.apache.accumulo.server.monitor.util
public class Table extends Object
Constructor and Description |
---|
Table(String tableName,
String caption) |
Table(String tableName,
String caption,
String captionClass) |
Modifier and Type | Method and Description |
---|---|
<T> void |
addColumn(TableColumn<T> column) |
void |
addRow(Object... cells) |
void |
addRow(TableRow row) |
void |
addSortableColumn(String title) |
<T> void |
addSortableColumn(String title,
CellType<T> type,
String legend) |
void |
addUnsortableColumn(String title) |
<T> void |
addUnsortableColumn(String title,
CellType<T> type,
String legend) |
void |
generate(javax.servlet.http.HttpServletRequest req,
StringBuilder sb) |
TableRow |
prepareRow() |
void |
setSubCaption(String subcaption) |
public void setSubCaption(String subcaption)
public <T> void addColumn(TableColumn<T> column)
public <T> void addUnsortableColumn(String title, CellType<T> type, String legend)
public void addUnsortableColumn(String title)
public void addSortableColumn(String title)
public TableRow prepareRow()
public void addRow(TableRow row)
public void addRow(Object... cells)
public void generate(javax.servlet.http.HttpServletRequest req, StringBuilder sb)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.