LabelPosition (enum)

The positioning of a label for a property or action parameter.

API

LabelPosition.java
enum LabelPosition {
  DEFAULT
  LEFT
  RIGHT     (1)
  TOP
  NONE
  NOT_SPECIFIED     (2)
}
1 RIGHT

Right position of the label for Boolean properties.Not supportedfor now for other types.

2 NOT_SPECIFIED

Ignore the value provided by this annotation (meaning that the framework will keep searching, in meta annotations or superclasses/interfaces).

Members

Right position of the label for Boolean properties.Not supportedfor now for other types.

NOT_SPECIFIED

Ignore the value provided by this annotation (meaning that the framework will keep searching, in meta annotations or superclasses/interfaces).