IMPLTYPE - Implementation typepublic interface IPLHasRowBorder<IMPLTYPE extends IPLHasRowBorder<IMPLTYPE>> extends IPLObject<IMPLTYPE>
| Modifier and Type | Method and Description |
|---|---|
BorderSpec |
getRowBorder()
Get the border around each contained row.
|
IMPLTYPE |
setRowBorder(BorderSpec aRowBorder)
Set the border around each contained row.
|
default IMPLTYPE |
setRowBorder(BorderStyleSpec aBorder)
Set the border around each contained row.
|
default IMPLTYPE |
setRowBorder(BorderStyleSpec aBorderY,
BorderStyleSpec aBorderX)
Set the border around each contained row.
|
default IMPLTYPE |
setRowBorder(BorderStyleSpec aBorderTop,
BorderStyleSpec aBorderRight,
BorderStyleSpec aBorderBottom,
BorderStyleSpec aBorderLeft)
Set the border around each contained row.
|
default IMPLTYPE |
setRowBorderBottom(BorderStyleSpec aBorder)
Set the bottom border value around each contained row.
|
default IMPLTYPE |
setRowBorderLeft(BorderStyleSpec aBorder)
Set the left border value around each contained row.
|
default IMPLTYPE |
setRowBorderRight(BorderStyleSpec aBorder)
Set the right border value around each contained row.
|
default IMPLTYPE |
setRowBorderTop(BorderStyleSpec aBorder)
Set the top border value around each contained row.
|
getAsSplittable, getDebugID, isSplittable@Nonnull default IMPLTYPE setRowBorder(@Nullable BorderStyleSpec aBorder)
aBorder - The border style to use. May be null.@Nonnull default IMPLTYPE setRowBorder(@Nullable BorderStyleSpec aBorderY, @Nullable BorderStyleSpec aBorderX)
aBorderY - The border to set for top and bottom. Maybe null.aBorderX - The border to set for left and right. Maybe null.@Nonnull default IMPLTYPE setRowBorder(@Nullable BorderStyleSpec aBorderTop, @Nullable BorderStyleSpec aBorderRight, @Nullable BorderStyleSpec aBorderBottom, @Nullable BorderStyleSpec aBorderLeft)
aBorderTop - The border to set for top. Maybe null.aBorderRight - The border to set for right. Maybe null.aBorderBottom - The border to set for bottom. Maybe null.aBorderLeft - The border to set for left. Maybe null.@Nonnull IMPLTYPE setRowBorder(@Nonnull BorderSpec aRowBorder)
aRowBorder - The border to set. May not be null.@Nonnull default IMPLTYPE setRowBorderTop(@Nullable BorderStyleSpec aBorder)
aBorder - The value to use. May be null.@Nonnull default IMPLTYPE setRowBorderRight(@Nullable BorderStyleSpec aBorder)
aBorder - The value to use. May be null.@Nonnull default IMPLTYPE setRowBorderBottom(@Nullable BorderStyleSpec aBorder)
aBorder - The value to use. May be null.@Nonnull default IMPLTYPE setRowBorderLeft(@Nullable BorderStyleSpec aBorder)
aBorder - The value to use. May be null.@Nonnull BorderSpec getRowBorder()
BorderSpec.BORDER0 which means no border is used.null.Copyright © 2014–2016 Philip Helger. All rights reserved.