Uses of Enum Class
org.vaadin.addons.joelpop.appheadroom.ui.component.AppHeadroom.Orientation
-
Uses of AppHeadroom.Orientation in org.vaadin.addons.joelpop.appheadroom.ui.component
Subclasses with type arguments of type AppHeadroom.Orientation in org.vaadin.addons.joelpop.appheadroom.ui.componentModifier and TypeClassDescriptionstatic enumViewport orientation, used byAppHeadroom.setActivationPredicate(SerializableBiPredicate).Methods in org.vaadin.addons.joelpop.appheadroom.ui.component that return AppHeadroom.OrientationModifier and TypeMethodDescriptionstatic AppHeadroom.OrientationReturns the enum constant of this class with the specified name.static AppHeadroom.Orientation[]AppHeadroom.Orientation.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.OrientationModifier 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.