Uses of Class
com.vaadin.classic.v8.server.SizeWithUnit
-
Packages that use SizeWithUnit Package Description com.vaadin.classic.v8.server com.vaadin.classic.v8.ui -
-
Uses of SizeWithUnit in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server that return SizeWithUnit Modifier and Type Method Description static SizeWithUnitSizeWithUnit. parseStringSize(java.lang.String s)Returns an object whose numeric value and unit are taken from the string s.static SizeWithUnitSizeWithUnit. parseStringSize(java.lang.String s, Sizeable.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 SizeWithUnit Modifier and Type Method Description protected 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)
-