120121122123124125126
* * @return a value property for observing the focus state of a * {@link Control}. */ public static IWidgetValueProperty focused() { return new ControlFocusedProperty(); }