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 class
ButtonElementUi
class
CheckBoxElementUi
class
ComboBoxElementUi
class
GridElementUi
class
HorizontalLayoutElementUi
class
LabelElementUi
class
TextFieldElementUi
class
VerticalLayoutElementUi
-
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 ElementUi
AbstractElementUiItem. create()
ElementUi
ButtonElementUiItem. create()
ElementUi
CheckBoxElementUiItem. create()
ElementUi
ComboBoxElementUiItem. create()
ElementUi
GridElementUiItem. create()
ElementUi
HorizontalLayoutElementUiItem. create()
ElementUi
LabelElementUiItem. create()
ElementUi
TextFieldElementUiItem. create()
ElementUi
VerticalLayoutElementUiItem. 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 ElementUi
ElementOptionsPanel. 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.Component
ElementPropertyFactory. eventsFromElementUi(ElementUi element, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog, List<ArtifactDefinitionFunction> functions, com.vaadin.flow.server.Command command, String path)
static com.vaadin.flow.component.Component
ElementPropertyFactory. propertiesFromElementUi(ElementUi element, com.vaadin.flow.server.Command command, TranslationService ts, ElementPropertyEditorDialog elementPropertyEditorDialog)
void
ElementOptionsPanel. 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)
-