Class FormFieldFocus
-
- org.apache.tapestry5.corelib.mixins.FormFieldFocus
-
public class FormFieldFocus extends
Deprecated.As of release 5.4, replaced byOverrideFieldFocus
A mixin that instruments the outerForm
on which component the focus should be activated. This is meant to be used only withForm
component.- Since:
- 5.3
Component Parameters Name Type Flags Default Default Prefix focusField org. apache. tapestry5. Field Required, Not Null component The org.apache.tapestry5.Field instance that will receive the focus within the org.apache.tapestry5.corelib.components.Form.
-
-
Constructor Summary
Constructors Constructor Description FormFieldFocus()
Deprecated.
-
-
-
Constructor Detail
-
FormFieldFocus
public FormFieldFocus()
Deprecated.
-
-