Class FormItemEventInfo

All Implemented Interfaces:
HasHandlers

public class FormItemEventInfo extends DataClass
A class containing details for mouse events occurring over a FormItem.
See Also:
  • Constructor Details

  • Method Details

    • getItem

      public FormItem getItem()
      Item over which the event occurred.
      Returns:
      item over which the event occurred.
    • isOverItem

      public Boolean isOverItem()
      True if the event occurred over the main body of the item (for example the text-box), rather than over the title or within the form item's cell in the DynamicForm but outside the text box area.
      Returns:
      true if the event occurred over the main body of the item
    • isOverTitle

      public Boolean isOverTitle()
      True if the event occurred over the items title.
      Returns:
      true if the event occurred over the items title.
    • getIcon

      public String getIcon()
      If this event occurred over a formItemIcon this attribute contains the name of the icon.
      Returns:
      the form item icon name