Class WindowGeographicalQuery
- 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
-
- com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowGeographicalQuery
-
- 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
,Serializable
public class WindowGeographicalQuery extends ConfirmDialog
Window to execute a geographical query.- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowGeographicalQuery(ScriptedQuery scriptedQuery, Double lat, Double lng, List<AbstractViewNode> viewNodes, UnitOfLength unitOfLength, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, PhysicalConnectionsService physicalConnectionsService, Consumer<BusinessObjectLight> consumerLocateNode, CoreActionsRegistry coreActionsRegistry, AdvancedActionsRegistry advancedActionsRegistry, ViewWidgetRegistry viewWidgetRegistry, ExplorerWidgetRegistry explorerWidgetRegistry, MapProvider mapProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractViewNode
getSelectedNode()
void
open()
void
setSelectedNode(AbstractViewNode selectedNode)
-
Methods inherited from class org.neotropic.util.visual.dialog.ConfirmDialog
getBtnConfirm, setContentSizeFull, 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, close, getChildren, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isModal, isOpened, isResizable, 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, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
-
-
-
Constructor Detail
-
WindowGeographicalQuery
public WindowGeographicalQuery(ScriptedQuery scriptedQuery, Double lat, Double lng, List<AbstractViewNode> viewNodes, UnitOfLength unitOfLength, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, PhysicalConnectionsService physicalConnectionsService, Consumer<BusinessObjectLight> consumerLocateNode, CoreActionsRegistry coreActionsRegistry, AdvancedActionsRegistry advancedActionsRegistry, ViewWidgetRegistry viewWidgetRegistry, ExplorerWidgetRegistry explorerWidgetRegistry, MapProvider mapProvider)
-
-
Method Detail
-
getSelectedNode
public AbstractViewNode getSelectedNode()
-
setSelectedNode
public void setSelectedNode(AbstractViewNode selectedNode)
-
open
public void open()
- Overrides:
open
in classcom.vaadin.flow.component.dialog.Dialog
-
-