Package org.uberfire.client.resources
Interface DocksCss
-
- All Superinterfaces:
com.google.gwt.resources.client.CssResource,com.google.gwt.resources.client.CssResourceBase,com.google.gwt.resources.client.ResourcePrototype
public interface DocksCss extends com.google.gwt.resources.client.CssResource
-
-
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 StringbuttonFocused()StringdockExpanded()StringdockExpandedButtonEast()StringdockExpandedButtonSouth()StringdockExpandedButtonWest()StringdockExpandedContentButton()StringdockExpandedContentPanel()StringdockExpandedContentPanelSouth()StringdockExpandedLabelEast()StringdockExpandedLabelSouth()StringdockExpandedLabelWest()StringdockExpandedTitlePanel()StringgradientBottomTop()StringgradientTopBottom()StringhideElement()StringresizableBar()StringsideDockItem()StringsingleDockItem()StringsouthDockItem()
-
-
-
Method Detail
-
gradientTopBottom
@ClassName("gradientTopBottom") String gradientTopBottom()
-
gradientBottomTop
@ClassName("gradientBottomTop") String gradientBottomTop()
-
sideDockItem
@ClassName("sideDockItem") String sideDockItem()
-
singleDockItem
@ClassName("singleDockItem") String singleDockItem()
-
hideElement
@ClassName("hideElement") String hideElement()
-
dockExpanded
@ClassName("dockExpanded") String dockExpanded()
-
dockExpandedLabelWest
@ClassName("dockExpandedLabelWest") String dockExpandedLabelWest()
-
dockExpandedButtonWest
@ClassName("dockExpandedButtonWest") String dockExpandedButtonWest()
-
dockExpandedLabelEast
@ClassName("dockExpandedLabelEast") String dockExpandedLabelEast()
-
dockExpandedButtonEast
@ClassName("dockExpandedButtonEast") String dockExpandedButtonEast()
-
dockExpandedButtonSouth
@ClassName("dockExpandedButtonSouth") String dockExpandedButtonSouth()
-
dockExpandedLabelSouth
@ClassName("dockExpandedLabelSouth") String dockExpandedLabelSouth()
-
dockExpandedTitlePanel
@ClassName("dockExpandedTitlePanel") String dockExpandedTitlePanel()
-
dockExpandedContentPanel
@ClassName("dockExpandedContentPanel") String dockExpandedContentPanel()
-
dockExpandedContentPanelSouth
@ClassName("dockExpandedContentPanelSouth") String dockExpandedContentPanelSouth()
-
buttonFocused
@ClassName("buttonFocused") String buttonFocused()
-
southDockItem
@ClassName("southDockItem") String southDockItem()
-
resizableBar
@ClassName("resizableBar") String resizableBar()
-
dockExpandedContentButton
@ClassName("dockExpandedContentButton") String dockExpandedContentButton()
-
-