Uses of Enum Class
org.vaadin.addons.joelpop.appheadroom.ui.component.AppHeadroom.DeviceType
-
Uses of AppHeadroom.DeviceType in org.vaadin.addons.joelpop.appheadroom.ui.component
Subclasses with type arguments of type AppHeadroom.DeviceType in org.vaadin.addons.joelpop.appheadroom.ui.componentModifier and TypeClassDescriptionstatic enumCoarse device category, used byAppHeadroom.setActivationPredicate(SerializableBiPredicate).Methods in org.vaadin.addons.joelpop.appheadroom.ui.component that return AppHeadroom.DeviceTypeModifier and TypeMethodDescriptionstatic AppHeadroom.DeviceTypeReturns the enum constant of this class with the specified name.static AppHeadroom.DeviceType[]AppHeadroom.DeviceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.vaadin.addons.joelpop.appheadroom.ui.component with type arguments of type AppHeadroom.DeviceTypeModifier and TypeMethodDescriptionAppHeadroom.setActivationPredicate(com.vaadin.flow.function.SerializableBiPredicate<AppHeadroom.DeviceType, AppHeadroom.Orientation> predicate) Sets the predicate that decides whether the headroom effect should be active, evaluated against this session's detectedAppHeadroom.DeviceTypeand currentAppHeadroom.Orientation.