org.gcube.portlets.user.reportgenerator.client.resources
Interface FimesReportTreeStructureResources

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

public interface FimesReportTreeStructureResources
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 FimesReportTreeStructureResources INSTANCE
           
 
Method Summary
 com.google.gwt.resources.client.ImageResource checkbox()
           
 com.google.gwt.resources.client.ImageResource comments()
           
 com.google.gwt.resources.client.ImageResource heading1()
           
 com.google.gwt.resources.client.ImageResource heading2()
           
 com.google.gwt.resources.client.ImageResource heading3()
           
 com.google.gwt.resources.client.ImageResource heading4()
           
 com.google.gwt.resources.client.ImageResource heading5()
           
 com.google.gwt.resources.client.ImageResource image()
           
 com.google.gwt.resources.client.ImageResource instructions()
           
 com.google.gwt.resources.client.ImageResource radio()
           
 com.google.gwt.resources.client.ImageResource reference()
           
 com.google.gwt.resources.client.ImageResource root()
           
 com.google.gwt.resources.client.ImageResource section()
           
 com.google.gwt.resources.client.ImageResource sequence()
           
 com.google.gwt.resources.client.ImageResource table()
           
 com.google.gwt.resources.client.ImageResource text()
           
 

Field Detail

INSTANCE

static final FimesReportTreeStructureResources INSTANCE
Method Detail

root

@ClientBundle.Source(value="report.png")
com.google.gwt.resources.client.ImageResource root()

section

@ClientBundle.Source(value="page.png")
com.google.gwt.resources.client.ImageResource section()

heading1

@ClientBundle.Source(value="heading_1.png")
com.google.gwt.resources.client.ImageResource heading1()

heading2

@ClientBundle.Source(value="heading_2.png")
com.google.gwt.resources.client.ImageResource heading2()

heading3

@ClientBundle.Source(value="heading_3.png")
com.google.gwt.resources.client.ImageResource heading3()

heading4

@ClientBundle.Source(value="heading_4.png")
com.google.gwt.resources.client.ImageResource heading4()

heading5

@ClientBundle.Source(value="heading_5.png")
com.google.gwt.resources.client.ImageResource heading5()

text

@ClientBundle.Source(value="text_dropcaps.png")
com.google.gwt.resources.client.ImageResource text()

table

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

image

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

instructions

@ClientBundle.Source(value="instruction.png")
com.google.gwt.resources.client.ImageResource instructions()

comments

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

sequence

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

checkbox

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

radio

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

reference

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


Copyright © 2014. All Rights Reserved.