Class FormNewItemDescriptor

java.lang.Object
com._1c.g5.v8.dt.form.service.item.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 Details

    • 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 Details

    • 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