public interface CalendarRenderingHandler
Modifier and Type | Method and Description |
---|---|
JComponent |
prepareRenderingComponent(JXMonthView monthView,
Calendar calendar,
CalendarState state)
Configures and returns a component for rendering of the given monthView cell.
|
void |
setLocale(Locale locale)
Updates internal state to the given Locale.
|
JComponent prepareRenderingComponent(JXMonthView monthView, Calendar calendar, CalendarState state)
monthView
- the JXMonthView to render ontocalendar
- the cell valuestate
- the DayState of the cellvoid setLocale(Locale locale)
locale
- the new Locale.Copyright © 2015. All rights reserved.