com.sencha.gxt.core.client.dom
Interface Layer.LayerResources
- All Superinterfaces:
- ClientBundle
- Enclosing class:
- Layer
public static interface Layer.LayerResources
- extends ClientBundle
bottomCenter
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bottomCenter()
bottomLeft
ImageResource bottomLeft()
bottomRight
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource bottomRight()
middleCenter
@ImageResource.ImageOptions(repeatStyle=Both)
ImageResource middleCenter()
middleLeft
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource middleLeft()
middleRight
@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource middleRight()
style
@ClientBundle.Source(value="Layer.css")
Layer.LayerStyle style()
topCenter
@ImageResource.ImageOptions(repeatStyle=Horizontal)
ImageResource topCenter()
topLeft
ImageResource topLeft()
topRight
ImageResource topRight()
Copyright © 2012. All Rights Reserved.