public class IFrame
extends AbstractContentFrame
A pojo representing an iframe element
  • Field Details

    • allow

      private String allow
      The allow attribute of the IFrame
    • allowFullScreen

      private Boolean allowFullScreen
      The allowfullscreen attribute of the IFrame
    • loading

      private String loading
      The loading attribute of the IFrame
    • name

      private String name
      The name attribute of the IFrame
    • referrerPolicy

      private String referrerPolicy
      The referrerpolicy of the IFrame
    • sandbox

      private String sandbox
      The sandbox attribute of the IFrame
    • srcDoc

      private String srcDoc
      The srcdoc of the IFrame
  • Constructor Details

  • Method Details

    • builder

      public static IFrame.IFrameBuilder builder()
    • setAllow

      public void setAllow​(String allow)
    • setAllowFullScreen

      public void setAllowFullScreen​(Boolean allowFullScreen)
    • setLoading

      public void setLoading​(String loading)
    • setName

      public void setName​(String name)
    • setReferrerPolicy

      public void setReferrerPolicy​(String referrerPolicy)
    • setSandbox

      public void setSandbox​(String sandbox)
    • setSrcDoc

      public void setSrcDoc​(String srcDoc)
    • getAllow

      public String getAllow()
    • getAllowFullScreen

      public Boolean getAllowFullScreen()
    • getLoading

      public String getLoading()
    • getName

      public String getName()
    • getReferrerPolicy

      public String getReferrerPolicy()
    • getSandbox

      public String getSandbox()
    • getSrcDoc

      public String getSrcDoc()