|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hlcl.rql.hip.as.HierarchyTableColumnCalculator
public class HierarchyTableColumnCalculator
Constructor Summary | |
---|---|
HierarchyTableColumnCalculator(int[] deepnesses,
int maxPhysicalColumns)
Constructor |
Method Summary | |
---|---|
int |
getColspan(int rowIndex)
Liefert für die gegebenen Zeile zurück, welches colspan gesetzt werden muss. |
int |
getRowspan(int rowIndex)
Liefert für die gegebenen Zeile zurück, ob ein zusätzliches TD mit rowspan erforderlich ist. |
int |
size()
Liefert die max Anzahl von Zeilen. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HierarchyTableColumnCalculator(int[] deepnesses, int maxPhysicalColumns)
deepnesses
- the array with the deepness from page structure <= 0maxPhysicalColumns
- the smallest value in deepnessesMethod Detail |
---|
public int getRowspan(int rowIndex)
public int getColspan(int rowIndex)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |