@Route(value="ar4k-console",
absolute=true)
@Theme(value=com.vaadin.flow.theme.material.Material.class,
variant="dark")
@StyleSheet(value="frontend://edge.css")
public class Ar4kConsoleMainView
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
implements org.ar4k.agent.core.interfaces.IMainView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PACKET_SEARCH_BASE |
| Constructor and Description |
|---|
Ar4kConsoleMainView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientServer(org.ar4k.agent.core.interfaces.IBeaconClientScadaWrapper beaconClientWrapper) |
void |
approveProvisioningRequest(org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization beaconProvisioning) |
java.util.Collection<org.ar4k.agent.core.interfaces.IScadaAgent> |
getAllAgents() |
java.util.Collection<org.ar4k.agent.core.interfaces.IBeaconClientScadaWrapper> |
getBeaconServersList(java.lang.String value) |
java.util.Collection<org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization> |
getProvisioningAuthorizationList(java.lang.String value) |
void |
hide() |
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingaddListener, fireEvent, 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, waitgetBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMarginexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModegetChildren, getComponentAt, getComponentCount, indexOfadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAlladdClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamegetCssSize, getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullpublic static final java.lang.String PACKET_SEARCH_BASE
public java.util.Collection<org.ar4k.agent.core.interfaces.IScadaAgent> getAllAgents()
getAllAgents in interface org.ar4k.agent.core.interfaces.IMainViewpublic void hide()
hide in interface org.ar4k.agent.core.interfaces.IMainViewpublic void addClientServer(org.ar4k.agent.core.interfaces.IBeaconClientScadaWrapper beaconClientWrapper)
addClientServer in interface org.ar4k.agent.core.interfaces.IMainViewpublic java.util.Collection<org.ar4k.agent.core.interfaces.IBeaconClientScadaWrapper> getBeaconServersList(java.lang.String value)
getBeaconServersList in interface org.ar4k.agent.core.interfaces.IMainViewpublic java.util.Collection<org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization> getProvisioningAuthorizationList(java.lang.String value)
getProvisioningAuthorizationList in interface org.ar4k.agent.core.interfaces.IMainViewpublic void approveProvisioningRequest(org.ar4k.agent.core.interfaces.IBeaconProvisioningAuthorization beaconProvisioning)
approveProvisioningRequest in interface org.ar4k.agent.core.interfaces.IMainView