Uses of Class
com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.AbstractElement
-
-
Uses of AbstractElement in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement
Classes in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement with type parameters of type AbstractElement Modifier and Type Class Description class
AbstractUiElement<E extends AbstractElement,T>
UI element used to render the form artifact definition element.Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement that return types with arguments of type AbstractElement Modifier and Type Method Description List<AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>>
UiElementContainer. getChildren()
Gets children.AbstractUiElement<? extends AbstractElement,? extends T>
UiElementFactory. getUiElement(AbstractElement element)
Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.components.uielement with parameters of type AbstractElement Modifier and Type Method Description AbstractUiElement<? extends AbstractElement,? extends T>
UiElementFactory. getUiElement(AbstractElement element)
-
Uses of AbstractElement in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements
Subclasses of AbstractElement in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements Modifier and Type Class Description class
AbstractElementContainer
A element container is an element which can contain other elements containers and fields.class
AbstractElementField<T>
A field is a terminal element that contain dataclass
AbstractElementSelector
Selector field element in a Form Artifact Definition.class
ElementButton
POJO wrapper of a button element in a Form Artifact Definition.class
ElementCheckBox
A POJO wrapper of a checkBox element in a Form Definitionclass
ElementColumn
class
ElementComboBox
POJO wrapper of a comboBox element in a Form Artifact Definition.class
ElementDateField
POJO wrapper of a dateField element in a Form Artifact Definition.class
ElementForm
class
ElementGrid
POJO wrapper of a grid element in a Form Artifact Definition.class
ElementGridLayout
POJO wrapper of a gridLayout element in a Form Artifact Definition.class
ElementHorizontalLayout
POJO wrapper of a horizontalLayout element in a Form Artifact Definition.class
ElementImage
POJO wrapper of a image element in a Form Artifact Definition.class
ElementLabel
POJO wrapper of a label element in a Form Artifact Definitionclass
ElementListSelectFilter
POJO wrapper of a listSelectFilter element in a Form Artifact Definition.class
ElementMiniApplication
POJO to represent tag miniApplication, a mini application extends functionalities not supported by the process engine directly for example make connectionsclass
ElementSubform
POJO wrapper of a subform element in a Form Artifact Definition.class
ElementTextArea
POJO wrapper of a textArea element in a Form Artifact Definition.class
ElementTextField
POJO wrapper of a textField element in a Form Artifact Definition.class
ElementTree
class
ElementUpload
POJO wrapper of a upload element in a Form Artifact Definition.class
ElementVerticalLayout
POJO wrapper of a verticalLayout element in a Form Artifact Definition.Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements that return AbstractElement Modifier and Type Method Description AbstractElement
AbstractElementContainer. getChild(String childId)
AbstractElement
FormStructure. getElementById(String elementId)
Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements that return types with arguments of type AbstractElement Modifier and Type Method Description List<AbstractElement>
AbstractElementContainer. getChildren()
List<AbstractElement>
AbstractElementContainer. getChildrenRecursive()
List<AbstractElement>
FormStructure. getElements()
Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements with parameters of type AbstractElement Modifier and Type Method Description void
AbstractElementContainer. addChild(AbstractElement child)
void
AbstractElementContainer. removeChild(AbstractElement child)
Constructor parameters in com.neotropic.kuwaiba.modules.commercial.processman.forms.elements with type arguments of type AbstractElement Constructor Description FormStructure(List<AbstractElement> elements, ElementScript elementScript, ElementI18N elementI18N)
-
Uses of AbstractElement in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components
Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components that return types with arguments of type AbstractElement Modifier and Type Method Description List<AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>>
ComponentGridLayout. getChildren()
List<AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>>
ComponentHorizontalLayout. getChildren()
List<AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>>
ComponentSubform. getChildren()
List<AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>>
ComponentVerticalLayout. getChildren()
AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>
ComponentFactory. getUiElement(AbstractElement element)
Methods in com.neotropic.kuwaiba.modules.commercial.processman.forms.reference.vaadin.components with parameters of type AbstractElement Modifier and Type Method Description AbstractUiElement<? extends AbstractElement,? extends com.vaadin.flow.component.Component>
ComponentFactory. getUiElement(AbstractElement element)
-