Class Title

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class Title extends Control
This component is used to display a title for a section.
The title can be the main title of the section or a secondary title.
See Also:
  • Constructor Details

    • Title

      public Title()
  • Method Details

    • setMAINTITLE

      public void setMAINTITLE(String s)
      Sets if the title is the main title of the section or not.
      Parameters:
      s - true if the title is the main title of the section, or false otherwise.
    • getHtml

      public org.apache.ecs.Element getHtml(EntitySet es)
      Description copied from class: Component
      Abstract method that must be extended and returns the html code of the Component
      Specified by:
      getHtml in class Component
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html of the Component