KIE Uberfire Runtime PlugIns Client 6.2.0.CR2

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 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
 String bottom()
           
 String bottomInverted()
           
 String column()
           
 String content()
           
 String editorWrapping()
           
 String handlerHorizontal()
           
 String handlerVertical()
           
 String left()
           
 String mediaLib()
           
 String right()
           
 String top()
           
 String topInverted()
           
 String window()
           
 String windowLabel()
           
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

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()

KIE Uberfire Runtime PlugIns Client 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.