Uses of Class
com.vaadin.classic.v8.server.SizeWithUnit
Packages that use SizeWithUnit
-
Uses of SizeWithUnit in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server that return SizeWithUnitModifier and TypeMethodDescriptionstatic SizeWithUnitSizeWithUnit.parseStringSize(String s) Returns an object whose numeric value and unit are taken from the string s.static SizeWithUnitSizeWithUnit.parseStringSize(String s, com.vaadin.flow.component.Unit defaultUnit) Returns an object whose numeric value and unit are taken from the string s. -
Uses of SizeWithUnit in com.vaadin.classic.v8.ui
Methods in com.vaadin.classic.v8.ui with parameters of type SizeWithUnitModifier and TypeMethodDescriptionprotected voidAbstractComponent.doSetHeight(SizeWithUnit height) Internal method for reacting to height changes.protected voidAbstractOrderedLayout.doSetHeight(SizeWithUnit height) protected voidAbstractComponent.doSetWidth(SizeWithUnit width) Internal method for reacting to width changes.protected voidAbstractOrderedLayout.doSetWidth(SizeWithUnit width)