Class AbstractWindowMirrorFreePorts
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.dialog.GeneratedVaadinDialog<com.vaadin.flow.component.dialog.Dialog>
-
- com.vaadin.flow.component.dialog.Dialog
-
- com.vaadin.componentfactory.EnhancedDialog
-
- org.neotropic.util.visual.dialog.ConfirmDialog
-
- org.neotropic.kuwaiba.modules.optional.physcon.actions.mirrors.AbstractWindowMirrorFreePorts
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,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.HasTheme
,Serializable
- Direct Known Subclasses:
WindowFreePortsMirroring
,WindowFreePortsMultipleMirroring
public abstract class AbstractWindowMirrorFreePorts extends ConfirmDialog
Window to mirror free ports.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
PREFIX_BACK
String
PREFIX_FRONT
String
PREFIX_IN
String
PREFIX_OUT
String
SUFFIX_BACK
String
SUFFIX_FRONT
String
SUFFIX_IN
String
SUFFIX_OUT
-
Constructor Summary
Constructors Constructor Description AbstractWindowMirrorFreePorts()
-
Method Summary
-
Methods inherited from class org.neotropic.util.visual.dialog.ConfirmDialog
getBtnCancel, getBtnConfirm, setContentSizeFull, setEnableBtnConfirm, setHeader
-
Methods inherited from class com.vaadin.componentfactory.EnhancedDialog
add, addComponentAtIndex, addThemeVariants, addToFooter, addToHeader, remove, removeAll, setContent, setFooter, setHeader, setThemeVariants
-
Methods inherited from class com.vaadin.flow.component.dialog.Dialog
addAttachListener, addDetachListener, addDialogCloseActionListener, addOpenedChangeListener, addResizeListener, addThemeVariants, close, getChildren, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isModal, isOpened, isResizable, onAttach, open, removeThemeVariants, setCloseOnEsc, setCloseOnOutsideClick, setDraggable, setHeight, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setModal, setOpened, setResizable, setWidth
-
Methods inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
getAriaLabelString, isOpenedBoolean, setAriaLabel
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
SUFFIX_IN
public final String SUFFIX_IN
- See Also:
- Constant Field Values
-
SUFFIX_OUT
public final String SUFFIX_OUT
- See Also:
- Constant Field Values
-
SUFFIX_FRONT
public final String SUFFIX_FRONT
- See Also:
- Constant Field Values
-
SUFFIX_BACK
public final String SUFFIX_BACK
- See Also:
- Constant Field Values
-
PREFIX_IN
public final String PREFIX_IN
- See Also:
- Constant Field Values
-
PREFIX_OUT
public final String PREFIX_OUT
- See Also:
- Constant Field Values
-
PREFIX_FRONT
public final String PREFIX_FRONT
- See Also:
- Constant Field Values
-
PREFIX_BACK
public final String PREFIX_BACK
- See Also:
- Constant Field Values
-
-