Uses of Enum Class
io.github.tonywasher.joceanus.oceanus.date.OceanusDatePeriod
Packages that use OceanusDatePeriod
Package
Description
Package that provides a view of a date as simply a day, with no time information.
Button API.
Button Core.
-
Uses of OceanusDatePeriod in io.github.tonywasher.joceanus.oceanus.date
Methods in io.github.tonywasher.joceanus.oceanus.date that return OceanusDatePeriodModifier and TypeMethodDescriptionOceanusDateRangeState.getPeriod()Get the DatePeriod.static OceanusDatePeriodReturns the enum constant of this class with the specified name.static OceanusDatePeriod[]OceanusDatePeriod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.oceanus.date with parameters of type OceanusDatePeriodModifier and TypeMethodDescriptionvoidOceanusDate.adjustBackwardByPeriod(OceanusDatePeriod pPeriod) Adjust the date by a period in a backward direction.voidOceanusDate.adjustForwardByPeriod(OceanusDatePeriod pPeriod) Adjust the date by a period in a forward direction.protected static OceanusBundleIdOceanusDateResource.getKeyForPeriod(OceanusDatePeriod pPeriod) Obtain key for period.voidOceanusDateRangeState.setPeriod(OceanusDatePeriod pPeriod) Set new Period.voidOceanusDate.startPeriod(OceanusDatePeriod pPeriod) Adjust the date to the start of the period. -
Uses of OceanusDatePeriod in io.github.tonywasher.joceanus.tethys.api.button
Methods in io.github.tonywasher.joceanus.tethys.api.button with parameters of type OceanusDatePeriodModifier and TypeMethodDescriptionvoidTethysUIDateRangeSelector.setPeriod(OceanusDatePeriod pPeriod) Set period. -
Uses of OceanusDatePeriod in io.github.tonywasher.joceanus.tethys.core.button
Methods in io.github.tonywasher.joceanus.tethys.core.button with parameters of type OceanusDatePeriodModifier and TypeMethodDescriptionvoidTethysUICoreDateRangeSelector.setPeriod(OceanusDatePeriod pPeriod)