Class TextDiffModel
java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<String>
org.hippoecm.frontend.plugins.standards.diff.TextDiffModel
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<String>
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Constructor Summary
ConstructorDescriptionTextDiffModel
(org.apache.wicket.model.IModel<String> original, org.apache.wicket.model.IModel<String> current) -
Method Summary
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
getObject, isAttached, of, onAttach, onDetach, setObject, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
TextDiffModel
-
-
Method Details
-
load
- Specified by:
load
in classorg.apache.wicket.model.LoadableDetachableModel<String>
-
detach
public void detach()
-