Class Columns
java.lang.Object
org.bgerp.plugin.report.model.Columns
List of report's columns
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Columns
-
-
Method Details
-
size
public int size()Quantity of all columns- Returns:
- the quantity of all columns
-
getVisibleColumns
-
get
Column by ID- Parameters:
id-- Returns:
- the column
- Throws:
IllegalArgumentException- - if no column found
-
getByIndex
-
getIndex
Column index by ID- Parameters:
id-- Returns:
- the column index
- Throws:
IllegalArgumentException- - if no column found
-