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.Unit
Sizeable. UNITS_CM
Deprecated.As of 7.0, useCM
insteadstatic Sizeable.Unit
Sizeable. UNITS_EM
Deprecated.As of 7.0, useEM
insteadstatic Sizeable.Unit
Sizeable. UNITS_EX
Deprecated.As of 7.0, useEX
insteadstatic Sizeable.Unit
Sizeable. UNITS_INCH
Deprecated.As of 7.0, useINCH
insteadstatic Sizeable.Unit
Sizeable. UNITS_MM
Deprecated.As of 7.0, useMM
insteadstatic Sizeable.Unit
Sizeable. UNITS_PERCENTAGE
Deprecated.As of 7.0, usePERCENTAGE
insteadstatic Sizeable.Unit
Sizeable. UNITS_PICAS
Deprecated.As of 7.0, usePICAS
insteadstatic Sizeable.Unit
Sizeable. UNITS_PIXELS
Deprecated.As of 7.0, usePIXELS
insteadstatic Sizeable.Unit
Sizeable. UNITS_POINTS
Deprecated.As of 7.0, usePOINTS
insteadMethods in com.vaadin.server that return Sizeable.Unit Modifier and Type Method Description Sizeable.Unit
Sizeable. getHeightUnits()
Gets the height property units.Sizeable.Unit
SizeWithUnit. getUnit()
Returns the unit stored in this object.static Sizeable.Unit
Sizeable.Unit. getUnitFromSymbol(String symbol)
Sizeable.Unit
Sizeable. getWidthUnits()
Gets the width property units.static Sizeable.Unit
Sizeable.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 SizeWithUnit
SizeWithUnit. parseStringSize(String s, Sizeable.Unit defaultUnit)
Returns an object whose numeric value and unit are taken from the string s.void
Sizeable. setHeight(float height, Sizeable.Unit unit)
Sets the height of the object.void
Sizeable. 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.Unit
AbsoluteLayout.ComponentPosition. getBottomUnits()
Gets the unit for the 'bottom' attributeSizeable.Unit
AbstractComponent. getHeightUnits()
Sizeable.Unit
AbsoluteLayout.ComponentPosition. getLeftUnits()
Gets the unit for the 'left' attributeSizeable.Unit
AbstractSplitPanel. getMaxSplitPositionUnit()
Returns the unit of the maximum position of the splitterSizeable.Unit
AbstractSplitPanel. getMinSplitPositionUnit()
Returns the unit of the minimum position of the splitter.Sizeable.Unit
AbsoluteLayout.ComponentPosition. getRightUnits()
Gets the unit for the 'right' attributeSizeable.Unit
AbstractSplitPanel. getSplitPositionUnit()
Returns the unit of position of the splitterSizeable.Unit
AbstractSplitPanel.SplitPositionChangeEvent. getSplitPositionUnit()
Sizeable.Unit
AbsoluteLayout.ComponentPosition. getTopUnits()
Gets the unit for the 'top' attributeSizeable.Unit
AbstractComponent. getWidthUnits()
Methods in com.vaadin.ui with parameters of type Sizeable.Unit Modifier and Type Method Description void
AbsoluteLayout.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.void
AbsoluteLayout.ComponentPosition. setBottomUnits(Sizeable.Unit bottomUnits)
Sets the unit for the 'bottom' attributevoid
AbstractComponent. setHeight(float height, Sizeable.Unit unit)
void
AbstractComponentContainer. setHeight(float height, Sizeable.Unit unit)
void
AbstractSingleComponentContainer. setHeight(float height, Sizeable.Unit unit)
void
CustomField. setHeight(float height, Sizeable.Unit unit)
void
Grid. setHeight(float height, Sizeable.Unit unit)
Sets the height of the object.void
AbsoluteLayout.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.void
AbsoluteLayout.ComponentPosition. setLeftUnits(Sizeable.Unit leftUnits)
Sets the unit for the 'left' attributevoid
AbstractSplitPanel. setMaxSplitPosition(float pos, Sizeable.Unit unit)
Sets the maximum split position to the given position and unit.void
AbstractSplitPanel. setMinSplitPosition(float pos, Sizeable.Unit unit)
Sets the minimum split position to the given position and unit.void
AbsoluteLayout.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.void
AbsoluteLayout.ComponentPosition. setRightUnits(Sizeable.Unit rightUnits)
Sets the unit for the 'right' attributevoid
AbstractSplitPanel. setSplitPosition(float pos, Sizeable.Unit unit)
Moves the position of the splitter with given position and unit.void
AbstractSplitPanel. setSplitPosition(float pos, Sizeable.Unit unit, boolean reverse)
Moves the position of the splitter with given position and unit.void
AbsoluteLayout.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.void
AbsoluteLayout.ComponentPosition. setTopUnits(Sizeable.Unit topUnits)
Sets the unit for the 'top' attributevoid
AbstractComponent. setWidth(float width, Sizeable.Unit unit)
void
AbstractComponentContainer. setWidth(float width, Sizeable.Unit unit)
void
AbstractSingleComponentContainer. setWidth(float width, Sizeable.Unit unit)
void
CustomField. setWidth(float width, Sizeable.Unit unit)
Constructors in com.vaadin.ui with parameters of type Sizeable.Unit Constructor Description SplitPositionChangeEvent(Component source, float position, Sizeable.Unit unit)
-