Package com.google.gwt.user.client.ui
Interface DisclosurePanelImagesRTL
- All Superinterfaces:
DisclosurePanelImages,ImageBundle
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
Modifier and TypeMethodDescriptionDeprecated.An image indicating a closed disclosure panel for a RTL context.Methods inherited from interface com.google.gwt.user.client.ui.DisclosurePanelImages
disclosurePanelOpen
-
Method Details
-
disclosurePanelClosed
Deprecated.An image indicating a closed disclosure panel for a RTL context.- Specified by:
disclosurePanelClosedin interfaceDisclosurePanelImages- Returns:
- a prototype of this image
-