com.sencha.gxt.core.client.dom
Interface Layer.LayerResources

All Superinterfaces:
ClientBundle
Enclosing class:
Layer

public static interface Layer.LayerResources
extends ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource bottomCenter()
           
 ImageResource bottomLeft()
           
 ImageResource bottomRight()
           
 ImageResource middleCenter()
           
 ImageResource middleLeft()
           
 ImageResource middleRight()
           
 Layer.LayerStyle style()
           
 ImageResource topCenter()
           
 ImageResource topLeft()
           
 ImageResource topRight()
           
 

Method Detail

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.