public interface PluginCss
extends 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
Modifier and Type | Method and Description |
---|---|
String |
bottom() |
String |
bottomInverted() |
String |
buttonAddParameter() |
String |
column() |
String |
content() |
String |
editorWrapping() |
String |
handlerHorizontal() |
String |
handlerVertical() |
String |
left() |
String |
mediaLib() |
String |
right() |
String |
top() |
String |
topInverted() |
String |
window() |
String |
windowLabel() |
String content()
@CssResource.ClassName(value="editor-wrapping") String editorWrapping()
String window()
String column()
String bottom()
String left()
String right()
@CssResource.ClassName(value="handler-vertical") String handlerVertical()
@CssResource.ClassName(value="handler-horizontal") String handlerHorizontal()
String top()
String buttonAddParameter()
@CssResource.ClassName(value="window-label") String windowLabel()
@CssResource.ClassName(value="bottom-inverted") String bottomInverted()
@CssResource.ClassName(value="top-inverted") String topInverted()
@CssResource.ClassName(value="media-lib") String mediaLib()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.