Uses of Interface
com.orchestranetworks.ui.selection.TableEntitySelection
-
Packages that use TableEntitySelection Package Description com.orchestranetworks.ui.selection This package provides interfaces with information about the selection.com.orchestranetworks.userservice.declaration A public API for declaring user services. -
-
Uses of TableEntitySelection in com.orchestranetworks.ui.selection
Subinterfaces of TableEntitySelection in com.orchestranetworks.ui.selection Modifier and Type Interface Description interfaceAssociationEntitySelectionProvides information on the current selection, in the context of an association.interfaceAssociationRecordEntitySelectionProvides information on the currently selected associated record.interfaceAssociationTableEntitySelectionProvides information on the association context of the current selection.interfaceHierarchyEntitySelectionProvides information on the currently selected hierarchy.interfaceHierarchyNodeEntitySelectionProvides information on the currently selected hierarchy node.interfaceRecordEntitySelectionProvides information on the currently selected record.interfaceTableViewEntitySelectionProvides information on the currently selected table and on the current record selection if any. -
Uses of TableEntitySelection in com.orchestranetworks.userservice.declaration
Classes in com.orchestranetworks.userservice.declaration with type parameters of type TableEntitySelection Modifier and Type Interface Description interfaceActivationContextWithSchemaNodeSet<S extends TableEntitySelection>Provides common methods for activation contexts based on a set of schema nodes.
-