Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
book-of-vaadin.pdf
Скачиваний:
88
Добавлен:
24.03.2015
Размер:
13.43 Mб
Скачать

User Interface Components

Figure 5.33. Example of the InlineDateField

The user can also navigate the calendar using the cursor keys.

CSS Style Rules

.v-datefield {}

.v-datefield-calendarpanel {}

.v-datefield-calendarpanel-header {}

.v-datefield-calendarpanel-prevyear {}

.v-datefield-calendarpanel-prevmonth {}

.v-datefield-calendarpanel-month {}

.v-datefield-calendarpanel-nextmonth {}

.v-datefield-calendarpanel-nextyear {}

.v-datefield-calendarpanel-body {}

.v-datefield-calendarpanel-weekdays,

.v-datefield-calendarpanel-weeknumbers {}

.v-first {}

.v-last {}

.v-datefield-calendarpanel-weeknumber {}

.v-datefield-calendarpanel-day {}

.v-datefield-calendarpanel-time {}

.v-datefield-time {}

.v-select {}

.v-label {}

The top-level element has the v-datefield style. In addition, the top-level element has a style name that indicates the resolution of the calendar, with v-datefield- basename and an extension, which is one of full, day, month, or year.The -full style is enabled when the resolution is smaller than a day.

The v-datefield-calendarpanel-weeknumbers and v-datefield-calendarpanel-weeknumber styles are enabled when the week numbers are enabled. The former controls the appearance of the weekday header and the latter the actual week numbers.

The other style names should be self-explanatory. For weekdays, the v-first and v-last styles allow making rounded endings for the weekday bar.

5.11.3. Time Resolution

The DateField displays dates by default. It can also display the time in hours and minutes, or just the month or year. The visibility of the input components is controlled by time resolution, which can be set with setResolution() method. The method takes as its parameters the lowest visible component, typically DateField.Resolution.DAY for just dates and DateField.Resolution.MIN for dates with time in hours and minutes. Please see the API Reference for the complete list of resolution parameters.

124

Time Resolution

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]