Uses of Interface
com.orchestranetworks.ui.selection.AssociationTableEntitySelection
-
Packages that use AssociationTableEntitySelection Package Description com.orchestranetworks.ui.selection This package provides interfaces with information about the selection.com.orchestranetworks.userservice.schema -
-
Uses of AssociationTableEntitySelection in com.orchestranetworks.ui.selection
Subinterfaces of AssociationTableEntitySelection 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. -
Uses of AssociationTableEntitySelection in com.orchestranetworks.userservice.schema
Classes in com.orchestranetworks.userservice.schema with type parameters of type AssociationTableEntitySelection Modifier and Type Interface Description interfaceUserServiceAssociationRecordFormContext<S extends AssociationTableEntitySelection>This interface defines methods to get the contextual information when the user service must be created in replacement of the default record form, for an associated object to be created or accessed.
-