Uses of Enum
com.example.breeze_seas.TicketTabMapper.TicketTab
-
Uses of TicketTabMapper.TicketTab in com.example.breeze_seas
Methods in com.example.breeze_seas that return TicketTabMapper.TicketTabModifier and TypeMethodDescriptionstatic TicketTabMapper.TicketTabTicketTabMapper.mapToTab(TicketTabMapper.TicketState state) Maps a ticket state to the Tickets tab where it should appear.static TicketTabMapper.TicketTabReturns the enum constant of this type with the specified name.static TicketTabMapper.TicketTab[]TicketTabMapper.TicketTab.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.example.breeze_seas with parameters of type TicketTabMapper.TicketTabModifier and TypeMethodDescriptionstatic List<TicketTabMapper.TicketState> TicketTabMapper.filterStatesForTab(List<TicketTabMapper.TicketState> states, TicketTabMapper.TicketTab tab) Filters a list of ticket states down to only those that belong to the requested tab.