Interface FormItemHoverFormatter


public interface FormItemHoverFormatter
If defined, this method should return the HTML to display in a hover canvas when the user holds the mousepointer over this item. Return null to suppress the hover canvas altogether.
  • Method Details

    • getHoverHTML

      String getHoverHTML(FormItem item, DynamicForm form)
      The html to render on hover.
      Parameters:
      item - the form item
      form - the form
      Returns:
      the hover html