order property

String order
final

The String that defines the lexical order to assign to the widget subtree using FocusTraversalOrder.

Determines the placement of this widget in a sequence of widgets that defines the order in which this node is traversed by the focus policy.

Lower lexical values will be traversed first (e.g. 'a' comes before 'z').

Implementation

final String order;