Package com.sencha.gxt.core.client.dom
Interface Layer.LayerStyle
-
- All Superinterfaces:
com.google.gwt.resources.client.CssResource
,com.google.gwt.resources.client.CssResourceBase
,com.google.gwt.resources.client.ResourcePrototype
- Enclosing class:
- Layer
public static interface Layer.LayerStyle 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 String
bottom()
String
bottomCenter()
String
bottomLeft()
String
bottomRight()
String
middle()
String
middleCenter()
String
middleLeft()
String
middleRight()
String
shadow()
int
shadowOffset()
String
shim()
String
top()
String
topCenter()
String
topLeft()
String
topRight()
-
-
-
Method Detail
-
bottom
String bottom()
-
bottomCenter
String bottomCenter()
-
bottomLeft
String bottomLeft()
-
bottomRight
String bottomRight()
-
middle
String middle()
-
middleCenter
String middleCenter()
-
middleLeft
String middleLeft()
-
middleRight
String middleRight()
-
shadow
String shadow()
-
shadowOffset
int shadowOffset()
-
shim
String shim()
-
top
String top()
-
topCenter
String topCenter()
-
topLeft
String topLeft()
-
topRight
String topRight()
-
-