de.agilecoders.wicket.jquery
Class ConfigModel
java.lang.Object
de.agilecoders.wicket.jquery.ConfigModel
- All Implemented Interfaces:
- Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<String>, org.apache.wicket.util.io.IClusterable
public class ConfigModel
- extends Object
- implements org.apache.wicket.model.IModel<String>
A simple String model that indicates that it should be serialized as
plain String for JSON configurations.
Uses a special Json serializer.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigModel
public ConfigModel(org.apache.wicket.model.IModel<String> wrapped)
getObject
public String getObject()
- Specified by:
getObject in interface org.apache.wicket.model.IModel<String>
setObject
public void setObject(String object)
- Specified by:
setObject in interface org.apache.wicket.model.IModel<String>
detach
public void detach()
- Specified by:
detach in interface org.apache.wicket.model.IDetachable
Copyright © 2017. All Rights Reserved.