Class FormNewItemDescriptor


  • public class FormNewItemDescriptor
    extends Object
    Form item descriptor that include the item name, title map, and boolean flag indicating a formatted title text
    • Constructor Detail

      • FormNewItemDescriptor

        public FormNewItemDescriptor​(String itemName,
                                     Map<String,​String> itemTitle,
                                     boolean isFormattedText)
        Parameters:
        itemName - the item name, cannot be null
        itemTitle - the item title, cannot be null
        isFormattedText - true if title contains a formatted text
    • Method Detail

      • getItemName

        public String getItemName()
        Provide item name
        Returns:
        the itemName the item name, cannot be null
      • getItemTitle

        public Map<String,​String> getItemTitle()
        Provide item title
        Returns:
        the itemTitle, cannot be null
      • isFormattedText

        public boolean isFormattedText()
        Provide a formatted text indicator
        Returns:
        the isFormattedText, true if text is formatted