Uses of Interface
com.neotropic.kuwaiba.modules.commercial.processman.elementUi.ElementUi
-
-
Uses of ElementUi in com.neotropic.kuwaiba.modules.commercial.processman.elementUi
Classes in com.neotropic.kuwaiba.modules.commercial.processman.elementUi that implement ElementUi Modifier and Type Class Description classButtonElementUiclassCheckBoxElementUiclassComboBoxElementUiclassGridElementUiclassHorizontalLayoutElementUiclassLabelElementUiclassTextFieldElementUiclassVerticalLayoutElementUi -
Uses of ElementUi in com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem
Methods in com.neotropic.kuwaiba.modules.commercial.processman.elementUiItem that return ElementUi Modifier and Type Method Description abstract ElementUiAbstractElementUiItem. create()ElementUiButtonElementUiItem. create()ElementUiCheckBoxElementUiItem. create()ElementUiComboBoxElementUiItem. create()ElementUiGridElementUiItem. create()ElementUiHorizontalLayoutElementUiItem. create()ElementUiLabelElementUiItem. create()ElementUiTextFieldElementUiItem. create()ElementUiVerticalLayoutElementUiItem. create() -
Uses of ElementUi in com.neotropic.kuwaiba.modules.commercial.processman.tools
Methods in com.neotropic.kuwaiba.modules.commercial.processman.tools that return ElementUi Modifier and Type Method Description ElementUiElementOptionsPanel. getSelectedElement()Methods in com.neotropic.kuwaiba.modules.commercial.processman.tools with parameters of type ElementUi Modifier and Type Method Description static com.vaadin.flow.component.ComponentElementPropertyFactory. eventsFromElementUi(ElementUi element, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)static com.vaadin.flow.component.ComponentElementPropertyFactory. propertiesFromElementUi(ElementUi element, com.vaadin.flow.server.Command command, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog)voidElementOptionsPanel. setSelectedElement(ElementUi selectedElement)Constructors in com.neotropic.kuwaiba.modules.commercial.processman.tools with parameters of type ElementUi Constructor Description ElementOptionsPanel(ElementUi elementUi, ElementActionsRegistry elementActionsRegistry, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)
-