java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ArrayPropertyEditor
All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
ColorArrayPropertyEditor, CssClassArrayPropertyEditor

public class ArrayPropertyEditor extends AbstractPropertyEditor
Author:
Abdulin Ildar
  • Field Details

  • Constructor Details

  • Method Details

    • createEditorPane

      public javafx.scene.layout.Pane createEditorPane()
      Description copied from interface: PropertyEditor
      Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину
    • createItemPropertyEditor

      protected PropertyEditor createItemPropertyEditor(ArrayItem item, String title)