Interface BoxGrid.BoxGridProperty<T>

All Superinterfaces:
BoxGrid<T>, BoxGrid.BoxGridMutator<T>
Enclosing interface:
BoxGrid<T>

public static interface BoxGrid.BoxGridProperty<T>
extends BoxGrid<T>, BoxGrid.BoxGridMutator<T>
Provides a channel property.
  • Method Details

    • letBottomDividerEdge

      default T letBottomDividerEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setBottomDividerEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setBottomDividerEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letBottomLeftEdge

      default T letBottomLeftEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setBottomLeftEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setBottomLeftEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letBottomLine

      default T letBottomLine​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setBottomLine(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setBottomLine(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letBottomRightEdge

      default T letBottomRightEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setBottomRightEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setBottomRightEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letDividerEdge

      default T letDividerEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setDividerEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setDividerEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letDividerLine

      default T letDividerLine​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setDividerLine(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setDividerLine(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letInnerLine

      default T letInnerLine​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setInnerLine(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setInnerLine(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letLeftEdge

      default T letLeftEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setLeftEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setLeftEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letLeftLine

      default T letLeftLine​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setLeftLine(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setLeftLine(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letRightEdge

      default T letRightEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setRightEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setRightEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letRightLine

      default T letRightLine​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setRightLine(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setRightLine(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letTopDividerEdge

      default T letTopDividerEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setTopDividerEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setTopDividerEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letTopLeftEdge

      default T letTopLeftEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setTopLeftEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setTopLeftEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letTopLine

      default T letTopLine​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setTopLine(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setTopLine(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.
    • letTopRightEdge

      default T letTopRightEdge​(T aGridElement)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of BoxGrid.BoxGridMutator.setTopRightEdge(Object) and returns the very same value (getter).
      Parameters:
      aGridElement - The value to set (via BoxGrid.BoxGridMutator.setTopRightEdge(Object)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.