Class TableButton

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 TableButton extends TableMessage implements Hideable
The class extends TableMessage and implements a button that appears in the top left corner of the TableView, ServerTableView or CardView.
This user interface elements allows to throw events and can have only an icon.
Since it is positioned at the table level, this button should be used for launching events that have something to do with the table or its rows (for example the selection of all the rows).
See Also:
GCApi:
component
  • Constructor Details

    • TableButton

      public TableButton()
  • Method Details

    • getHtml

      public org.apache.ecs.Element getHtml(EntitySet es)
      Returns the html code of the TableButton
      Overrides:
      getHtml in class TableMessage
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html code of the TableButton