Class Frame

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

@Component public class Frame extends Component
This component wraps the inner children into a scrollable frame (only the horizontal way).
See Also:
GCApi:
component
  • Field Details

    • minWidth

      protected int minWidth
    • fullsize

      protected boolean fullsize
  • Constructor Details

    • Frame

      public Frame()
  • Method Details

    • setMINWIDTH

      public void setMINWIDTH(String s)
      Set the minimum width of the frame.
      Parameters:
      s - The width, expressed in pixel.
    • setFULLSIZE

      public void setFULLSIZE(String s)
      Indicates if the frame has to occupy all the available space in width
      Parameters:
      s - A string that represents a boolean value ("true" or "1", "false" or "0").
      If the string is not recognized as a boolean value, it will be used the default value, that is false
    • 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