Class DynamicMessageForm
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout<com.vaadin.flow.component.formlayout.FormLayout>
-
- com.vaadin.flow.component.formlayout.FormLayout
-
- eu.domibus.connector.client.ui.form.DynamicMessageForm
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.formlayout.FormLayout>
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasSize
,com.vaadin.flow.component.HasStyle
,Serializable
public class DynamicMessageForm extends com.vaadin.flow.component.formlayout.FormLayout
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicMessageForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.component.textfield.TextField
getAction()
com.vaadin.flow.data.binder.Binder<DomibusConnectorClientMessage>
getBinder()
DomibusConnectorClientMessage
getConnectorClientMessage()
void
setBinder(com.vaadin.flow.data.binder.Binder<DomibusConnectorClientMessage> binder)
void
setConnectorClientMessage(DomibusConnectorClientMessage message)
-
Methods inherited from class com.vaadin.flow.component.formlayout.FormLayout
add, addFormItem, addFormItem, getColspan, getResponsiveSteps, setColspan, setResponsiveSteps, setResponsiveSteps
-
Methods inherited from class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
getResponsiveStepsJsonObject, setResponsiveSteps, updateStyles
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
-
-
-
Method Detail
-
getBinder
public com.vaadin.flow.data.binder.Binder<DomibusConnectorClientMessage> getBinder()
-
setBinder
public void setBinder(com.vaadin.flow.data.binder.Binder<DomibusConnectorClientMessage> binder)
-
getAction
public com.vaadin.flow.component.textfield.TextField getAction()
-
setConnectorClientMessage
public void setConnectorClientMessage(DomibusConnectorClientMessage message)
-
getConnectorClientMessage
public DomibusConnectorClientMessage getConnectorClientMessage()
-
-