Uses of Class
org.apache.pivot.util.CalendarDate
-
Packages that use CalendarDate Package Description org.apache.pivot.util Contains a collection of common utility classes.org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of CalendarDate in org.apache.pivot.util
Fields in org.apache.pivot.util declared as CalendarDate Modifier and Type Field Description CalendarDateCalendarDate.Range. endCalendarDateCalendarDate.Range. startMethods in org.apache.pivot.util that return CalendarDate Modifier and Type Method Description CalendarDateCalendarDate. add(int days)Adds the specified number of days to this calendar date and returns the resulting calendar date.CalendarDateCalendarDate. addMonths(int months)Adds the specified number of months to this calendar date and returns the resulting calendar date.CalendarDateCalendarDate. addYears(int years)Adds the specified number of years to this calendar date and returns the resulting calendar date.static CalendarDateCalendarDate. decode(java.lang.String value)Creates a new date representing the specified date string.Methods in org.apache.pivot.util with parameters of type CalendarDate Modifier and Type Method Description intCalendarDate. compareTo(CalendarDate calendarDate)Compares this calendar date with another calendar date.booleanCalendarDate.Range. contains(CalendarDate calendarDate)intCalendarDate. subtract(CalendarDate calendarDate)Gets the number of days in between this calendar date and the specified calendar date.Constructors in org.apache.pivot.util with parameters of type CalendarDate Constructor Description Range(CalendarDate calendarDate)Range(CalendarDate start, CalendarDate end) -
Uses of CalendarDate in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return CalendarDate Modifier and Type Method Description CalendarDateCalendar. getSelectedDate()CalendarDateCalendarButton. getSelectedDate()Returns the currently selected date.CalendarDateCalendar.SelectedDateBindMapping. toDate(java.lang.Object value)Converts a context value to a calendar date.Methods in org.apache.pivot.wtk that return types with arguments of type CalendarDate Modifier and Type Method Description Filter<CalendarDate>Calendar. getDisabledDateFilter()Filter<CalendarDate>CalendarButton. getDisabledDateFilter()Methods in org.apache.pivot.wtk with parameters of type CalendarDate Modifier and Type Method Description voidCalendarButtonSelectionListener.Listeners. selectedDateChanged(CalendarButton calendarButton, CalendarDate previousSelectedDate)voidCalendarButtonSelectionListener. selectedDateChanged(CalendarButton calendarButton, CalendarDate previousSelectedDate)Called when a calendar button's selected date has changed.voidCalendarSelectionListener.Listeners. selectedDateChanged(Calendar calendar, CalendarDate previousSelectedDate)voidCalendarSelectionListener. selectedDateChanged(Calendar calendar, CalendarDate previousSelectedDate)Called when a calendar's selected date has changed.voidCalendar. setSelectedDate(CalendarDate selectedDate)Sets the currently selected date.voidCalendarButton. setSelectedDate(CalendarDate selectedDate)Sets the selected date.java.lang.ObjectCalendar.SelectedDateBindMapping. valueOf(CalendarDate calendarDate)Converts a calendar date to a context value.Method parameters in org.apache.pivot.wtk with type arguments of type CalendarDate Modifier and Type Method Description voidCalendarButtonListener.Adapter. disabledDateFilterChanged(CalendarButton calendarButton, Filter<CalendarDate> previousDisabledDateFilter)Deprecated.default voidCalendarButtonListener. disabledDateFilterChanged(CalendarButton calendarButton, Filter<CalendarDate> previousDisabledDateFilter)Called when a calendar button's disabled date filter has changed.voidCalendarButtonListener.Listeners. disabledDateFilterChanged(CalendarButton calendarButton, Filter<CalendarDate> previousDisabledDateFilter)voidCalendarListener.Adapter. disabledDateFilterChanged(Calendar calendar, Filter<CalendarDate> previousDisabledDateFilter)Deprecated.default voidCalendarListener. disabledDateFilterChanged(Calendar calendar, Filter<CalendarDate> previousDisabledDateFilter)Called when a calendar's disabled date filter has changed.voidCalendarListener.Listeners. disabledDateFilterChanged(Calendar calendar, Filter<CalendarDate> previousDisabledDateFilter)voidCalendar. setDisabledDateFilter(Filter<CalendarDate> disabledDateFilter)voidCalendarButton. setDisabledDateFilter(Filter<CalendarDate> disabledDateFilter) -
Uses of CalendarDate in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content that return CalendarDate Modifier and Type Method Description CalendarDateCalendarDateSpinnerData. get(int index)Gets the calendar date at the specified index.Methods in org.apache.pivot.wtk.content that return types with arguments of type CalendarDate Modifier and Type Method Description java.util.Comparator<CalendarDate>CalendarDateSpinnerData. getComparator()Gets the comparator for this list, which is guaranteed to always benull.ListenerList<ListListener<CalendarDate>>CalendarDateSpinnerData. getListListeners()java.util.Iterator<CalendarDate>CalendarDateSpinnerData. iterator()Methods in org.apache.pivot.wtk.content with parameters of type CalendarDate Modifier and Type Method Description intCalendarDateSpinnerData. indexOf(CalendarDate item)Method parameters in org.apache.pivot.wtk.content with type arguments of type CalendarDate Modifier and Type Method Description voidCalendarDateSpinnerData. setComparator(java.util.Comparator<CalendarDate> comparator)ThrowsUnsupportedOperationExceptionbecause the generated data is inherently in date order, thus sorting makes no sense.Constructors in org.apache.pivot.wtk.content with parameters of type CalendarDate Constructor Description CalendarDateSpinnerData(CalendarDate lowerBound, CalendarDate upperBound)Creates a newCalendarDateSpinnerDatabounded by the specified calendar dates (inclusive). -
Uses of CalendarDate in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type CalendarDate Modifier and Type Method Description voidCalendarButtonSkin. selectedDateChanged(CalendarButton calendarButton, CalendarDate previousSelectedDate)Method parameters in org.apache.pivot.wtk.skin with type arguments of type CalendarDate Modifier and Type Method Description voidCalendarButtonSkin. disabledDateFilterChanged(CalendarButton calendarButton, Filter<CalendarDate> previousDisabledDateFilter) -
Uses of CalendarDate in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type CalendarDate Modifier and Type Method Description voidTerraCalendarSkin. selectedDateChanged(Calendar calendar, CalendarDate previousSelectedDate)Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type CalendarDate Modifier and Type Method Description voidTerraCalendarSkin. disabledDateFilterChanged(Calendar calendar, Filter<CalendarDate> previousDisabledDateFilter)
-