Uses of Class
com.levigo.jadice.annotation.profiles.AnnotationProfile
Packages that use AnnotationProfile
Package
Description
-
Uses of AnnotationProfile in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation that return AnnotationProfileModifier and TypeMethodDescriptionTypeRegisterer.getAnnotationProfile(String name) Retrieve anAnnotationProfilepreviously registerd withTypeRegisterer.registerProfile(AnnotationProfile)Methods in com.levigo.jadice.annotation with parameters of type AnnotationProfileModifier and TypeMethodDescriptionvoidTypeRegisterer.registerProfile(AnnotationProfile profile) Register a profile server-wide. -
Uses of AnnotationProfile in com.levigo.jadice.annotation.profiles
Methods in com.levigo.jadice.annotation.profiles that return AnnotationProfileModifier and TypeMethodDescriptionstatic AnnotationProfileReturn the applicableAnnotationProfilefor the givenDocument.AnnotationFactory.getAnnotationProfile()Return the "effective" profile to which this type or template belongs.static AnnotationProfileAnnotationProfile.getDefaultProfile()AnnotationFactory.getOwnerProfile()Return the profile that "owns" this type or template.AnnotationProfile.getParentProfile()AnnotationProfileLocator.locateProfile(String name) Methods in com.levigo.jadice.annotation.profiles with parameters of type AnnotationProfileModifier and TypeMethodDescriptionstatic voidAnnotationProfileWorkaround.afterInit(AnnotationProfile profile) static voidAnnotationProfile.set(Document document, AnnotationProfile ap) Set the applicable AnnotationProfile for the given document.static voidAnnotationProfile.setDefaultProfile(AnnotationProfile defaultProfile) voidAnnotationFactory.setOwnerProfile(AnnotationProfile ownerProfile) voidAnnotationProfile.setParentProfile(AnnotationProfile parentProfile) -
Uses of AnnotationProfile in com.levigo.jadice.web.client.annotation
Methods in com.levigo.jadice.web.client.annotation that return AnnotationProfileModifier and TypeMethodDescriptionAnnotationProfiles.Request.getProfile()Access theAnnotationProfileassociated with the request.Methods in com.levigo.jadice.web.client.annotation with parameters of type AnnotationProfileModifier and TypeMethodDescription<T extends Annotation>
TAnnotationProfiles.createAnnotation(AnnotationProfile profile, String typeName) voidAnnotationProfiles.Handler.onLoaded(AnnotationProfile profile) Invoked when theAnnotationProfiles.Requesthas been loaded. -
Uses of AnnotationProfile in com.levigo.jadice.web.client.commands
Fields in com.levigo.jadice.web.client.commands declared as AnnotationProfileModifier and TypeFieldDescriptionprotected AnnotationProfileAbstractAnnotationCommand.profileTheAnnotationProfilerequired to properly execute the command.Methods in com.levigo.jadice.web.client.commands that return AnnotationProfileModifier and TypeMethodDescriptionprotected AnnotationProfileAbstractAnnotationCommand.getAnnotationProfile()Methods in com.levigo.jadice.web.client.commands with parameters of type AnnotationProfileModifier and TypeMethodDescriptionprotected AnnotationCreateAnnotationViaApiCommand.createAnnotation(AnnotationProfile profile, String annoType, com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment aps) Creates anAnnotationthat is not yet attached to theDocumentstructure.voidCreateAnnotationCommand.setAnnotationFactory(AnnotationProfile profile, AnnotationFactory factory) Constructors in com.levigo.jadice.web.client.commands with parameters of type AnnotationProfileModifierConstructorDescriptionTextAwareAnnotationCommand(AnnotationProfile profile, AnnotationFactory areaAnnoFactory, AnnotationFactory textAnnoFactory) -
Uses of AnnotationProfile in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type AnnotationProfileModifier and TypeMethodDescription<T extends Annotation>
TAnnotationProfileHelper.createAnnotation(AnnotationProfile profile, String typeName) <T extends Annotation>
TAnnotationProfileHelper.createAnnotation(AnnotationProfile profile, String typeName, com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment pageSegment) <T extends Annotation>
com.levigo.jadice.annotation.internal.renderer.AnnotationRenderer<T> AnnotationProfileHelper.createRenderer(AnnotationProfile profile, String typeName, T a) AnnotationProfileHelper.createWrangler(AnnotationProfile profile, String typeName) AnnotationProfileHelper.getBaseType(AnnotationProfile profile, String typeName) AnnotationProfileHelper.getLabel(AnnotationProfile profile, String typeName) AnnotationProfileHelper.getType(AnnotationProfile profile, String typeName) -
Uses of AnnotationProfile in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return AnnotationProfileModifier and TypeMethodDescriptionstatic AnnotationProfileAnnotationProfileDTO.to(AnnotationProfileDTO dto) Methods in com.levigo.jadice.web.client.messaging with parameters of type AnnotationProfileModifier and TypeMethodDescriptionstatic AnnotationProfileDTOAnnotationProfileDTO.from(AnnotationProfile profile) -
Uses of AnnotationProfile in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type AnnotationProfileModifier and TypeMethodDescriptionvoidAnnotationTool.setCreateMode(AnnotationProfile profile, AnnotationFactory factory) Sets the Creation Mode. -
Uses of AnnotationProfile in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui with parameters of type AnnotationProfileModifier and TypeMethodDescriptionprotected voidAbstractAnnotationToolbarInitializer.add(AnnotationProfile profile, Bar toolbar, TypeRef typeRef) protected voidAbstractAnnotationToolbarInitializer.add(AnnotationProfile profile, Bar toolbar, TypeSetElement t) AbstractAnnotationToolbarInitializer.initCreateAnnotationCommand(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommandfor the passed factory and profile.AnnotationToolbarInitializer.initCreateAnnotationCommand(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommandfor the passed factory and profile.voidAbstractAnnotationToolbarInitializer.onLoaded(AnnotationProfile result) -
Uses of AnnotationProfile in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client with parameters of type AnnotationProfileModifier and TypeMethodDescriptionprotected voidListFormattedAnnoToolbar.add(AnnotationProfile profile, List toolbar, TypeRef typeRef) protected voidListFormattedAnnoToolbar.add(AnnotationProfile profile, List content, TypeSetElement t) protected voidListFormattedAnnoToolbar.addCommandCreatedAnnoButton(AnnotationProfile profile, List toolbar, String name) We need to add the text highlight annotations separately as its creation is not handled by a wrangler, but by the commands.protected voidListFormattedAnnoToolbar.addTextAwareAnnoButton(AnnotationProfile profile, List toolbar, String text, String area) ListFormattedAnnoToolbar.initCreateAnnotationCommand(AnnotationProfile profile, AnnotationFactory factory) Returns aCreateAnnotationCommandfor the passed factory and profile.voidListFormattedAnnoToolbar.onLoaded(AnnotationProfile profile) -
Uses of AnnotationProfile in com.levigo.jadice.web.server
Methods in com.levigo.jadice.web.server that return AnnotationProfileModifier and TypeMethodDescriptionAnnotationProfileRegistry.getAnnotationProfile(String name) Obtains anAnnotationProfileby a given name.Methods in com.levigo.jadice.web.server that return types with arguments of type AnnotationProfileModifier and TypeMethodDescriptionAnnotationProfileRegistry.getRegisteredAnnotationProfiles()Obtains all registeredAnnotationProfiles.Methods in com.levigo.jadice.web.server with parameters of type AnnotationProfileModifier and TypeMethodDescriptionvoidAnnotationProfileRegistry.registerProfile(AnnotationProfile annotationProfile) Registers anAnnotationProfileat the registry.voidAnnotationProfileRegistry.registerProfile(String name, AnnotationProfile annotationProfile) Registers anAnnotationProfileat the registry on a given name. -
Uses of AnnotationProfile in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return AnnotationProfileModifier and TypeMethodDescriptionstatic AnnotationProfileAnnotationProfileDTO.to(AnnotationProfileDTO dto) Methods in com.levigo.jadice.web.server.messaging with parameters of type AnnotationProfileModifier and TypeMethodDescriptionstatic AnnotationProfileDTOAnnotationProfileDTO.from(AnnotationProfile profile)