public interface

DisclosurePanelImagesRTL

implements DisclosurePanelImages
com.google.gwt.user.client.ui.DisclosurePanelImagesRTL

Class Overview

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.

Summary

Public Methods
abstract AbstractImagePrototype disclosurePanelClosed()
An image indicating a closed disclosure panel for a RTL context.
[Expand]
Inherited Methods
From interface com.google.gwt.user.client.ui.DisclosurePanelImages

Public Methods

public abstract AbstractImagePrototype disclosurePanelClosed ()

An image indicating a closed disclosure panel for a RTL context.

Returns
  • a prototype of this image