Uses of Interface
com.levigo.jadice.web.client.ui.AnnotationToolbarInitializer
Packages that use AnnotationToolbarInitializer
-
Uses of AnnotationToolbarInitializer in com.levigo.jadice.web.client.ui
Classes in com.levigo.jadice.web.client.ui that implement AnnotationToolbarInitializerModifier and TypeClassDescriptionclass
AbstractAnnotationToolbarInitializer<T extends StateIcon>
class
The DefaultAnnotationToolbarInitializer, is aAnnotationToolbarInitializer
that dynamically fills the passed toolbar withCreateAnnotationCommand
for each type that is defined in the type-set of the annotationProfile.class
The DefaultAnnotationToolbarInitializer, is aAnnotationToolbarInitializer
that dynamically fills the passed toolbar withCreateAnnotationCommand
for each type that is defined in the type-set of the annotationProfile.Constructors in com.levigo.jadice.web.client.ui with parameters of type AnnotationToolbarInitializerModifierConstructorDescriptionAnnotationProfileAwareToolbar
(String profileName, AnnotationToolbarInitializer annoToolbarInitializer) Creates a toolbar for the annotationprofile of the passed profileName using the annoToolbarInitializer.