Class LightboxOptions


public class LightboxOptions extends SerializableEntity
Lightbox configuration.
  • Constructor Details

    • LightboxOptions

      public LightboxOptions()
  • Method Details

    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getResizable

      public Boolean getResizable()
    • setResizable

      public void setResizable(Boolean resizable)