Class Iframe

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class Iframe extends ContentElementBase
Content element that encloses an iframe
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Iframe

      public Iframe()
  • Method Details

    • getSource

      public String getSource()
      The IFrame's source
      Returns:
      source
    • setSource

      public void setSource(String source)
      Setter for the IFrame's source
      Parameters:
      source -
    • getHeight

      public String getHeight()
      The IFrame's height
      Returns:
      height
    • setHeight

      public void setHeight(String height)
      Setter for the IFrame's height
      Parameters:
      height -
    • getFrameborder

      public String getFrameborder()
      The IFrame's frame border
      Returns:
      frameborder
    • setFrameborder

      public void setFrameborder(String frameborder)
      Setter for the IFrame's frame border
      Parameters:
      frameborder -
    • completeValidation

      public void completeValidation(ValidationTrace tracer)
      Validates different requirements of component compiling a series of reports detailing information on errors found in the component. Used by the RiceDictionaryValidator.
      Specified by:
      completeValidation in interface Component
      Overrides:
      completeValidation in class ComponentBase
      Parameters:
      tracer - Record of component's location