Class Column

  • All Implemented Interfaces:

    
    public final class Column<T extends Object, C extends Object>
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Function0<Node> header
      private final Function1<T, SlimCell<T, C>> cell
      private final Function0<Node> footer
    • Constructor Summary

      Constructors 
      Constructor Description
      Column(Function0<Node> header, Function1<T, SlimCell<T, C>> cell, Function0<Node> footer)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Function0<Node> getHeader()
      final Function1<T, SlimCell<T, C>> getCell()
      final Function0<Node> getFooter()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Column

        Column(Function0<Node> header, Function1<T, SlimCell<T, C>> cell, Function0<Node> footer)