It is? UIObject API: getOffsetWidth
public int *getOffsetWidth*() Gets the object's offset width in pixels. This is the total width of the object, *including decorations such as border, margin, and padding.* *Returns:*the object's offset width Mozilla DOM docs:https://developer.mozilla.org/en/DOM/element.offsetWidth "Typically, an element's offsetWidth is a measurement *which includes the element borders, the element horizontal padding*, the element vertical scrollbar (if present, if rendered) and the element CSS width." -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/hDQG3bXeY5gJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
