public class RenderSpace extends RenderInformation.Size
Constructor and Description |
---|
RenderSpace() |
RenderSpace(int width,
int height) |
RenderSpace(int width,
int height,
boolean useNativeScrollbarSize) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns pixels available vertically for contained widget, including
possible scrollbars.
|
int |
getScrollbarSize()
In case containing block has oveflow: auto, this method must return
number of pixels used by scrollbar.
|
int |
getWidth()
Returns pixels available horizontally for contained widget, including
possible scrollbars.
|
public RenderSpace(int width, int height)
public RenderSpace()
public RenderSpace(int width, int height, boolean useNativeScrollbarSize)
public int getHeight()
getHeight
in class RenderInformation.Size
public int getWidth()
getWidth
in class RenderInformation.Size
public int getScrollbarSize()
Copyright © 2019 Vaadin Ltd. All rights reserved.