Class FilterRowHeaderComposite<T>

    • Method Detail

      • getHeight

        public int getHeight()
        Description copied from interface: ILayer
        Returns the total height in pixels of this layer.
        Specified by:
        getHeight in interface ILayer
        Overrides:
        getHeight in class CompositeLayer
        Returns:
        The total height in pixels of this layer.
      • isFilterRowVisible

        public boolean isFilterRowVisible()
      • setFilterRowVisible

        public void setFilterRowVisible​(boolean filterRowVisible)
      • doCommand

        public boolean doCommand​(ILayerCommand command)
        Description copied from class: CompositeLayer
        Opportunity to respond to a command as it flows down the stack. If the layer is not interested in the command it should allow the command to keep traveling down the stack.

        Note: Before the layer can process a command it must convert the command to its local coordinates using ILayerCommand.convertToTargetLayer(ILayer) Handle commands

        Specified by:
        doCommand in interface ILayer
        Overrides:
        doCommand in class CompositeLayer
        Parameters:
        command - The command to execute.
        Returns:
        true if the command has been handled and was therefore consumed, false otherwise.