Uses of Class
com.vaadin.server.Sizeable.Unit
-
Packages that use Sizeable.Unit Package Description com.vaadin.server com.vaadin.ui -
-
Uses of Sizeable.Unit in com.vaadin.server
Fields in com.vaadin.server declared as Sizeable.Unit Modifier and Type Field Description static Sizeable.UnitSizeable. UNITS_CMDeprecated.As of 7.0, useCMinsteadstatic Sizeable.UnitSizeable. UNITS_EMDeprecated.As of 7.0, useEMinsteadstatic Sizeable.UnitSizeable. UNITS_EXDeprecated.As of 7.0, useEXinsteadstatic Sizeable.UnitSizeable. UNITS_INCHDeprecated.As of 7.0, useINCHinsteadstatic Sizeable.UnitSizeable. UNITS_MMDeprecated.As of 7.0, useMMinsteadstatic Sizeable.UnitSizeable. UNITS_PERCENTAGEDeprecated.As of 7.0, usePERCENTAGEinsteadstatic Sizeable.UnitSizeable. UNITS_PICASDeprecated.As of 7.0, usePICASinsteadstatic Sizeable.UnitSizeable. UNITS_PIXELSDeprecated.As of 7.0, usePIXELSinsteadstatic Sizeable.UnitSizeable. UNITS_POINTSDeprecated.As of 7.0, usePOINTSinsteadMethods in com.vaadin.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(String symbol)Sizeable.UnitSizeable. getWidthUnits()Gets the width property units.static Sizeable.UnitSizeable.Unit. valueOf(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.server with parameters of type Sizeable.Unit Modifier and Type Method Description static SizeWithUnitSizeWithUnit. parseStringSize(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.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.ui
Methods in com.vaadin.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.UnitComposite. getHeightUnits()Sizeable.UnitAbsoluteLayout.ComponentPosition. getLeftUnits()Gets the unit for the 'left' attribute.Sizeable.UnitAbstractSplitPanel. getMaxSplitPositionUnit()Returns the unit of the maximum position of the splitter.Sizeable.UnitAbstractSplitPanel. getMinSplitPositionUnit()Returns the unit of the minimum position of the splitter.Sizeable.UnitAbstractSplitPanel.SplitPositionChangeEvent. getOldSplitPositionUnit()Returns the position unit of the split before this change event occurred.Sizeable.UnitAbsoluteLayout.ComponentPosition. getRightUnits()Gets the unit for the 'right' attribute.Sizeable.UnitAbstractSplitPanel. getSplitPositionUnit()Returns the unit of position of the splitter.Sizeable.UnitAbstractSplitPanel.SplitPositionChangeEvent. getSplitPositionUnit()Returns the new split position unit that triggered this change event.Sizeable.UnitAbsoluteLayout.ComponentPosition. getTopUnits()Gets the unit for the 'top' attribute.Sizeable.UnitAbstractComponent. getWidthUnits()Sizeable.UnitComposite. getWidthUnits()Methods in com.vaadin.ui with parameters of type Sizeable.Unit Modifier and Type Method Description voidAbsoluteLayout.ComponentPosition. setBottom(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)voidComposite. setHeight(float height, Sizeable.Unit unit)voidCustomField. setHeight(float height, Sizeable.Unit unit)voidGrid. setHeight(float height, Sizeable.Unit unit)Sets the height of the object.voidAbsoluteLayout.ComponentPosition. setLeft(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.voidAbstractSplitPanel. setMaxSplitPosition(float pos, Sizeable.Unit unit)Sets the maximum split position to the given position and unit.voidAbstractSplitPanel. setMinSplitPosition(float pos, Sizeable.Unit unit)Sets the minimum split position to the given position and unit.voidAbsoluteLayout.ComponentPosition. setRight(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.voidAbstractSplitPanel. setSplitPosition(float pos, Sizeable.Unit unit)Moves the position of the splitter with given position and unit.voidAbstractSplitPanel. setSplitPosition(float pos, Sizeable.Unit unit, boolean reverse)Moves the position of the splitter with given position and unit.voidAbsoluteLayout.ComponentPosition. setTop(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)voidComposite. setWidth(float width, Sizeable.Unit unit)voidCustomField. setWidth(float width, Sizeable.Unit unit)Constructors in com.vaadin.ui with parameters of type Sizeable.Unit Constructor Description SplitPositionChangeEvent(Component source, boolean userOriginated, float oldPosition, Sizeable.Unit oldUnit, float position, Sizeable.Unit unit)Creates a split position change event.
-