|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InlineDatePicker | |
---|---|
org.odlabs.wiquery.ui.datepicker |
Uses of InlineDatePicker in org.odlabs.wiquery.ui.datepicker |
---|
Methods in org.odlabs.wiquery.ui.datepicker that return InlineDatePicker | |
---|---|
InlineDatePicker<T> |
InlineDatePicker.setAltField(String altField)
The jQuery selector for another field that is to be updated with the selected date from the datepicker. |
InlineDatePicker<T> |
InlineDatePicker.setAltFormat(String altFormat)
The dateFormat to be used for the altField option. |
InlineDatePicker<T> |
InlineDatePicker.setAppendText(String appendText)
Set's the text to display after each date field, e.g. |
InlineDatePicker<T> |
InlineDatePicker.setAutoSize(boolean autoSize)
Set to true to automatically resize the input field to accomodate dates in the current dateFormat. |
InlineDatePicker<T> |
InlineDatePicker.setBeforeShowDayEvent(JsScopeUiDatePickerEvent beforeShowDay)
The function takes a date as a parameter and must return an array with [0] equal to true/false indicating whether or not this date is selectable, [1] equal to a CSS class name(s) or '' for the default presentation and [2] an optional popup tooltip for this date. |
InlineDatePicker<T> |
InlineDatePicker.setBeforeShowEvent(JsScopeUiEvent beforeShow)
Set's the callback before the datepicker is displayed. |
InlineDatePicker<T> |
InlineDatePicker.setButtonImage(String buttonImage)
Set's URL for the popup button image. |
InlineDatePicker<T> |
InlineDatePicker.setButtonImageOnly(boolean buttonImageOnly)
Set to true to place an image after the field to use as the trigger without it appearing on a button. |
InlineDatePicker<T> |
InlineDatePicker.setButtonText(String buttonText)
Set's the text to display on the trigger button. |
InlineDatePicker<T> |
InlineDatePicker.setCalculateWeek(JsScope calculateWeek)
A function to calculate the week of the year for a given date. |
InlineDatePicker<T> |
InlineDatePicker.setChangeMonth(boolean changeMonth)
Sets if the date's month is selectable in a drop down list or not. |
InlineDatePicker<T> |
InlineDatePicker.setChangeYear(boolean changeYear)
Sets if the date's year is selectable in a drop down list or not. |
InlineDatePicker<T> |
InlineDatePicker.setCloseText(String closeText)
Set's the text to display for the close link. |
InlineDatePicker<T> |
InlineDatePicker.setConstrainInput(boolean constrainInput)
True if the input field is constrained to the current date format. |
InlineDatePicker<T> |
InlineDatePicker.setCurrentText(String currentText)
Set's the text to display for the current day link. |
InlineDatePicker<T> |
InlineDatePicker.setDateFormat(String dateFormat)
Sets the ISO date format to use. |
InlineDatePicker<T> |
InlineDatePicker.setDayNames(ArrayOfDayNames dayNames)
Set's the list of long day names, starting from Sunday, for use as requested via the dateFormat setting. |
InlineDatePicker<T> |
InlineDatePicker.setDayNamesMin(ArrayOfDayNames dayNamesMin)
Set's the list of minimised day names, starting from Sunday, for use as column headers within the datepicker. |
InlineDatePicker<T> |
InlineDatePicker.setDayNamesShort(ArrayOfDayNames dayNamesShort)
Set's the list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat setting. |
InlineDatePicker<T> |
InlineDatePicker.setDefaultDate(DateOption defaultDate)
Set the date to highlight on first opening if the field is blank. |
InlineDatePicker<T> |
InlineDatePicker.setDisabled(boolean disabled)
Disables (true) or enables (false) the datepicker. |
InlineDatePicker<T> |
InlineDatePicker.setDuration(DatePickerDuration duration)
Control the speed at which the datepicker appears, it may be a time in milliseconds, a string representing one of the three predefined speeds ("slow", "normal", "fast"), or '' for immediately. |
InlineDatePicker<T> |
InlineDatePicker.setFirstDay(short firstDay)
Sets the calendar's starting day. |
InlineDatePicker<T> |
InlineDatePicker.setGotoCurrent(boolean gotoCurrent)
If true, the current day link moves to the currently selected date instead of today. |
InlineDatePicker<T> |
InlineDatePicker.setHideIfNoPrevNext(boolean hideIfNoPrevNext)
Normally the previous and next links are disabled when not applicable (see minDate/maxDate). |
InlineDatePicker<T> |
InlineDatePicker.setIsRTL(boolean isRTL)
True if the current language is drawn from right to left. |
InlineDatePicker<T> |
InlineDatePicker.setMaxDate(DateOption maxDate)
Set a maximum selectable date via a Date object, or a number of days from today (e.g. |
InlineDatePicker<T> |
InlineDatePicker.setMinDate(DateOption minDate)
Set a minimum selectable date via a Date object, or a number of days from today (e.g. |
InlineDatePicker<T> |
InlineDatePicker.setMonthNames(ArrayOfMonthNames monthNames)
Set's the list of full month names, as used in the month header on each datepicker and as requested via the dateFormat setting. |
InlineDatePicker<T> |
InlineDatePicker.setMonthNamesShort(ArrayOfMonthNames monthNamesShort)
Set's the list of abbreviated month names, for use as requested via the dateFormat setting. |
InlineDatePicker<T> |
InlineDatePicker.setNavigationAsDateFormat(boolean navigationAsDateFormat)
When true the formatDate function is applied to the prevText, nextText, and currentText values before display, allowing them to display the target month names for example. |
InlineDatePicker<T> |
InlineDatePicker.setNextText(String nextText)
Set's the text to display for the next month link. |
InlineDatePicker<T> |
InlineDatePicker.setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
Sets the number of months displayed on the date picker. |
InlineDatePicker<T> |
InlineDatePicker.setOnChangeMonthYearEvent(JsScopeUiDatePickerOnChangeEvent onChangeMonthYear)
Allows you to define your own event when the datepicker moves to a new month and/or year. |
InlineDatePicker<T> |
InlineDatePicker.setOnCloseEvent(JsScopeUiDatePickerDateTextEvent onClose)
Allows you to define your own event when the datepicker is closed, whether or not a date is selected. |
InlineDatePicker<T> |
InlineDatePicker.setOnSelectEvent(JsScopeUiDatePickerDateTextEvent onSelect)
Allows you to define your own event when the datepicker is selected. |
InlineDatePicker<T> |
InlineDatePicker.setPrevText(String prevText)
Set's the text to display for the previous month link. |
InlineDatePicker<T> |
InlineDatePicker.setSelectOtherMonths(boolean selectOtherMonths)
When true days in other months shown before or after the current month are selectable. |
InlineDatePicker<T> |
InlineDatePicker.setShortYearCutoff(DatePickerShortYearCutOff shortYearCutoff)
Set the cutoff year for determining the century for a date |
InlineDatePicker<T> |
InlineDatePicker.setShowAnim(String showAnim)
Set the name of the animation used to show/hide the datepicker. |
InlineDatePicker<T> |
InlineDatePicker.setShowButtonPanel(boolean showButtonPanel)
Whether to show the button panel. |
InlineDatePicker<T> |
InlineDatePicker.setShowCurrentAtPos(short showCurrentAtPos)
Specify where in a multi-month display the current month shows, starting from 0 at the top/left. |
InlineDatePicker<T> |
InlineDatePicker.setShowMonthAfterYear(boolean showMonthAfterYear)
Whether to show the month after the year in the header. |
InlineDatePicker<T> |
InlineDatePicker.setShowOn(DatePicker.ShowOnEnum showOn)
Have the datepicker appear automatically when the field receives focus ('focus'), appear only when a button is clicked ('button'), or appear when either event takes place ('both'). |
InlineDatePicker<T> |
InlineDatePicker.setShowOptions(ListItemOptions<LiteralOption> showOptions)
If using one of the jQuery UI effects for showAnim, you can provide additional settings for that animation via this option. |
InlineDatePicker<T> |
InlineDatePicker.setShowOtherMonths(boolean showOtherMonths)
Sets if the next/previous months are showed in the calendar. |
InlineDatePicker<T> |
InlineDatePicker.setShowWeek(boolean showWeek)
When true a column is added to show the week of the year. |
InlineDatePicker<T> |
InlineDatePicker.setStepMonths(short stepMonths)
Sets the number of months stepped when the next/previous button are hit. |
InlineDatePicker<T> |
InlineDatePicker.setWeekHeader(String weekHeader)
The text to display for the week of the year column heading. |
InlineDatePicker<T> |
InlineDatePicker.setYearRange(DatePickerYearRange yearRange)
Sets the selectable year range. |
InlineDatePicker<T> |
InlineDatePicker.setYearSuffix(String yearSuffix)
Additional text to display after the year in the month headers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |