Uses of Class
com.vaadin.classic.v8.server.Sizeable.Unit
-
Packages that use Sizeable.Unit Package Description com.vaadin.classic.v8.server com.vaadin.classic.v8.ui -
-
Uses of Sizeable.Unit in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server that return Sizeable.Unit Modifier and Type Method Description Sizeable.UnitSizeable. getHeightUnits()Gets the height property units.Sizeable.UnitSizeWithUnit. getUnit()Returns the unit stored in this object.static Sizeable.UnitSizeable.Unit. getUnitFromSymbol(java.lang.String symbol)Sizeable.UnitSizeable. getWidthUnits()Gets the width property units.static Sizeable.UnitSizeable.Unit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Sizeable.Unit[]Sizeable.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.classic.v8.server with parameters of type Sizeable.Unit Modifier and Type Method Description static SizeWithUnitSizeWithUnit. parseStringSize(java.lang.String s, Sizeable.Unit defaultUnit)Returns an object whose numeric value and unit are taken from the string s.voidSizeable. setHeight(float height, Sizeable.Unit unit)Sets the height of the object.voidSizeable. setWidth(float width, Sizeable.Unit unit)Sets the width of the object.Constructors in com.vaadin.classic.v8.server with parameters of type Sizeable.Unit Constructor Description SizeWithUnit(float size, Sizeable.Unit unit)Constructs a new SizeWithUnit object representing the pair (size, unit). -
Uses of Sizeable.Unit in com.vaadin.classic.v8.ui
Methods in com.vaadin.classic.v8.ui that return Sizeable.Unit Modifier and Type Method Description Sizeable.UnitAbsoluteLayout.ComponentPosition. getBottomUnits()Gets the unit for the 'bottom' attribute.Sizeable.UnitAbstractComponent. getHeightUnits()Sizeable.UnitLabel. getHeightUnits()Sizeable.UnitAbsoluteLayout.ComponentPosition. getLeftUnits()Gets the unit for the 'left' attribute.Sizeable.UnitAbsoluteLayout.ComponentPosition. getRightUnits()Gets the unit for the 'right' attribute.Sizeable.UnitAbsoluteLayout.ComponentPosition. getTopUnits()Gets the unit for the 'top' attribute.Sizeable.UnitAbstractComponent. getWidthUnits()Sizeable.UnitLabel. getWidthUnits()Methods in com.vaadin.classic.v8.ui with parameters of type Sizeable.Unit Modifier and Type Method Description voidAbsoluteLayout.ComponentPosition. setBottom(java.lang.Float bottomValue, Sizeable.Unit bottomUnits)Sets the 'bottom' attribute; distance from the bottom of the component to the bottom edge of the layout.voidAbsoluteLayout.ComponentPosition. setBottomUnits(Sizeable.Unit bottomUnits)Sets the unit for the 'bottom' attribute.voidAbstractComponent. setHeight(float height, Sizeable.Unit unit)voidAbstractComponentContainer. setHeight(float height, Sizeable.Unit unit)voidAbstractSingleComponentContainer. setHeight(float height, Sizeable.Unit unit)voidLabel. setHeight(float height, Sizeable.Unit unit)voidAbsoluteLayout.ComponentPosition. setLeft(java.lang.Float leftValue, Sizeable.Unit leftUnits)Sets the 'left' attribute; distance from the left of the component to the left edge of the layout.voidAbsoluteLayout.ComponentPosition. setLeftUnits(Sizeable.Unit leftUnits)Sets the unit for the 'left' attribute.voidAbsoluteLayout.ComponentPosition. setRight(java.lang.Float rightValue, Sizeable.Unit rightUnits)Sets the 'right' attribute; distance from the right of the component to the right edge of the layout.voidAbsoluteLayout.ComponentPosition. setRightUnits(Sizeable.Unit rightUnits)Sets the unit for the 'right' attribute.voidAbsoluteLayout.ComponentPosition. setTop(java.lang.Float topValue, Sizeable.Unit topUnits)Sets the 'top' attribute; distance from the top of the component to the top edge of the layout.voidAbsoluteLayout.ComponentPosition. setTopUnits(Sizeable.Unit topUnits)Sets the unit for the 'top' attribute.voidAbstractComponent. setWidth(float width, Sizeable.Unit unit)voidAbstractComponentContainer. setWidth(float width, Sizeable.Unit unit)voidAbstractSingleComponentContainer. setWidth(float width, Sizeable.Unit unit)voidLabel. setWidth(float width, Sizeable.Unit unit)
-