@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TabOrder
If tab order is not defined alphabetical order is used.
public abstract java.lang.String[] value
Tab
s.
If a tab is defined that is not present it is ignored. If a tab is not defined but is present alphabetical order is used.