Class Section

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 Section extends Control
This component extends Control and it serves to create a section in the mask delimitated by a line. It can be use to contain single Grid component, as one ArrangingGrid. It is often also used as empty element, to insert only a label.
See Also:
GCApi:
component
  • Field Details

    • _ref

      protected String _ref
  • Constructor Details

    • Section

      public Section()
  • Method Details

    • setREF

      public void setREF(String s)
      Defines the name of the attribute used as a reference, pointed by an anchor, to reposition the scrolling of the page following the execution of a non-Ajax event
      Parameters:
      s - The name of the reference that must correspond to the name of an anchor
    • 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
    • getStartSection

      protected org.apache.ecs.Element getStartSection(EntitySet es, boolean closed)
    • getEndSection

      protected org.apache.ecs.Element getEndSection(EntitySet es)
    • getEmptySection

      protected org.apache.ecs.Element getEmptySection(EntitySet es)