- All Superinterfaces:
BoxGrid<T>
,BoxGrid.BoxGridMutator<T>
Provides a channel property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.BoxGrid
BoxGrid.BoxGridBuilder<T,
B>, BoxGrid.BoxGridMutator<T>, BoxGrid.BoxGridProperty<T> -
Method Summary
Modifier and TypeMethodDescriptiondefault 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 ofBoxGrid.BoxGridMutator.setBottomDividerEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setBottomLeftEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setBottomLine(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setBottomRightEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setDividerEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setDividerLine(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setInnerLine(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setLeftEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setLeftLine(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setRightEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setRightLine(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setTopDividerEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setTopLeftEdge(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setTopLine(Object)
and returns the very same value (getter).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 ofBoxGrid.BoxGridMutator.setTopRightEdge(Object)
and returns the very same value (getter).Methods inherited from interface org.refcodes.mixin.BoxGrid
getBottomDividerEdge, getBottomLeftEdge, getBottomLine, getBottomRightEdge, getDividerEdge, getDividerLine, getInnerLine, getLeftEdge, getLeftLine, getRightEdge, getRightLine, getTopDividerEdge, getTopLeftEdge, getTopLine, getTopRightEdge
Methods inherited from interface org.refcodes.mixin.BoxGrid.BoxGridMutator
setBottomDividerEdge, setBottomLeftEdge, setBottomLine, setBottomRightEdge, setDividerEdge, setDividerLine, setInnerLine, setLeftEdge, setLeftLine, setRightEdge, setRightLine, setTopDividerEdge, setTopLeftEdge, setTopLine, setTopRightEdge
-
Method Details
-
letBottomDividerEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setBottomDividerEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setBottomDividerEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letBottomLeftEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setBottomLeftEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setBottomLeftEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letBottomLine
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setBottomLine(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setBottomLine(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letBottomRightEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setBottomRightEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setBottomRightEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letDividerEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setDividerEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setDividerEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letDividerLine
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setDividerLine(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setDividerLine(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letInnerLine
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setInnerLine(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setInnerLine(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letLeftEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setLeftEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setLeftEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letLeftLine
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setLeftLine(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setLeftLine(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letRightEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setRightEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setRightEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letRightLine
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setRightLine(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setRightLine(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letTopDividerEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setTopDividerEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setTopDividerEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letTopLeftEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setTopLeftEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setTopLeftEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letTopLine
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setTopLine(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setTopLine(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-
letTopRightEdge
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as ofBoxGrid.BoxGridMutator.setTopRightEdge(Object)
and returns the very same value (getter).- Parameters:
aGridElement
- The value to set (viaBoxGrid.BoxGridMutator.setTopRightEdge(Object)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-