Package org.compiere.print
Class ReportEngine.ColumnInfo
- java.lang.Object
-
- org.compiere.print.ReportEngine.ColumnInfo
-
- Enclosing class:
- ReportEngine
public static class ReportEngine.ColumnInfo extends Object
store info of report column, now just use index to create css selector, but for later maybe will construct a complex class name- Author:
- hieplq
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
CSS_SELECTOR_TEMPLATE
-
Constructor Summary
Constructors Constructor Description ColumnInfo(int index, MPrintFormatItem formatItem)
-
-
-
Field Detail
-
CSS_SELECTOR_TEMPLATE
protected static String CSS_SELECTOR_TEMPLATE
-
-
Constructor Detail
-
ColumnInfo
public ColumnInfo(int index, MPrintFormatItem formatItem)
-
-
Method Detail
-
getCssSelector
public String getCssSelector()
-
-