Package org.cast.isi.component

Examples of org.cast.isi.component.HotSpotComponent


      annotatedImageComponent.add(new AttributeRemover("annotatedImageId"));
      return annotatedImageComponent;
     
    } else if (wicketId.startsWith("hotSpot_")) {
      // clickable areas on annotated images
      HotSpotComponent hotSpotComponent = new HotSpotComponent(wicketId, elt);
      hotSpotComponent.add(new AttributeRemover("annotatedImageId"));
      return hotSpotComponent;
     
    } else if (wicketId.startsWith("slideShow_")) {
      SlideShowComponent slideShowComponent = new SlideShowComponent(wicketId, elt);
      return slideShowComponent;
View Full Code Here

TOP

Related Classes of org.cast.isi.component.HotSpotComponent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.