Uses of Class
org.cruxframework.crux.widgets.client.slideshow.SlideshowComponent

Packages that use SlideshowComponent
org.cruxframework.crux.widgets.client.slideshow   
 

Uses of SlideshowComponent in org.cruxframework.crux.widgets.client.slideshow
 

Subclasses of SlideshowComponent in org.cruxframework.crux.widgets.client.slideshow
 class SlideshowAlbumTitle
           
 class SlideshowNavigator
           
 class SlideshowPhotoDescription
           
 class SlideshowPhotoPanel
           
 class SlideshowPlayPanel
           
 class SlideshowThumbnails
           
 

Fields in org.cruxframework.crux.widgets.client.slideshow with type parameters of type SlideshowComponent
protected  org.cruxframework.crux.core.client.collection.FastList<SlideshowComponent> SlideshowBaseController.components
           
 

Methods in org.cruxframework.crux.widgets.client.slideshow with parameters of type SlideshowComponent
 void Slideshow.addComponent(SlideshowComponent component, Slideshow.Position position)
           
 void SlideshowBaseController.addComponent(SlideshowComponent component, Slideshow.Position position)
           
 void Slideshow.setHeight(SlideshowComponent component, String height)
           
 void SlideshowBaseController.setHeight(SlideshowComponent component, String height)
           
 void Slideshow.setHorizontalAlignment(SlideshowComponent component, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant align)
           
 void SlideshowBaseController.setHorizontalAlignment(SlideshowComponent component, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant align)
           
 void Slideshow.setVerticalAlignment(SlideshowComponent component, com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant align)
           
 void SlideshowBaseController.setVerticalAlignment(SlideshowComponent component, com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant align)
           
 void Slideshow.setWidth(SlideshowComponent component, String width)
           
 void SlideshowBaseController.setWidth(SlideshowComponent component, String width)
           
 



Copyright © 2015. All rights reserved.