public static interface LightScrollPanelResources.LightScrollPanelStyle extends ScrollPanelStyle, com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
Modifier and Type | Method and Description |
---|---|
String |
active() |
String |
dragging() |
String |
hasHorizontalScrollBar() |
String |
hasVerticalScrollBar() |
String |
horizontalInsideScroll() |
String |
horizontalOutsideScroll() |
String |
horizontalScrollBar() |
String |
scrollablePanel() |
String |
verticalInsideScroll() |
String |
verticalOutsideScroll() |
String |
verticalScrollBar() |
String active()
active
in interface ScrollPanelStyle
String dragging()
dragging
in interface ScrollPanelStyle
@CssResource.ClassName(value="scrollable-panel") String scrollablePanel()
scrollablePanel
in interface ScrollPanelStyle
@CssResource.ClassName(value="horizontal-scroll-bar") String horizontalScrollBar()
horizontalScrollBar
in interface ScrollPanelStyle
@CssResource.ClassName(value="vertical-scroll-bar") String verticalScrollBar()
verticalScrollBar
in interface ScrollPanelStyle
@CssResource.ClassName(value="horizontal-inside-scroll") String horizontalInsideScroll()
horizontalInsideScroll
in interface ScrollPanelStyle
@CssResource.ClassName(value="horizontal-outside-scroll") String horizontalOutsideScroll()
horizontalOutsideScroll
in interface ScrollPanelStyle
@CssResource.ClassName(value="vertical-inside-scroll") String verticalInsideScroll()
verticalInsideScroll
in interface ScrollPanelStyle
@CssResource.ClassName(value="vertical-outside-scroll") String verticalOutsideScroll()
verticalOutsideScroll
in interface ScrollPanelStyle
@CssResource.ClassName(value="has-horizontal-scroll-bar") String hasHorizontalScrollBar()
hasHorizontalScrollBar
in interface ScrollPanelStyle
@CssResource.ClassName(value="has-vertical-scroll-bar") String hasVerticalScrollBar()
hasVerticalScrollBar
in interface ScrollPanelStyle
Copyright © 2018 Xalys. All rights reserved.