Uses of Enum
com.google.gwt.dom.client.Style.Unit
Packages that use Style.Unit
Package
Description
Classes used to build DOM elements.
Classes used to build DOM elements.
Classes for low-level DOM programming.
Classes for laying out container elements.
Shared classes for creating safe CSS style content.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of Style.Unit in com.google.gwt.dom.builder.client
Methods in com.google.gwt.dom.builder.client with parameters of type Style.UnitModifier and TypeMethodDescriptionDomStylesBuilder.borderWidth(double value, Style.Unit unit) DomStylesBuilder.bottom(double value, Style.Unit unit) DomStylesBuilder.fontSize(double value, Style.Unit unit) DomStylesBuilder.height(double value, Style.Unit unit) DomStylesBuilder.left(double value, Style.Unit unit) DomStylesBuilder.lineHeight(double value, Style.Unit unit) DomStylesBuilder.margin(double value, Style.Unit unit) DomStylesBuilder.marginBottom(double value, Style.Unit unit) DomStylesBuilder.marginLeft(double value, Style.Unit unit) DomStylesBuilder.marginRight(double value, Style.Unit unit) DomStylesBuilder.marginTop(double value, Style.Unit unit) DomStylesBuilder.outlineWidth(double value, Style.Unit unit) DomStylesBuilder.padding(double value, Style.Unit unit) DomStylesBuilder.paddingBottom(double value, Style.Unit unit) DomStylesBuilder.paddingLeft(double value, Style.Unit unit) DomStylesBuilder.paddingRight(double value, Style.Unit unit) DomStylesBuilder.paddingTop(double value, Style.Unit unit) DomStylesBuilder.right(double value, Style.Unit unit) DomStylesBuilder.textIndent(double value, Style.Unit unit) DomStylesBuilder.top(double value, Style.Unit unit) DomStylesBuilder.trustedProperty(String name, double value, Style.Unit unit) DomStylesBuilder.verticalAlign(double value, Style.Unit unit) DomStylesBuilder.width(double value, Style.Unit unit) -
Uses of Style.Unit in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return Style.UnitModifier and TypeMethodDescriptionstatic Style.UnitReturns the enum constant of this type with the specified name.static Style.Unit[]Style.Unit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.dom.client with parameters of type Style.UnitModifier and TypeMethodDescriptionfinal voidStyle.setBorderWidth(double value, Style.Unit unit) Set the border-width css property.final voidStyle.setBottom(double value, Style.Unit unit) Set the bottom css property.final voidStyle.setFontSize(double value, Style.Unit unit) Set the font-size css property.final voidStyle.setHeight(double value, Style.Unit unit) Set the height css property.final voidStyle.setLeft(double value, Style.Unit unit) Set the left css property.final voidStyle.setLineHeight(double value, Style.Unit unit) Set the line-height css property.final voidStyle.setMargin(double value, Style.Unit unit) Set the margin css property.final voidStyle.setMarginBottom(double value, Style.Unit unit) Set the margin-bottom css property.final voidStyle.setMarginLeft(double value, Style.Unit unit) Set the margin-left css property.final voidStyle.setMarginRight(double value, Style.Unit unit) Set the margin-right css property.final voidStyle.setMarginTop(double value, Style.Unit unit) Set the margin-top css property.final voidStyle.setOutlineWidth(double value, Style.Unit unit) Set the outline-width css property.final voidStyle.setPadding(double value, Style.Unit unit) Set the padding css property.final voidStyle.setPaddingBottom(double value, Style.Unit unit) Set the padding-bottom css property.final voidStyle.setPaddingLeft(double value, Style.Unit unit) Set the padding-left css property.final voidStyle.setPaddingRight(double value, Style.Unit unit) Set the padding-right css property.final voidStyle.setPaddingTop(double value, Style.Unit unit) Set the padding-top css property.final voidStyle.setProperty(String name, double value, Style.Unit unit) Sets the value of a named property in the specified units.final voidStyle.setRight(double value, Style.Unit unit) Set the right css property.final voidStyle.setTextIndent(double value, Style.Unit unit) Set the 'text-indent' CSS property.final voidStyle.setTop(double value, Style.Unit unit) Set the top css property.final voidStyle.setVerticalAlign(double value, Style.Unit unit) Sets the vertical-align CSS property.final voidStyle.setWidth(double value, Style.Unit unit) Set the width css property. -
Uses of Style.Unit in com.google.gwt.layout.client
Fields in com.google.gwt.layout.client declared as Style.UnitModifier and TypeFieldDescription(package private) Style.UnitLayout.Layer.bottomUnit(package private) Style.UnitLayout.Layer.heightUnit(package private) Style.UnitLayout.Layer.leftUnit(package private) Style.UnitLayout.Layer.rightUnit(package private) Style.UnitLayout.Layer.targetBottomUnit(package private) Style.UnitLayout.Layer.targetHeightUnit(package private) Style.UnitLayout.Layer.targetLeftUnit(package private) Style.UnitLayout.Layer.targetRightUnit(package private) Style.UnitLayout.Layer.targetTopUnit(package private) Style.UnitLayout.Layer.targetWidthUnit(package private) Style.UnitLayout.Layer.topUnit(package private) Style.UnitLayout.Layer.widthUnitMethods in com.google.gwt.layout.client with parameters of type Style.UnitModifier and TypeMethodDescriptionprotected static DivElementLayoutImpl.createRuler(Style.Unit widthUnit, Style.Unit heightUnit) Deprecated.doubleLayout.getUnitSize(Style.Unit unit, boolean vertical) Returns the size of one unit, in pixels, in the context of this layout.doubleLayoutImpl.getUnitSizeInPixels(Element parent, Style.Unit unit, boolean vertical) Deprecated.voidLayout.Layer.setBottomHeight(double bottom, Style.Unit bottomUnit, double height, Style.Unit heightUnit) Sets the layer's bottom and height values.voidLayout.Layer.setLeftRight(double left, Style.Unit leftUnit, double right, Style.Unit rightUnit) Sets the layer's left and right values.voidLayout.Layer.setLeftWidth(double left, Style.Unit leftUnit, double width, Style.Unit widthUnit) Sets the layer's left and width values.voidLayout.Layer.setRightWidth(double right, Style.Unit rightUnit, double width, Style.Unit widthUnit) Sets the layer's right and width values.voidLayout.Layer.setTopBottom(double top, Style.Unit topUnit, double bottom, Style.Unit bottomUnit) Sets the layer's top and bottom values.voidLayout.Layer.setTopHeight(double top, Style.Unit topUnit, double height, Style.Unit heightUnit) Sets the layer's top and height values. -
Uses of Style.Unit in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with parameters of type Style.UnitModifier and TypeMethodDescriptionvoidAbstractCellTable.setColumnWidth(int column, double width, Style.Unit unit) Set the width of aColumn.voidAbstractCellTable.setColumnWidth(Column<T, ?> column, double width, Style.Unit unit) Set the width of aColumn.voidCellTable.setColumnWidth(Column<T, ?> column, double width, Style.Unit unit) Set the width of aColumn.voidDataGrid.setMinimumTableWidth(double value, Style.Unit unit) Set the minimum width of the tables in this widget.voidDataGrid.setTableWidth(double value, Style.Unit unit) Set the width of the tables in this widget. -
Uses of Style.Unit in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return Style.UnitMethods in com.google.gwt.user.client.ui with parameters of type Style.UnitModifier and TypeMethodDescriptionvoidLayoutPanel.setWidgetBottomHeight(IsWidget child, double bottom, Style.Unit bottomUnit, double height, Style.Unit heightUnit) Overloaded version for IsWidget.voidLayoutPanel.setWidgetBottomHeight(Widget child, double bottom, Style.Unit bottomUnit, double height, Style.Unit heightUnit) Sets the child widget's bottom and height values.voidLayoutPanel.setWidgetLeftRight(IsWidget child, double left, Style.Unit leftUnit, double right, Style.Unit rightUnit) Overloaded version for IsWidget.voidLayoutPanel.setWidgetLeftRight(Widget child, double left, Style.Unit leftUnit, double right, Style.Unit rightUnit) Sets the child widget's left and right values.voidLayoutPanel.setWidgetLeftWidth(IsWidget child, double left, Style.Unit leftUnit, double width, Style.Unit widthUnit) Overloaded version for IsWidget.voidLayoutPanel.setWidgetLeftWidth(Widget child, double left, Style.Unit leftUnit, double width, Style.Unit widthUnit) Sets the child widget's left and width values.voidLayoutPanel.setWidgetRightWidth(IsWidget child, double right, Style.Unit rightUnit, double width, Style.Unit widthUnit) Overloaded version for IsWidget.voidLayoutPanel.setWidgetRightWidth(Widget child, double right, Style.Unit rightUnit, double width, Style.Unit widthUnit) Sets the child widget's right and width values.voidLayoutPanel.setWidgetTopBottom(IsWidget child, double top, Style.Unit topUnit, double bottom, Style.Unit bottomUnit) Overloaded version for IsWidget.voidLayoutPanel.setWidgetTopBottom(Widget child, double top, Style.Unit topUnit, double bottom, Style.Unit bottomUnit) Sets the child widget's top and bottom values.voidLayoutPanel.setWidgetTopHeight(IsWidget child, double top, Style.Unit topUnit, double height, Style.Unit heightUnit) Overloaded version for IsWidget.voidLayoutPanel.setWidgetTopHeight(Widget child, double top, Style.Unit topUnit, double height, Style.Unit heightUnit) Sets the child widget's top and height values.Constructors in com.google.gwt.user.client.ui with parameters of type Style.UnitModifierConstructorDescriptionDockLayoutPanel(Style.Unit unit) Creates an empty dock panel.StackLayoutPanel(Style.Unit unit) Creates an empty stack panel.TabLayoutPanel(double barHeight, Style.Unit barUnit) Creates an empty tab panel.