public static interface LightDesktopResources.LightDesktopStyle extends DesktopStyle, 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 |
collapsible() |
String |
desktop() |
String |
dockCenter() |
String |
dockEast() |
String |
dockIcon() |
String |
dockWest() |
String |
expanded() |
@CssResource.ClassName(value="desktop") String desktop()
desktop
in interface DesktopStyle
@CssResource.ClassName(value="collapsible") String collapsible()
collapsible
in interface DesktopStyle
@CssResource.ClassName(value="expanded") String expanded()
expanded
in interface DesktopStyle
@CssResource.ClassName(value="dock-west-section") String dockWest()
dockWest
in interface DesktopStyle
@CssResource.ClassName(value="dock-center-section") String dockCenter()
dockCenter
in interface DesktopStyle
@CssResource.ClassName(value="dock-east-section") String dockEast()
dockEast
in interface DesktopStyle
@CssResource.ClassName(value="dock-icon") String dockIcon()
dockIcon
in interface DesktopStyle
Copyright © 2018 Xalys. All rights reserved.