Uses of Class
org.primefaces.model.ResponsiveOption
-
Packages that use ResponsiveOption Package Description org.primefaces.component.carousel org.primefaces.component.galleria -
-
Uses of ResponsiveOption in org.primefaces.component.carousel
Methods in org.primefaces.component.carousel that return types with arguments of type ResponsiveOption Modifier and Type Method Description List<ResponsiveOption>
CarouselBase. getResponsiveOptions()
Method parameters in org.primefaces.component.carousel with type arguments of type ResponsiveOption Modifier and Type Method Description void
CarouselBase. setResponsiveOptions(List<ResponsiveOption> responsiveOptions)
-
Uses of ResponsiveOption in org.primefaces.component.galleria
Methods in org.primefaces.component.galleria that return types with arguments of type ResponsiveOption Modifier and Type Method Description List<ResponsiveOption>
GalleriaBase. getResponsiveOptions()
Method parameters in org.primefaces.component.galleria with type arguments of type ResponsiveOption Modifier and Type Method Description void
GalleriaBase. setResponsiveOptions(List<ResponsiveOption> responsiveOptions)
-