Annotation Type BindAutoFocus
-
@Retention(RUNTIME) @Target(METHOD) @LinkkiAspect(BindAutoFocusAspectDefinitionCreator.class) public @interface BindAutoFocus
Sets the autofocus property of aHasValueUI element totruewhen the ElementBinding is created. Usage:Should only be used on one visible,
editableUI element.@BindAutoFocus
Limitations:
@UITextField(position = 10)
public void text(){}- UI elements that can be
dynamicallyread-onlywill also be highlighted. - does not work in combination with
UIRadioButtons
- UI elements that can be