Module org.apache.wicket.core
Class AutoLabelResolver.AutoLabelMarker
java.lang.Object
org.apache.wicket.markup.html.form.AutoLabelResolver.AutoLabelMarker
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AutoLabelResolver
Marker used to track whether or not a form component has an associated auto label by its mere
presense as well as some attributes of the component across requests.
- Author:
- igor
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAutoLabelMarker
(FormComponent<?> component) AutoLabelMarker
(FormComponent<?> component, boolean auto) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAuto()
boolean
boolean
boolean
isValid()
void
updateFrom
(FormComponent<?> component, AjaxRequestTarget target) Deprecated, for removal: This API element is subject to removal in a future version.void
updateFrom
(FormComponent<?> component, IPartialPageRequestHandler target)
-
Field Details
-
VALID
- See Also:
-
REQUIRED
- See Also:
-
ENABLED
- See Also:
-
AUTO
- See Also:
-
-
Constructor Details
-
AutoLabelMarker
-
AutoLabelMarker
-
-
Method Details
-
updateFrom
@Deprecated(since="9.17.0, 10.0.0", forRemoval=true) public void updateFrom(FormComponent<?> component, AjaxRequestTarget target) Deprecated, for removal: This API element is subject to removal in a future version. -
updateFrom
-
isAuto
-
isValid
-
isEnabled
-
isRequired
-