Package | Description |
---|---|
zul.db |
The date related widgets, such as datebox and calendar.
|
Modifier and Type | Method and Description |
---|---|
static void |
Renderer.beforeRedraw(Calendar cal)
Called before
Widget.redraw(_global_.Array) is invoked. |
static String |
Renderer.cellAriaLabel(Calendar cal,
int y,
int m,
int day,
int monthofs,
int dayofweek)
Returns the label of a date cell.
|
static String |
Renderer.cellHTML(Calendar cal,
int y,
int m,
int day,
int monthofs)
Returns the HTML fragment representing a day cell.
|
static void |
Renderer.dayView(Calendar wgt,
Array out,
Map localizedSymbols)
Renderer the dayView for this calendar
|
static void |
Renderer.decadeView(Calendar wgt,
Array out,
Map localizedSymbols)
Renderer the decadeView for this calendar
|
static boolean |
Renderer.disabled(Calendar cal,
int y,
int m,
int v,
Date today)
Tests if the specified date is disabled.
|
static String |
Renderer.labelOfWeekOfYear(Calendar wgt,
int the,
Map localizedSymbols)
Generates the label of the week of year.
|
static void |
Renderer.monthView(Calendar wgt,
Array out,
Map localizedSymbols)
Renderer the monthView for this calendar
|
static void |
Renderer.titleHTML(Calendar wgt,
Array out,
Map localizedSymbols)
Generates the title of the content HTML.
|
static String |
Renderer.titleOfWeekOfYear(Calendar wgt)
Generates the title of the week of year.
|
static void |
Renderer.todayView(Calendar wgt,
Array out,
Map localizedSymbols)
Renderer the today link for this calendar
|
static void |
Renderer.yearView(Calendar wgt,
Array out,
Map localizedSymbols)
Renderer the yearView for this calendar
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.