Class FormItemUtil


  • public final class FormItemUtil
    extends Object
    The helper methods for form item.
    • Method Detail

      • isPredefinedItem

        public static boolean isPredefinedItem​(FormItem item)
        Indicates that the specified form item is predefined item.
        The predefined items are:
      • AutoCommandBar
      • ContextMenu
      • ExtendedTooltip

      • There are some additions that are predefined too:
      • Search string
      • Search control
      • View status

Parameters:
item - The form item, can be null.
Returns:
true if specified item is predefined item, otherwise - false.
Parameters:
itemType - The form item type, can be null.
Returns:
true if specified item type represents the predefined item, otherwise - false.