Uses of Class
org.wicketstuff.jwicket.ui.datepicker.DatePicker.ShowAnim
-
-
Uses of DatePicker.ShowAnim in org.wicketstuff.jwicket.ui.datepicker
Methods in org.wicketstuff.jwicket.ui.datepicker that return DatePicker.ShowAnim Modifier and Type Method Description static DatePicker.ShowAnimDatePicker.ShowAnim. valueOf(String name)Returns the enum constant of this type with the specified name.static DatePicker.ShowAnim[]DatePicker.ShowAnim. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.jwicket.ui.datepicker with parameters of type DatePicker.ShowAnim Modifier and Type Method Description DatePickerDatePicker. setShowAnim(org.apache.wicket.ajax.AjaxRequestTarget target, DatePicker.ShowAnim value)DatePickerDatePicker. setShowAnim(DatePicker.ShowAnim value)Sets the 'showAnim' property for this DatePicker.
-