Uses of Enum Class
com.appjars.utils.ScreenSize
Packages that use ScreenSize
-
Uses of ScreenSize in com.appjars.utils
Methods in com.appjars.utils that return ScreenSizeModifier and TypeMethodDescriptionstatic ScreenSizePresentationUtils.getScreenSize(int width, int height) Determines theScreenSizecategory based on the provided width and height.static ScreenSizeReturns the enum constant of this class with the specified name.static ScreenSize[]ScreenSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.appjars.utils with type arguments of type ScreenSizeModifier and TypeMethodDescriptionstatic voidPresentationUtils.subscribeWindowScreenSize(Consumer<ScreenSize> callback, com.vaadin.flow.component.UI ui) Subscribes to changes in the browser window's size and calls the specified callback with the updated screen size.