Class AreaTitle

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Identified, Tool

@Component public class AreaTitle extends Component
The class represents the title of the page. Usually this component is placed at the top of the xml definition file, immediately after the TaskBar definition. If the label attribute is not indicated, the name of the window is considered and used as title.
See Also:
GCApi:
component
  • Constructor Details

    • AreaTitle

      public AreaTitle()
  • Method Details

    • getHtml

      public org.apache.ecs.Element getHtml(EntitySet es)
      Returns the html code of the AreaTitle
      Specified by:
      getHtml in class Component
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html code of the title of the page