Class ElementPropertyFactory
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.tools.ElementPropertyFactory
-
public class ElementPropertyFactory extends Object
- Author:
- Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ElementPropertyFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.vaadin.flow.component.Component
eventsFromElementUi(ElementUi element, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)
static com.vaadin.flow.component.Component
propertiesFromElementUi(ElementUi element, com.vaadin.flow.server.Command command, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog)
-
-
-
Method Detail
-
propertiesFromElementUi
public static com.vaadin.flow.component.Component propertiesFromElementUi(ElementUi element, com.vaadin.flow.server.Command command, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog)
-
eventsFromElementUi
public static com.vaadin.flow.component.Component eventsFromElementUi(ElementUi element, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)
-
-