Interface DisplayerImagesResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle,com.google.gwt.resources.client.ClientBundleWithLookup
public interface DisplayerImagesResources extends com.google.gwt.resources.client.ClientBundleWithLookup
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SUFFIXstatic DisplayerImagesResourcesINSTANCEstatic StringSELECTED_SUFFIXstatic StringUNSELECTED_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourceAREACHART_AREA_selected()com.google.gwt.resources.client.ImageResourceAREACHART_AREA_STACKED_selected()com.google.gwt.resources.client.ImageResourceAREACHART_AREA_STACKED_unselected()com.google.gwt.resources.client.ImageResourceAREACHART_AREA_unselected()com.google.gwt.resources.client.ImageResourceBARCHART_BAR_selected()com.google.gwt.resources.client.ImageResourceBARCHART_BAR_STACKED_selected()com.google.gwt.resources.client.ImageResourceBARCHART_BAR_STACKED_unselected()com.google.gwt.resources.client.ImageResourceBARCHART_BAR_unselected()com.google.gwt.resources.client.ImageResourceBARCHART_COLUMN_selected()com.google.gwt.resources.client.ImageResourceBARCHART_COLUMN_STACKED_selected()com.google.gwt.resources.client.ImageResourceBARCHART_COLUMN_STACKED_unselected()com.google.gwt.resources.client.ImageResourceBARCHART_COLUMN_unselected()com.google.gwt.resources.client.ImageResourceBUBBLECHART_default()com.google.gwt.resources.client.ImageResourceLINECHART_LINE_selected()com.google.gwt.resources.client.ImageResourceLINECHART_LINE_unselected()com.google.gwt.resources.client.ImageResourceLINECHART_SMOOTH_selected()com.google.gwt.resources.client.ImageResourceLINECHART_SMOOTH_unselected()com.google.gwt.resources.client.ImageResourceMAP_MAP_MARKERS_selected()com.google.gwt.resources.client.ImageResourceMAP_MAP_MARKERS_unselected()com.google.gwt.resources.client.ImageResourceMAP_MAP_REGIONS_selected()com.google.gwt.resources.client.ImageResourceMAP_MAP_REGIONS_unselected()com.google.gwt.resources.client.ImageResourceMETERCHART_default()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_CARD_selected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_CARD_unselected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_CARD2_selected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_CARD2_unselected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_PLAIN_TEXT_selected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_PLAIN_TEXT_unselected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_QUOTA_selected()com.google.gwt.resources.client.ImageResourceMETRIC_METRIC_QUOTA_unselected()com.google.gwt.resources.client.ImageResourcePIECHART_DONUT_selected()com.google.gwt.resources.client.ImageResourcePIECHART_DONUT_unselected()com.google.gwt.resources.client.ImageResourcePIECHART_PIE_3D_selected()com.google.gwt.resources.client.ImageResourcePIECHART_PIE_3D_unselected()com.google.gwt.resources.client.ImageResourcePIECHART_PIE_selected()com.google.gwt.resources.client.ImageResourcePIECHART_PIE_unselected()com.google.gwt.resources.client.ImageResourceSELECTOR_SELECTOR_DROPDOWN_selected()com.google.gwt.resources.client.ImageResourceSELECTOR_SELECTOR_DROPDOWN_unselected()com.google.gwt.resources.client.ImageResourceSELECTOR_SELECTOR_LABELS_selected()com.google.gwt.resources.client.ImageResourceSELECTOR_SELECTOR_LABELS_unselected()com.google.gwt.resources.client.ImageResourceSELECTOR_SELECTOR_SLIDER_selected()com.google.gwt.resources.client.ImageResourceSELECTOR_SELECTOR_SLIDER_unselected()com.google.gwt.resources.client.ImageResourceTABLE_default()
-
-
-
Field Detail
-
INSTANCE
static final DisplayerImagesResources INSTANCE
-
DEFAULT_SUFFIX
static final String DEFAULT_SUFFIX
- See Also:
- Constant Field Values
-
SELECTED_SUFFIX
static final String SELECTED_SUFFIX
- See Also:
- Constant Field Values
-
UNSELECTED_SUFFIX
static final String UNSELECTED_SUFFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
BARCHART_BAR_selected
@Source("bar_selected.png") com.google.gwt.resources.client.ImageResource BARCHART_BAR_selected()
-
BARCHART_BAR_unselected
@Source("bar_unselected.png") com.google.gwt.resources.client.ImageResource BARCHART_BAR_unselected()
-
BARCHART_BAR_STACKED_selected
@Source("bar_stacked_selected.png") com.google.gwt.resources.client.ImageResource BARCHART_BAR_STACKED_selected()
-
BARCHART_BAR_STACKED_unselected
@Source("bar_stacked_unselected.png") com.google.gwt.resources.client.ImageResource BARCHART_BAR_STACKED_unselected()
-
BARCHART_COLUMN_selected
@Source("column_selected.png") com.google.gwt.resources.client.ImageResource BARCHART_COLUMN_selected()
-
BARCHART_COLUMN_unselected
@Source("column_unselected.png") com.google.gwt.resources.client.ImageResource BARCHART_COLUMN_unselected()
-
BARCHART_COLUMN_STACKED_selected
@Source("column_stacked_selected.png") com.google.gwt.resources.client.ImageResource BARCHART_COLUMN_STACKED_selected()
-
BARCHART_COLUMN_STACKED_unselected
@Source("column_stacked_unselected.png") com.google.gwt.resources.client.ImageResource BARCHART_COLUMN_STACKED_unselected()
-
PIECHART_PIE_selected
@Source("pie_selected.png") com.google.gwt.resources.client.ImageResource PIECHART_PIE_selected()
-
PIECHART_PIE_unselected
@Source("pie_unselected.png") com.google.gwt.resources.client.ImageResource PIECHART_PIE_unselected()
-
PIECHART_PIE_3D_selected
@Source("pie_3d_selected.png") com.google.gwt.resources.client.ImageResource PIECHART_PIE_3D_selected()
-
PIECHART_PIE_3D_unselected
@Source("pie_3d_unselected.png") com.google.gwt.resources.client.ImageResource PIECHART_PIE_3D_unselected()
-
PIECHART_DONUT_selected
@Source("donut_selected.png") com.google.gwt.resources.client.ImageResource PIECHART_DONUT_selected()
-
PIECHART_DONUT_unselected
@Source("donut_unselected.png") com.google.gwt.resources.client.ImageResource PIECHART_DONUT_unselected()
-
AREACHART_AREA_selected
@Source("area_selected.png") com.google.gwt.resources.client.ImageResource AREACHART_AREA_selected()
-
AREACHART_AREA_unselected
@Source("area_unselected.png") com.google.gwt.resources.client.ImageResource AREACHART_AREA_unselected()
-
AREACHART_AREA_STACKED_selected
@Source("area_stacked_selected.png") com.google.gwt.resources.client.ImageResource AREACHART_AREA_STACKED_selected()
-
AREACHART_AREA_STACKED_unselected
@Source("area_stacked_unselected.png") com.google.gwt.resources.client.ImageResource AREACHART_AREA_STACKED_unselected()
-
LINECHART_LINE_selected
@Source("line_selected.png") com.google.gwt.resources.client.ImageResource LINECHART_LINE_selected()
-
LINECHART_LINE_unselected
@Source("line_unselected.png") com.google.gwt.resources.client.ImageResource LINECHART_LINE_unselected()
-
LINECHART_SMOOTH_selected
@Source("line_smooth_selected.png") com.google.gwt.resources.client.ImageResource LINECHART_SMOOTH_selected()
-
LINECHART_SMOOTH_unselected
@Source("line_smooth_unselected.png") com.google.gwt.resources.client.ImageResource LINECHART_SMOOTH_unselected()
-
MAP_MAP_REGIONS_selected
@Source("map_regions_selected.png") com.google.gwt.resources.client.ImageResource MAP_MAP_REGIONS_selected()
-
MAP_MAP_REGIONS_unselected
@Source("map_regions_unselected.png") com.google.gwt.resources.client.ImageResource MAP_MAP_REGIONS_unselected()
-
MAP_MAP_MARKERS_selected
@Source("map_markers_selected.png") com.google.gwt.resources.client.ImageResource MAP_MAP_MARKERS_selected()
-
MAP_MAP_MARKERS_unselected
@Source("map_markers_unselected.png") com.google.gwt.resources.client.ImageResource MAP_MAP_MARKERS_unselected()
-
BUBBLECHART_default
@Source("bubble_default.png") com.google.gwt.resources.client.ImageResource BUBBLECHART_default()
-
METERCHART_default
@Source("meter_default.png") com.google.gwt.resources.client.ImageResource METERCHART_default()
-
METRIC_METRIC_CARD_selected
@Source("metric_card_selected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_CARD_selected()
-
METRIC_METRIC_CARD_unselected
@Source("metric_card_unselected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_CARD_unselected()
-
METRIC_METRIC_CARD2_selected
@Source("metric_card2_selected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_CARD2_selected()
-
METRIC_METRIC_CARD2_unselected
@Source("metric_card2_unselected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_CARD2_unselected()
-
METRIC_METRIC_QUOTA_selected
@Source("metric_quota_selected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_QUOTA_selected()
-
METRIC_METRIC_QUOTA_unselected
@Source("metric_quota_unselected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_QUOTA_unselected()
-
METRIC_METRIC_PLAIN_TEXT_selected
@Source("metric_plaintext_selected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_PLAIN_TEXT_selected()
-
METRIC_METRIC_PLAIN_TEXT_unselected
@Source("metric_plaintext_unselected.png") com.google.gwt.resources.client.ImageResource METRIC_METRIC_PLAIN_TEXT_unselected()
-
SELECTOR_SELECTOR_DROPDOWN_selected
@Source("selector_dropdown_selected.png") com.google.gwt.resources.client.ImageResource SELECTOR_SELECTOR_DROPDOWN_selected()
-
SELECTOR_SELECTOR_DROPDOWN_unselected
@Source("selector_dropdown_unselected.png") com.google.gwt.resources.client.ImageResource SELECTOR_SELECTOR_DROPDOWN_unselected()
-
SELECTOR_SELECTOR_LABELS_selected
@Source("selector_labels_selected.png") com.google.gwt.resources.client.ImageResource SELECTOR_SELECTOR_LABELS_selected()
-
SELECTOR_SELECTOR_LABELS_unselected
@Source("selector_labels_unselected.png") com.google.gwt.resources.client.ImageResource SELECTOR_SELECTOR_LABELS_unselected()
-
SELECTOR_SELECTOR_SLIDER_selected
@Source("selector_slider_selected.png") com.google.gwt.resources.client.ImageResource SELECTOR_SELECTOR_SLIDER_selected()
-
SELECTOR_SELECTOR_SLIDER_unselected
@Source("selector_slider_unselected.png") com.google.gwt.resources.client.ImageResource SELECTOR_SELECTOR_SLIDER_unselected()
-
TABLE_default
@Source("table_default.png") com.google.gwt.resources.client.ImageResource TABLE_default()
-
-