Class GalleriaView
- java.lang.Object
-
- org.primefaces.showcase.view.multimedia.GalleriaView
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class GalleriaView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GalleriaView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeActiveIndex()intgetActiveIndex()List<Photo>getPhotos()List<ResponsiveOption>getResponsiveOptions1()List<ResponsiveOption>getResponsiveOptions2()List<ResponsiveOption>getResponsiveOptions3()voidinit()voidsetActiveIndex(int activeIndex)voidsetService(PhotoService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
changeActiveIndex
public void changeActiveIndex()
-
getResponsiveOptions1
public List<ResponsiveOption> getResponsiveOptions1()
-
getResponsiveOptions2
public List<ResponsiveOption> getResponsiveOptions2()
-
getResponsiveOptions3
public List<ResponsiveOption> getResponsiveOptions3()
-
getActiveIndex
public int getActiveIndex()
-
setActiveIndex
public void setActiveIndex(int activeIndex)
-
setService
public void setService(PhotoService service)
-
-