Uses of Class
ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean.ArrayItem
Packages that use ArrayItem
Package
Description
-
Uses of ArrayItem in ru.cg.webbpm.studio.subsystems.css_classes.editor
Methods in ru.cg.webbpm.studio.subsystems.css_classes.editor with parameters of type ArrayItemModifier and TypeMethodDescriptionprotected PropertyEditor
CssClassArrayPropertyEditor.createItemPropertyEditor
(ArrayItem item, String title) -
Uses of ArrayItem in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.adapter with parameters of type ArrayItemModifier and TypeMethodDescription -
Uses of ArrayItem in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base
Methods in ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base with parameters of type ArrayItemModifier and TypeMethodDescriptionprotected PropertyEditor
ArrayPropertyEditor.createItemPropertyEditor
(ArrayItem item, String title) protected PropertyEditor
ColorArrayPropertyEditor.createItemPropertyEditor
(ArrayItem item, String title) -
Uses of ArrayItem in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that return ArrayItemModifier and TypeMethodDescriptionstatic ArrayItem
ArrayItem.complex
(FieldMetadata metadata, PropertyValue parentPropValue) ArrayItem.copy()
ArrayItem.getPrototype()
ArrayItem.inherit()
Methods in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean that return types with arguments of type ArrayItemMethod parameters in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with type arguments of type ArrayItemModifier and TypeMethodDescriptionvoid
void
PropertyValue.setArray
(PrototypedList<ArrayItem> items) Constructors in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with parameters of type ArrayItemModifierConstructorDescriptionArrayItem
(String id, ArrayItem prototype, PropertyValue value) ArrayItem
(String id, PropertyValue value, boolean removed, ArrayItem prototype) Constructor parameters in ru.cg.webbpm.studio.subsystems.script_editor.serialization.api.bean with type arguments of type ArrayItemModifierConstructorDescriptionprotected
PropertyValue
(PrototypedList<ArrayItem> arrayValue, FieldMetadata fieldMetadata) protected
PropertyValue
(PrototypedList<ArrayItem> array, ComplexValue complex, FieldMetadata metadata)