|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xhtmlrenderer.newtable.ColumnData
public class ColumnData
Instances of this class are effective columns in the table grid. Table columns are managed in terms of effective columns which ensures that only the minimum number of columns necessary to manage the grid are created. For example, a table cell with colspan="1000" will only create a single effective column unless there are other table cells in other rows which force the column to be split.
Constructor Summary | |
---|---|
ColumnData()
|
Method Summary | |
---|---|
int |
getSpan()
|
void |
setSpan(int span)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnData()
Method Detail |
---|
public int getSpan()
public void setSpan(int span)
|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |