com.sencha.gxt.theme.base.client.grid
Interface RowExpanderDefaultAppearance.RowExpanderResources

All Superinterfaces:
ClientBundle
Enclosing class:
RowExpanderDefaultAppearance<M>

public static interface RowExpanderDefaultAppearance.RowExpanderResources
extends ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource specialColumn()
           
 ImageResource specialColumnSelected()
           
 RowExpanderDefaultAppearance.RowExpanderStyle style()
           
 

Method Detail

style

@ClientBundle.Source(value="RowExpander.css")
RowExpanderDefaultAppearance.RowExpanderStyle style()

specialColumn

@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource specialColumn()

specialColumnSelected

@ImageResource.ImageOptions(repeatStyle=Vertical)
ImageResource specialColumnSelected()


Copyright © 2012. All Rights Reserved.