|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mapfish.print.config.layout.BorderConfig
org.mapfish.print.config.layout.CellConfig
org.mapfish.print.config.layout.CellException
public class CellException
Bean for configuring a cell's borders, paddings and background color. Includes the mean to put rules to specify to what cell this configuration applys.
See http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleServer#Tableconfiguration
| Nested Class Summary | |
|---|---|
static interface |
CellException.CoordMatcher
|
static class |
CellException.IntCoordMatcher
|
static class |
CellException.RegExpMatcher
|
| Field Summary |
|---|
| Fields inherited from class org.mapfish.print.config.layout.BorderConfig |
|---|
borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop |
| Constructor Summary | |
|---|---|
CellException()
|
|
| Method Summary | |
|---|---|
boolean |
matches(int row,
int col)
|
void |
setCol(java.lang.String col)
|
void |
setRow(java.lang.String row)
|
| Methods inherited from class org.mapfish.print.config.layout.CellConfig |
|---|
apply, getBackgroundColorVal, setAlign, setBackgroundColor, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setVertAlign |
| Methods inherited from class org.mapfish.print.config.layout.BorderConfig |
|---|
getBorderColorBottomVal, getBorderColorLeftVal, getBorderColorRightVal, getBorderColorTopVal, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellException()
| Method Detail |
|---|
public boolean matches(int row,
int col)
public void setRow(java.lang.String row)
public void setCol(java.lang.String col)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||