Package org.uberfire.client.resources
Interface WorkbenchCss
-
- All Superinterfaces:
com.google.gwt.resources.client.CssResource,com.google.gwt.resources.client.CssResourceBase,com.google.gwt.resources.client.ResourcePrototype
public interface WorkbenchCss extends com.google.gwt.resources.client.CssResourceGWT managed CSS for Workbench
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringactiveNavTabs()StringdropTargetCompass()StringdropTargetHighlight()Stringlistbar()Stringmodal()Stringnotification()StringshowContext()StringsplitLayoutPanel()StringsplitLayoutPanelHDragger()StringsplitLayoutPanelVDragger()StringstatusBar()StringtabCloseButton()Stringtoolbar()
-
-
-
Method Detail
-
dropTargetHighlight
@ClassName("uf-drop-target-highlight") String dropTargetHighlight()
-
dropTargetCompass
@ClassName("uf-drop-target-compass") String dropTargetCompass()
-
notification
String notification()
-
toolbar
String toolbar()
-
statusBar
String statusBar()
-
activeNavTabs
@ClassName("uf-activeNavTabs") String activeNavTabs()
-
tabCloseButton
String tabCloseButton()
-
listbar
@ClassName("uf-listbar") String listbar()
-
showContext
@ClassName("show-context") String showContext()
-
splitLayoutPanel
@ClassName("uf-split-layout-panel") String splitLayoutPanel()
-
splitLayoutPanelHDragger
@ClassName("uf-split-layout-panel-hdragger") String splitLayoutPanelHDragger()
-
splitLayoutPanelVDragger
@ClassName("uf-split-layout-panel-vdragger") String splitLayoutPanelVDragger()
-
modal
@ClassName("uf-modal") String modal()
-
-