public class LightThemeConstants extends Object implements ThemeConstants
Modifier and Type | Field and Description |
---|---|
static Calc |
CONTENT_PANEL_BODY_HEIGHT |
static Length |
HEADER_HEIGHT |
static ScrollBarLocation |
HORIZONTAL_SCROLL_BAR_LOCATION |
static LightThemeConstants |
INSTANCE |
static int |
ROOT_FONT_SIZE_PX |
static int |
SCROLL_BAR_SIZE_PX |
static ScrollBarLocation |
VERTICAL_SCROLL_BAR_LOCATION |
Constructor and Description |
---|
LightThemeConstants() |
Modifier and Type | Method and Description |
---|---|
static Calc |
getContentPanelBodyHeight() |
static Length |
getHeaderHeight() |
ScrollBarLocation |
getHorizontalScrollBarLocation() |
int |
getRootFontSizePx() |
int |
getScrollBarSizePx() |
ScrollBarLocation |
getVerticalScrollBarLocation() |
public static final LightThemeConstants INSTANCE
public static final int ROOT_FONT_SIZE_PX
public static final Length HEADER_HEIGHT
public static final Calc CONTENT_PANEL_BODY_HEIGHT
public static final int SCROLL_BAR_SIZE_PX
public static final ScrollBarLocation HORIZONTAL_SCROLL_BAR_LOCATION
public static final ScrollBarLocation VERTICAL_SCROLL_BAR_LOCATION
public static Length getHeaderHeight()
public static Calc getContentPanelBodyHeight()
public int getRootFontSizePx()
getRootFontSizePx
in interface ThemeConstants
public int getScrollBarSizePx()
getScrollBarSizePx
in interface ThemeConstants
public ScrollBarLocation getHorizontalScrollBarLocation()
getHorizontalScrollBarLocation
in interface ThemeConstants
public ScrollBarLocation getVerticalScrollBarLocation()
getVerticalScrollBarLocation
in interface ThemeConstants
Copyright © 2018 Xalys. All rights reserved.