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

public class OutputIcon extends OutputColor implements Hideable
See Also:
  • Field Details

  • Constructor Details

    • OutputIcon

      public OutputIcon()
  • Method Details

    • setVISIBLE

      public void setVISIBLE(String s)
      Description copied from interface: Hideable
      Sets the visibility of the component
      Specified by:
      setVISIBLE in interface Hideable
      Parameters:
      s - String used to defines the visibility of the component
    • isVisible

      public boolean isVisible()
      Description copied from interface: Hideable
      Checks the visibility of the component
      Specified by:
      isVisible in interface Hideable
      Returns:
      true if the component is visible, false otherwise
    • getHtmlValue

      public org.apache.ecs.Element getHtmlValue(EntitySet es)
      Overrides:
      getHtmlValue in class OutputColor
    • 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
      Overrides:
      getHtml in class OutputColor
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html of the Component