Class GridSelectionAspectDefinition

  • All Implemented Interfaces:
    LinkkiAspectDefinition

    public class GridSelectionAspectDefinition
    extends Object
    implements LinkkiAspectDefinition
    Aspect definition to handle selection and double click on a table.
    Implementation Note:
    This definition contains two aspects: "selection" and "onDoubleClick". This is due to the fact that the selection aspect must be evaluated before the double click aspect.