Modifier and Type | Method and Description |
---|---|
boolean |
AbstractOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
Operation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractCheckedOperation.enabled(List<VertexRef> vertices,
OperationContext context)
By default, call {@link #enabled(GraphContainer)
|
boolean |
Operation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
Operation.execute(List<VertexRef> targets,
OperationContext operationContext) |
protected static String |
AbstractOperation.getIpAddrValue(OperationContext operationContext,
VertexRef target) |
protected static String |
AbstractOperation.getLabelValue(OperationContext operationContext,
VertexRef target) |
protected static Integer |
AbstractOperation.getNodeIdValue(OperationContext operationContext,
VertexRef target) |
protected static Vertex |
AbstractOperation.getVertexItem(OperationContext operationContext,
VertexRef target) |
boolean |
AbstractCheckedOperation.isChecked(List<VertexRef> vertices,
OperationContext context)
By default, call
AbstractCheckedOperation.isChecked(GraphContainer) |
boolean |
CheckedOperation.isChecked(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSearchSelectionOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractSearchSelectionOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
abstract void |
AbstractSearchSelectionOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
SearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext)
This method is called from the UI when the user wants to remove a vertex that currently in the focus list.
|
void |
AbstractSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
SearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext)
This method is called from the UI when the user wants to add a vertex that is in the current context
to the focus list.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationContext
Default implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
IpLikeSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
AlarmSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
IpLikeSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
AlarmSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
MenuBuilder.apply(com.vaadin.ui.MenuBar rootMenu,
List<VertexRef> targets,
OperationContext operationContext,
Runnable... hooks) |
com.vaadin.ui.MenuBar |
MenuBuilder.build(List<VertexRef> targets,
OperationContext operationContext,
Runnable... hooks)
Converts the current menu configuration to Vaadin's
MenuBar representation. |
void |
MenuCommand.execute(List<VertexRef> targets,
OperationContext operationContext)
Is executed, when the
MenuItem is selected/clicked. |
boolean |
MenuItem.isChecked(List<VertexRef> targets,
OperationContext operationContext)
Defines if the current
MenuItem is checked. |
boolean |
SimpleMenuItem.isChecked(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
OperationMenuItem.isChecked(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NavigationMenuItem.isChecked(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
MenuItem.isEnabled(List<VertexRef> targets,
OperationContext operationContext)
Defines if the current
MenuItem is enabled. |
boolean |
SimpleMenuItem.isEnabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
OperationMenuItem.isEnabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NavigationMenuItem.isEnabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
MenuItem.isVisible(List<VertexRef> targets,
OperationContext operationContext)
Defines if the current
MenuItem is visible. |
boolean |
SimpleMenuItem.isVisible(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
OperationMenuItem.isVisible(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NavigationMenuItem.isVisible(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SetFocusVertexOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
MetaTopologySelectorOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
LayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddFocusVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusOtherVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusVerticesOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ClearFocusOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AutoRefreshToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
SetFocusVertexOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AddFocusVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusOtherVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RemoveFocusVerticesOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ClearFocusOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
RedoLayoutOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
SetFocusVertexOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
MetaTopologySelectorOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
LayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AddFocusVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
RemoveFocusOtherVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
RemoveFocusVerticesOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ClearFocusOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
RedoLayoutOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AutoRefreshToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
IconSelectionOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
IconResetOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
IconSelectionOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
IconResetOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
IconSelectionOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
IconResetOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Constructor and Description |
---|
SearchBox(OnmsServiceManager serviceManager,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceGraphsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeInfoOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
PingOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
EventsAlarmsOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
PingOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
ResourceGraphsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
NodeInfoOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
PingOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
EventsAlarmsOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimulationModeOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractAnalysisOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetStateOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
HideLeafElementToggleOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
InheritStateOperation.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
AbstractAnalysisOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
ResetStateOperation.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
SimulationModeOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
AbstractAnalysisOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
ResetStateOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
HideLeafElementToggleOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
void |
InheritStateOperation.execute(List<VertexRef> targets,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
GraphMLSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
void |
LinkdSearchProvider.onDefocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
void |
LinkdSearchProvider.onFocusSearchResult(SearchResult searchResult,
OperationContext operationContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeMapQueryLink.display(List<VertexRef> targets,
OperationContext operationContext) |
boolean |
NodeMapQueryLink.enabled(List<VertexRef> targets,
OperationContext operationContext) |
void |
NodeMapQueryLink.execute(List<VertexRef> targets,
OperationContext operationContext) |
Copyright © 2021. All rights reserved.