public class GalleryConfiguration extends Object implements PageActionConfiguration
Modifier and Type | Field and Description |
---|---|
protected Boolean |
autoplay |
protected Integer |
autoplayInterval |
static String |
copyright |
protected Integer |
height |
static org.slf4j.Logger |
logger |
protected Integer |
width |
Constructor and Description |
---|
GalleryConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoplay() |
Integer |
getAutoplayInterval() |
Integer |
getHeight() |
Integer |
getWidth() |
void |
init()
Initializes the configuration.
|
void |
setAutoplay(Boolean autoplay) |
void |
setAutoplayInterval(Integer autoplayInterval) |
void |
setHeight(Integer height) |
void |
setWidth(Integer width) |
public static final String copyright
protected Boolean autoplay
protected Integer autoplayInterval
protected Integer width
protected Integer height
public static final org.slf4j.Logger logger
public void init()
PageActionConfiguration
init
in interface PageActionConfiguration
public Boolean getAutoplay()
public void setAutoplay(Boolean autoplay)
public Integer getAutoplayInterval()
public void setAutoplayInterval(Integer autoplayInterval)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)