Enum HasDirection.Direction

java.lang.Object
java.lang.Enum<HasDirection.Direction>
com.google.gwt.i18n.client.HasDirection.Direction
All Implemented Interfaces:
Serializable, Comparable<HasDirection.Direction>, java.lang.constant.Constable
Enclosing interface:
HasDirection

public static enum HasDirection.Direction extends Enum<HasDirection.Direction>
Possible return values for HasDirection.getDirection() and parameter values for HasDirection.setDirection(Direction).Widgets that implement this interface can either have a direction that is right-to-left (RTL), left-to-right (LTR), or default (which means that their directionality is inherited from their parent widget).