Class FrameElement


@TagName("frame") public class FrameElement extends Element
Create a frame.
See Also:
  • Field Details

  • Constructor Details

    • FrameElement

      protected FrameElement()
  • Method Details

    • as

      public static FrameElement as(Element elem)
      Assert that the given Element is compatible with this class and automatically typecast it.
    • is

      public static boolean is(JavaScriptObject o)
      Determines whether the given JavaScriptObject can be cast to this class. A null object will cause this method to return false.
    • is

      public static boolean is(Node node)
      Determine whether the given Node can be cast to this class. A null node will cause this method to return false.
    • is

      public static boolean is(Element elem)
      Determine whether the given Element can be cast to this class. A null node will cause this method to return false.
    • getContentDocument

      public final Document getContentDocument()
      The document this frame contains, if there is any and it is available, or null otherwise.
    • getFrameBorder

      public final int getFrameBorder()
      Request frame borders.
      See Also:
    • getLongDesc

      public final String getLongDesc()
      URI designating a long description of this image or frame.
      See Also:
    • getMarginHeight

      public final int getMarginHeight()
      Frame margin height, in pixels.
      See Also:
    • getMarginWidth

      public final int getMarginWidth()
      Frame margin width, in pixels.
      See Also:
    • getName

      public final String getName()
      The frame name (object of the target attribute).
      See Also:
    • getScrolling

      public final String getScrolling()
      Specify whether or not the frame should have scrollbars.
      See Also:
    • getSrc

      public final String getSrc()
      A URI designating the initial frame contents.
      See Also:
    • isNoResize

      public final boolean isNoResize()
      When true, forbid user from resizing frame.
      See Also:
    • setFrameBorder

      public final void setFrameBorder(int frameBorder)
      Request frame borders.
      See Also:
    • setLongDesc

      public final void setLongDesc(SafeUri longDesc)
      URI designating a long description of this image or frame.
      See Also:
    • setLongDesc

      public final void setLongDesc(String longDesc)
      URI designating a long description of this image or frame.
      See Also:
    • setMarginHeight

      public final void setMarginHeight(int marginHeight)
      Frame margin height, in pixels.
      See Also:
    • setMarginWidth

      public final void setMarginWidth(int marginWidth)
      Frame margin width, in pixels.
      See Also:
    • setName

      public final void setName(String name)
      The frame name (object of the target attribute).
      See Also:
    • setNoResize

      public final void setNoResize(boolean noResize)
      When true, forbid user from resizing frame.
      See Also:
    • setScrolling

      public final void setScrolling(String scrolling)
      Specify whether or not the frame should have scrollbars.
      See Also:
    • setSrc

      public final void setSrc(SafeUri src)
      A URI designating the initial frame contents.
      See Also:
    • setSrc

      public final void setSrc(String src)
      A URI designating the initial frame contents.
      See Also: