Uses of Interface
com.github.lgooddatepicker.optionalusertools.TimeVetoPolicy
Packages that use TimeVetoPolicy
-
Uses of TimeVetoPolicy in com.github.lgooddatepicker.components
Methods in com.github.lgooddatepicker.components that return TimeVetoPolicyModifier and TypeMethodDescriptionTimePickerSettings.getVetoPolicy()
getVetoPolicy, This returns the veto policy.Methods in com.github.lgooddatepicker.components with parameters of type TimeVetoPolicyModifier and TypeMethodDescriptionboolean
TimePickerSettings.setVetoPolicy
(TimeVetoPolicy vetoPolicy) setVetoPolicy, This sets a veto policy for the time picker. -
Uses of TimeVetoPolicy in com.github.lgooddatepicker.zinternaltools
Methods in com.github.lgooddatepicker.zinternaltools with parameters of type TimeVetoPolicyModifier and TypeMethodDescriptionstatic boolean
InternalUtilities.isTimeVetoed
(TimeVetoPolicy policy, LocalTime time)