Class Space

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

public class Space extends ContentElementBase
Content element that renders a non-breaking space HTML   tag
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Space

      public Space()
  • Method Details

    • isSelfRendered

      public boolean isSelfRendered()
      Indicates that this element renders itself and does not use a template

      Since this method returns true, the renderOutput property provides the HTML string representing this element.

      Specified by:
      isSelfRendered in interface Component
      Overrides:
      isSelfRendered in class ComponentBase
      Returns:
      true - this object renders itself boolean true if component is self rendered, false if not (renders through template)
    • getRenderedHtmlOutput

      public String getRenderedHtmlOutput()
      Provides the HTML string to be used to render a non-breaking space

      The HTML for a Space element is  

      Specified by:
      getRenderedHtmlOutput in interface Component
      Overrides:
      getRenderedHtmlOutput in class ComponentBase
      Returns:
      the HTML string for a non-breaking space String render output