Class Drag

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

@Component public class Drag extends Component
This class implements a non active graphic user interface element that consist in an icon used with the purpose to indicate that one component (possibly located in the close proximity of the icon itself) supports the drag & drop functionality.
See Also:
GCApi:
component
  • Constructor Details

    • Drag

      public Drag()
  • 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