Package com.google.gwt.user.client.ui
Interface DisclosurePanelImagesRTL
-
- All Superinterfaces:
DisclosurePanelImages
,ImageBundle
@Deprecated public interface DisclosurePanelImagesRTL extends DisclosurePanelImages
Deprecated.A bundle containing the RTL versions of the images for DisclosurePanel. Right now, we only need to override the disclosurePanelClosed() method, as the image that we provide for disclosurePanelOpen() is direction-agnostic.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
ImageBundle.Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AbstractImagePrototype
disclosurePanelClosed()
Deprecated.An image indicating a closed disclosure panel for a RTL context.-
Methods inherited from interface com.google.gwt.user.client.ui.DisclosurePanelImages
disclosurePanelOpen
-
-
-
-
Method Detail
-
disclosurePanelClosed
@Resource("disclosurePanelClosed_rtl.png") AbstractImagePrototype disclosurePanelClosed()
Deprecated.An image indicating a closed disclosure panel for a RTL context.- Specified by:
disclosurePanelClosed
in interfaceDisclosurePanelImages
- Returns:
- a prototype of this image
-
-