Uses of Interface
com.jadice.web.util.icon.client.EffectIcon
Packages that use EffectIcon
Package
Description
-
Uses of EffectIcon in com.jadice.web.util.icon.client
Classes in com.jadice.web.util.icon.client that implement EffectIconMethods in com.jadice.web.util.icon.client that return EffectIconModifier and TypeMethodDescriptionEffectIcon.cloneMe()EffectIconUrl.cloneMe()static EffectIconEffectIcons.getEffectIcon(com.google.gwt.resources.client.ImageResource img) Get theEffectIconfor a given name.static EffectIconEffectIcons.getEffectIcon(com.google.gwt.resources.client.ImageResource img, int effectFlags) Get theEffectIconfor a given name.static EffectIconEffectIcons.getEffectIcon(com.google.gwt.resources.client.ImageResource img, int effectFlags, Dimension targetSize) Get theEffectIconfor a given name and a set of effect flags scaled to a given dimension.static EffectIconEffectIcons.getEffectIcon(Object bundle, String name) Get theEffectIconfor a given name.static EffectIconEffectIcons.getEffectIcon(Object bundle, String name, int effectFlags) Get theEffectIconfor a given name.static EffectIconEffectIcons.getEffectIcon(Object bundle, String name, int effectFlags, Dimension targetSize) Get theEffectIconfor a given name and a set of effect flags scaled to a given dimension.IconManager.getEffectIcon(String name) Get theEffectIconfor a given name.IconManager.getEffectIcon(String name, int effectFlags) Get theEffectIconfor a given name.IconManager.getEffectIcon(String name, int effectFlags, Dimension targetSize) Get theEffectIconfor a given name and a set of effect flags scaled to a given dimension.Methods in com.jadice.web.util.icon.client with parameters of type EffectIconModifier and TypeMethodDescriptionvoidStateEffectIcon.setDisabledImage(EffectIcon img) voidStateEffectIcon.setHoverImage(EffectIcon img) voidStateEffectIcon.setPressedImage(EffectIcon img) voidStateEffectIcon.setSelectedDisabledImage(EffectIcon img) voidStateEffectIcon.setSelectedHoverImage(EffectIcon img) voidStateEffectIcon.setSelectedImage(EffectIcon img) Constructors in com.jadice.web.util.icon.client with parameters of type EffectIconModifierConstructorDescriptionStateEffectIcon(EffectIcon defaultImage) StateEffectIcon(EffectIcon defaultImage, int initialEffect) -
Uses of EffectIcon in com.jadice.web.util.icon.client.internal
Classes in com.jadice.web.util.icon.client.internal that implement EffectIconModifier and TypeClassDescriptionclasscom.jadice.web.util.icon.client.internal.AbstractEffectIcon -
Uses of EffectIcon in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return EffectIconModifier and TypeMethodDescriptionprotected EffectIconAnnotationPropertyEditor.getIcon()protected EffectIcon -
Uses of EffectIcon in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler that return EffectIconModifier and TypeMethodDescriptionprotected EffectIconTextAnnotationWrangler.getIcon(List<? extends Annotation> selected, Document doc)