Uses of Interface
com.levigo.jadice.web.client.annotation.AnnotationProfiles.Handler
Packages that use AnnotationProfiles.Handler
Package
Description
-
Uses of AnnotationProfiles.Handler in com.levigo.jadice.web.client.annotation
Methods in com.levigo.jadice.web.client.annotation with parameters of type AnnotationProfiles.HandlerModifier and TypeMethodDescriptionvoid
AnnotationProfiles.Request.addHandler
(AnnotationProfiles.Handler handler) Register aAnnotationProfiles.Handler
which will be notified once theAnnotationProfiles.Request
has been completed. -
Uses of AnnotationProfiles.Handler in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type AnnotationProfiles.HandlerModifier and TypeMethodDescriptionWrangler
<?> DefaultWranglerFinder.findWrangler
(String profileName, String typeName, AnnotationProfiles.Handler repaint) Wrangler
<?> WranglerFinder.findWrangler
(String profileName, String typeName, AnnotationProfiles.Handler repaint) -
Uses of AnnotationProfiles.Handler in com.levigo.jadice.web.client.ui
Subinterfaces of AnnotationProfiles.Handler in com.levigo.jadice.web.client.uiModifier and TypeInterfaceDescriptioninterface
An implementation ofAnnotationToolbarInitializer
can be used to create a toolbar for anAnnotationProfile
.Classes in com.levigo.jadice.web.client.ui that implement AnnotationProfiles.HandlerModifier 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. -
Uses of AnnotationProfiles.Handler in com.levigo.jadice.web.demo.enterprise.client
Classes in com.levigo.jadice.web.demo.enterprise.client that implement AnnotationProfiles.Handler