Uses of Enum Class
org.apache.wicket.AttributeModifier.MarkerValue
-
Uses of AttributeModifier.MarkerValue in org.apache.wicket
Modifier and TypeFieldDescriptionstatic final AttributeModifier.MarkerValue
AttributeModifier.VALUELESS_ATTRIBUTE_ADD
Marker value to have an attribute without a value added.static final AttributeModifier.MarkerValue
AttributeModifier.VALUELESS_ATTRIBUTE_REMOVE
Marker value to have an attribute without a value removed.Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AttributeModifier.MarkerValue[]
AttributeModifier.MarkerValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.