Class FormNewItemDescriptor
java.lang.Object
com._1c.g5.v8.dt.form.service.item.FormNewItemDescriptor
Form item descriptor that include the item name, title map, and boolean flag indicating a formatted title text
-
Constructor Summary
ConstructorsConstructorDescriptionFormNewItemDescriptor(String itemName, Map<String, String> itemTitle, boolean isFormattedText) -
Method Summary
Modifier and TypeMethodDescriptionProvide item nameProvide item titlebooleanProvide a formatted text indicator
-
Constructor Details
-
Method Details
-
getItemName
Provide item name- Returns:
- the itemName the item name, cannot be
null
-
getItemTitle
Provide item title- Returns:
- the itemTitle, cannot be
null
-
isFormattedText
public boolean isFormattedText()Provide a formatted text indicator- Returns:
- the isFormattedText,
trueif text is formatted
-