Uses of Enum Class
eu.webtoolkit.jwt.Overflow
-
Uses of Overflow in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionstatic Overflow
Returns the enum constant of this class with the specified name.static Overflow[]
Overflow.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
WContainerWidget.setOverflow
(Overflow value) Sets how overflow of contained children must be handled.final void
WContainerWidget.setOverflow
(Overflow value, Orientation orientatio, Orientation... orientation) Sets how overflow of contained children must be handled.void
WContainerWidget.setOverflow
(Overflow value, EnumSet<Orientation> orientation) Sets how overflow of contained children must be handled.final void
WTableView.setOverflow
(Overflow overflow) set css overflowfinal void
WTableView.setOverflow
(Overflow overflow, Orientation orientatio, Orientation... orientation) set css overflowvoid
WTableView.setOverflow
(Overflow overflow, EnumSet<Orientation> orientation) set css overflowfinal void
WTabWidget.setOverflow
(Overflow value) Sets how overflow of contained children must be handled.final void
WTabWidget.setOverflow
(Overflow value, Orientation orientatio, Orientation... orientation) Sets how overflow of contained children must be handled.void
WTabWidget.setOverflow
(Overflow value, EnumSet<Orientation> orientation) Sets how overflow of contained children must be handled.