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
-
-
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 Stringbottom()StringbottomInverted()StringbuttonAddParameter()Stringcolumn()Stringcontent()StringeditorWrapping()StringhandlerHorizontal()StringhandlerVertical()Stringleft()StringmediaLib()Stringright()Stringtop()StringtopInverted()Stringwindow()StringwindowLabel()
-
-
-
Method Detail
-
content
String content()
-
editorWrapping
@ClassName("editor-wrapping") String editorWrapping()
-
window
String window()
-
column
String column()
-
bottom
String bottom()
-
left
String left()
-
right
String right()
-
handlerVertical
@ClassName("handler-vertical") String handlerVertical()
-
handlerHorizontal
@ClassName("handler-horizontal") String handlerHorizontal()
-
top
String top()
-
buttonAddParameter
String buttonAddParameter()
-
windowLabel
@ClassName("window-label") String windowLabel()
-
bottomInverted
@ClassName("bottom-inverted") String bottomInverted()
-
topInverted
@ClassName("top-inverted") String topInverted()
-
mediaLib
@ClassName("media-lib") String mediaLib()
-
-