Guvnor Commons UI 6.0.0.Beta2

org.kie.guvnor.commons.ui.client.resources
Interface TableResources

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface TableResources
extends com.google.gwt.resources.client.ClientBundle


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static TableResources INSTANCE
           
 
Method Summary
 com.google.gwt.resources.client.ImageResource columnPicker()
           
 com.google.gwt.resources.client.ImageResource downArrow()
           
 com.google.gwt.resources.client.ImageResource smallDownArrow()
           
 com.google.gwt.resources.client.ImageResource smallUpArrow()
           
 TitledTextCellCss titledTextCellCss()
           
 com.google.gwt.resources.client.ImageResource upArrow()
           
 

Field Detail

INSTANCE

static final TableResources INSTANCE
Method Detail

downArrow

@ClientBundle.Source(value="images/downArrow.png")
com.google.gwt.resources.client.ImageResource downArrow()

smallDownArrow

@ClientBundle.Source(value="images/smallDownArrow.png")
com.google.gwt.resources.client.ImageResource smallDownArrow()

upArrow

@ClientBundle.Source(value="images/upArrow.png")
com.google.gwt.resources.client.ImageResource upArrow()

smallUpArrow

@ClientBundle.Source(value="images/smallUpArrow.png")
com.google.gwt.resources.client.ImageResource smallUpArrow()

columnPicker

@ClientBundle.Source(value="images/columnPicker.png")
com.google.gwt.resources.client.ImageResource columnPicker()

titledTextCellCss

@ClientBundle.Source(value="css/TitledTextCell.css")
TitledTextCellCss titledTextCellCss()

Guvnor Commons UI 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.