Uses of Interface
org.onehippo.forge.document.commenting.cms.api.SerializableCallable
Packages that use SerializableCallable
-
Uses of SerializableCallable in org.onehippo.forge.document.commenting.cms.impl
Methods in org.onehippo.forge.document.commenting.cms.impl that return SerializableCallableModifier and TypeMethodDescriptionprotected SerializableCallable<Object> DefaultDocumentCommentingEditorDialog.getOnOkCallback()Methods in org.onehippo.forge.document.commenting.cms.impl with parameters of type SerializableCallableModifier and TypeMethodDescriptionprotected org.hippoecm.frontend.dialog.IDialogFactoryDefaultDocumentCommentingFieldPlugin.createDialogFactory(CommentItem commentItem, SerializableCallable<Object> onOkCallback) protected org.hippoecm.frontend.dialog.AbstractDialog<Node> DefaultDocumentCommentingFieldPlugin.createDialogInstance(CommentItem commentItem, SerializableCallable<Object> onOkCallback) Constructors in org.onehippo.forge.document.commenting.cms.impl with parameters of type SerializableCallableModifierConstructorDescriptionDefaultDocumentCommentingEditorDialog(org.apache.wicket.model.IModel<String> titleModel, CommentingContext commentingContext, CommentPersistenceManager commentPersistenceManager, CommentItem originalCommentItem, SerializableCallable<Object> onOkCallback)