Class ColumnMimeIcon

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

@Component public class ColumnMimeIcon extends Column
This class implements the user interface object that represents a column of a table and allows to display the correct icon for the MimeType object value
See Also:
GCApi:
component
  • Constructor Details

    • ColumnMimeIcon

      public ColumnMimeIcon()
  • Method Details

    • setSIZE

      public void setSIZE(String s)
      Sets the size of the icon
      Parameters:
      s - The size of the icon, expressed in pixels. The default value is 16
    • getHtmlRow

      public org.apache.ecs.Element getHtmlRow(EntitySet es, int row, int pagerow, ArrayList al)
      Description copied from class: Column
      Returns the html element that defines the row
      Overrides:
      getHtmlRow in class Column
      Parameters:
      es - The EntitySet to which the element belongs
      row - The number of the row
      pagerow - The number ofd the page
      al - The list of values of the row
      Returns:
      The html element that defines the row
    • _getIcon

      protected static String _getIcon(String name)
    • getDefaultLayoutLabel

      public String getDefaultLayoutLabel()
      Overrides:
      getDefaultLayoutLabel in class Column