Package fing.satode.com.reveregroup.carousel.client.events

Examples of fing.satode.com.reveregroup.carousel.client.events.PhotoToFrontHandler


      imagePanel.add(images[i]);
    }
    this.initWidget(carouselDock);
   
    //Sync caption with front-most photo.
    addPhotoToFrontHandler(new PhotoToFrontHandler(){
      public void photoToFront(PhotoToFrontEvent event) {
        caption.setText(event.getPhoto().getCaption());
      }
    });
   
View Full Code Here

TOP

Related Classes of fing.satode.com.reveregroup.carousel.client.events.PhotoToFrontHandler

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.