public class ProvisioningServerForm
extends com.vaadin.flow.component.formlayout.FormLayout
| Modifier and Type | Class and Description |
|---|---|
class |
ProvisioningServerForm.ApproveEvent |
static class |
ProvisioningServerForm.BeaconServerFormEvent |
class |
ProvisioningServerForm.CloseEvent |
| Constructor and Description |
|---|
ProvisioningServerForm(BeaconServerAndProvisioningMenu beaconServerAndProvisioningMenu) |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.vaadin.flow.component.ComponentEvent<?>> |
addListener(java.lang.Class<T> eventType,
com.vaadin.flow.component.ComponentEventListener<T> listener) |
void |
editBeaconProvisioning(org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization beaconClientProvisioning) |
org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization |
getBeaconClientWrapper() |
add, addFormItem, addFormItem, getColspan, getResponsiveSteps, setColspan, setResponsiveSteps, setResponsiveStepsgetResponsiveStepsJsonObject, setResponsiveSteps, updateStylesfireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCssSize, getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFulladd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAlladdClickListener, addClickShortcutpublic ProvisioningServerForm(BeaconServerAndProvisioningMenu beaconServerAndProvisioningMenu)
public org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization getBeaconClientWrapper()
public void editBeaconProvisioning(org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization beaconClientProvisioning)
public <T extends com.vaadin.flow.component.ComponentEvent<?>> com.vaadin.flow.shared.Registration addListener(java.lang.Class<T> eventType,
com.vaadin.flow.component.ComponentEventListener<T> listener)
addListener in class com.vaadin.flow.component.Component