Uses of Class
org.xwiki.annotation.renderer.AnnotationEvent.AnnotationEventType
-
Packages that use AnnotationEvent.AnnotationEventType Package Description org.xwiki.annotation.renderer -
-
Uses of AnnotationEvent.AnnotationEventType in org.xwiki.annotation.renderer
Methods in org.xwiki.annotation.renderer that return AnnotationEvent.AnnotationEventType Modifier and Type Method Description AnnotationEvent.AnnotationEventType
AnnotationEvent. getType()
static AnnotationEvent.AnnotationEventType
AnnotationEvent.AnnotationEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationEvent.AnnotationEventType[]
AnnotationEvent.AnnotationEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xwiki.annotation.renderer with parameters of type AnnotationEvent.AnnotationEventType Constructor Description AnnotationEvent(AnnotationEvent.AnnotationEventType type, Annotation ann)
Builds an annotation event for the passed annotation and type.
-