Class HeaderToolbarElementJsonHandler.GroupInfo
- java.lang.Object
-
- net.sf.jasperreports.interactivity.headertoolbar.json.HeaderToolbarElementJsonHandler.GroupInfo
-
- Enclosing class:
- HeaderToolbarElementJsonHandler
public static class HeaderToolbarElementJsonHandler.GroupInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_GROUP_HEADING
static String
TYPE_GROUP_SUBTOTAL
static String
TYPE_TABLE_TOTAL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addForColumn(Integer index)
List<Integer>
getForColumns()
String
getName()
String
getType()
-
-
-
Field Detail
-
TYPE_GROUP_HEADING
public static final String TYPE_GROUP_HEADING
- See Also:
- Constant Field Values
-
TYPE_GROUP_SUBTOTAL
public static final String TYPE_GROUP_SUBTOTAL
- See Also:
- Constant Field Values
-
TYPE_TABLE_TOTAL
public static final String TYPE_TABLE_TOTAL
- See Also:
- Constant Field Values
-
-