Class AbstractContentFrame

Direct Known Subclasses:
IFrame, Img

public abstract class AbstractContentFrame
extends AbstractUIElement
A parent class for any elements displaying external content
  • Field Details

    • height

      protected Integer height
      The height attribute of the element
    • src

      protected String src
      The src attribute of the element
    • width

      protected Integer width
      The width attribute of the element
  • Constructor Details

  • Method Details

    • setHeight

      public void setHeight​(Integer height)
    • setSrc

      public void setSrc​(String src)
    • setWidth

      public void setWidth​(Integer width)
    • getHeight

      public Integer getHeight()
    • getSrc

      public String getSrc()
    • getWidth

      public Integer getWidth()