Schnittstelle ObjectTagDeclaration

Alle Superschnittstellen:
HasBinding, HasId, HasIdBindingAndRendered, IsRendered, IsVisual

public interface ObjectTagDeclaration extends HasIdBindingAndRendered, IsVisual
Show external content inside of an application. This will typically renders an iframe tag.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Name of the element.
    void
    setSandbox(String sandbox)
    Value of the iframe sandbox attribute.
    void
    URI to object source

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Methodendetails

    • setSrc

      void setSrc(String src)
      URI to object source
    • setName

      void setName(String name)
      Name of the element. If not set the id will be used as name. The id in JSF normally contains colons. This doesn't work in Internet Explorer 9 and lower when using window.open(src, target).
    • setSandbox

      void setSandbox(String sandbox)
      Value of the iframe sandbox attribute.