Interface HasDirection

    • Method Detail

      • setDirection

        void setDirection​(HasDirection.Direction direction)
        Sets the directionality for a widget.
        Parameters:
        direction - RTL if the directionality should be set to right-to-left, LTR if the directionality should be set to left-to-right DEFAULT if the directionality should not be explicitly set
      • getDirection

        HasDirection.Direction getDirection()
        Gets the directionality of the widget.
        Returns:
        RTL if the directionality is right-to-left, LTR if the directionality is left-to-right, or DEFAULT if the directionality is not explicitly specified