Class TableAttribute.TableAttributeValue

java.lang.Object
org.mapfish.print.attribute.TableAttribute.TableAttributeValue
Enclosing class:
TableAttribute

public static final class TableAttribute.TableAttributeValue extends Object
The value of TableAttribute.
  • Field Details

    • columns

      public String[] columns
      The column configuration names for the table.
    • data

      public PArray[] data
      An array for each table row.
  • Constructor Details

    • TableAttributeValue

      public TableAttributeValue()