Class IFrame

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 IFrame extends Control
See Also:
  • Constructor Details

    • IFrame

      public IFrame()
  • Method Details

    • 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
    • setSRC

      public void setSRC(String s)
      Sets the src url for the frame.
      Parameters:
      s - the src url for the frame.
    • 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