Java com.vaadin.client ComputedStyle fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client ComputedStyle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client ComputedStyle.

The text is from its open source code.

Constructor

ComputedStyle(Element elem)
Gets this element's computed style object which can be used to gather information about the current state of the rendered node.

Method

int[]getBorder()
Get current border values from the DOM.
doublegetBorderHeight()
Returns the sum of the top and bottom border width.
doublegetBorderWidth()
Returns the sum of the left and right border width.
doublegetDoubleProperty(String name)
Retrieves the given computed property as a double.
doublegetHeight()
Returns the current height from the DOM.
intgetIntProperty(String name)
Retrieves the given computed property as an integer.
int[]getMargin()
Get current margin values from the DOM.
doublegetMarginWidth()
Returns the sum of the left and right margin.
int[]getPadding()
Get current padding values from the DOM.
doublegetPaddingHeight()
Returns the sum of the top and bottom padding.
doublegetPaddingWidth()
Returns the sum of the top and bottom padding.
StringgetProperty(String name)
Gets the value of the given property.