org.apache.wicket
Class AttributeModifier.ValuelessAttributeRemoveModel
java.lang.Object
org.apache.wicket.model.AbstractReadOnlyModel<Serializable>
org.apache.wicket.AttributeModifier.ValuelessAttributeRemoveModel
- All Implemented Interfaces:
- Serializable, IDetachable, IModel<Serializable>, IClusterable
- Enclosing class:
- AttributeModifier
public static class AttributeModifier.ValuelessAttributeRemoveModel
- extends AbstractReadOnlyModel<Serializable>
A dynamic model that returns the marker value AttributeModifier.VALUELESS_ATTRIBUTE_REMOVE
to prevent making copies of it via (de)serialization
- See Also:
- Serialized Form
AttributeModifier.ValuelessAttributeRemoveModel
public AttributeModifier.ValuelessAttributeRemoveModel()
getObject
public Serializable getObject()
- Description copied from interface:
IModel
- Gets the model object.
- Specified by:
getObject in interface IModel<Serializable>- Specified by:
getObject in class AbstractReadOnlyModel<Serializable>
- Returns:
- The model object
- See Also:
IModel.getObject()
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.