org.kie.uberfire.plugin.client.resources
Interface PluginCss
- All Superinterfaces:
- com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype
public interface PluginCss
- extends com.google.gwt.resources.client.CssResource
TODO: update me
| 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 |
| Methods inherited from interface com.google.gwt.resources.client.CssResource |
ensureInjected, getText |
| Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype |
getName |
content
String content()
editorWrapping
@CssResource.ClassName(value="editor-wrapping")
String editorWrapping()
window
String window()
column
String column()
bottom
String bottom()
left
String left()
right
String right()
handlerVertical
@CssResource.ClassName(value="handler-vertical")
String handlerVertical()
handlerHorizontal
@CssResource.ClassName(value="handler-horizontal")
String handlerHorizontal()
top
String top()
windowLabel
@CssResource.ClassName(value="window-label")
String windowLabel()
bottomInverted
@CssResource.ClassName(value="bottom-inverted")
String bottomInverted()
topInverted
@CssResource.ClassName(value="top-inverted")
String topInverted()
mediaLib
@CssResource.ClassName(value="media-lib")
String mediaLib()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.