Interface HasDirection

All Known Subinterfaces:
AutoDirectionHandler.Target
All Known Implementing Classes:
Anchor, DialogBox.CaptionImpl, DoubleBox, HTML, InlineHTML, InlineLabel, IntegerBox, Label, LongBox, PasswordTextBox, TextArea, TextBox, TextBoxBase, ValueBox, ValueBoxBase

public interface HasDirection
A widget that implements this interface has the ability to override the document directionality for its root element. Widgets that implement this interface should be leaf widgets. More specifically, they should not implement the HasWidgets interface.