public class PilotTable extends Object implements XMLConvertible
| Constructor and Description |
|---|
PilotTable(String name,
String sourceCellRange,
String targetRange,
List<String> buttons,
List<PilotTableField> fields,
boolean showFilterButton,
boolean drillDownOnDoubleClick) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
static PilotTableBuilder |
builder(String name,
String sourceCellRange,
String targetRange,
List<String> buttons) |
public static PilotTableBuilder builder(String name, String sourceCellRange, String targetRange, List<String> buttons)
public void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
XMLConvertibleappendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if the style can't be addedCopyright © 2016–2021. All rights reserved.