java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.AnyPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class AnyPropertyEditor extends AbstractPropertyEditor
  • Field Details

    • simpleTypeCombo

      protected final javafx.scene.control.ComboBox<SimpleType> simpleTypeCombo
  • Constructor Details

  • Method Details

    • createEditorPane

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

      public javafx.scene.control.ComboBox<SimpleType> getSimpleTypeCombo()