Package | Description |
---|---|
com.github.lgooddatepicker.components | |
com.github.lgooddatepicker.zinternaltools |
Modifier and Type | Method and Description |
---|---|
DateVetoPolicy |
DatePickerSettings.getVetoPolicy()
getVetoPolicy, This returns the veto policy or null.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DatePickerSettings.setVetoPolicy(DateVetoPolicy vetoPolicy)
setVetoPolicy,
This sets a veto policy for the parent DatePicker or parent independent CalendarPanel.
|
Modifier and Type | Class and Description |
---|---|
class |
DateVetoPolicyMinimumMaximumDate
DateVetoPolicyMinimumMaximumDate, This class implements a veto policy that can set a minimum and
a maximum value for the dates allowed in a DatePicker or a CalendarPanel.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
InternalUtilities.isDateVetoed(DateVetoPolicy policy,
LocalDate date)
isDateVetoed, This is a convenience function for checking whether or not a particular date is
vetoed.
|
Copyright © 2017. All rights reserved.