Interface CalendarRenderingHandler

    • Method Detail

      • prepareRenderingComponent

        javax.swing.JComponent prepareRenderingComponent​(JXMonthView monthView,
                                                         java.util.Calendar calendar,
                                                         CalendarState state)
        Configures and returns a component for rendering of the given monthView cell.
        Parameters:
        monthView - the JXMonthView to render onto
        calendar - the cell value
        state - the DayState of the cell
        Returns:
        a component configured for rendering the given cell
      • setLocale

        void setLocale​(java.util.Locale locale)
        Updates internal state to the given Locale. PENDING JW: ideally, the handler should be stateless and this method removed. Currently needed because there is no way to get the Locale from a Calendar.
        Parameters:
        locale - the new Locale.