public class CellDecorationsLayer extends SegmentDecorator
GridLinesLayer
. Deprecated: use SegmentDecorator
instead.Constructor and Description |
---|
CellDecorationsLayer(RadCalendarView owner)
Creates an instance of the
CellDecorationsLayer class. |
Modifier and Type | Method and Description |
---|---|
void |
addDecorationForCell(CalendarCell cell)
Deprecated.
|
void |
addDecorationForCell(int layerId,
CalendarCell cell)
Deprecated.
|
void |
addDecorationForCell(int left,
int top,
int right,
int bottom)
Deprecated.
|
void |
addDecorationForCell(int layerId,
int left,
int top,
int right,
int bottom)
Deprecated.
|
void |
removeDecorationForCell(int layerId,
int left,
int top,
int right,
int bottom)
Deprecated.
|
clearDecorations, renderLayer, setStrokeWidth, toggleDecorationForCell, toggleDecorationForCell, toggleDecorationForCell
getColor, getStrokeWidth, render, setColor, toggleDecorationForCell
public CellDecorationsLayer(RadCalendarView owner)
CellDecorationsLayer
class.owner
- the current calendar instance owning the element.public void addDecorationForCell(CalendarCell cell)
Decorator.toggleDecorationForCell(com.telerik.widget.calendar.CalendarCell)
instead.cell
- the cell to be decorated.public void addDecorationForCell(int layerId, CalendarCell cell)
SegmentDecorator.toggleDecorationForCell(CalendarCell, int)
instead.layerId
- the id of the layer that will store the decoration.cell
- the cell to be decorated.public void addDecorationForCell(int left, int top, int right, int bottom)
SegmentDecorator.toggleDecorationForCell(int, int, int, int)
instead.left
- the left border.top
- the top border.right
- the right border.bottom
- the bottom border.public void addDecorationForCell(int layerId, int left, int top, int right, int bottom)
SegmentDecorator.toggleDecorationForCell(int, int, int, int, int)
layerId
- the id of the layer that will store the decoration.left
- the left border.top
- the top border.right
- the right border.bottom
- the bottom border.public void removeDecorationForCell(int layerId, int left, int top, int right, int bottom)
SegmentDecorator.toggleDecorationForCell(int, int, int, int, int)
layerId
- the id of the layer that will store the decoration.left
- the left border.top
- the top border.right
- the right border.bottom
- the bottom border.