Class TadukooTable.TadukooTableBuilder

java.lang.Object
com.github.tadukoo.view.components.TadukooTable.TadukooTableBuilder
Enclosing class:
TadukooTable

public static class TadukooTable.TadukooTableBuilder extends Object
Builder to be used to create a TadukooTable. It has the following parameters:
TadukooTable Parameters
Name Description Default Value or Required
keyOrder The order of the keys in the table - can be null to use the pojos in the data Defaults to null (to use the pojos in the data)
data The data to be put in the table Defaults to null
  • Field Details

    • keyOrder

      private List<String> keyOrder
      The order of the keys in the table - can be null to use the pojos in the data
    • data

      private List<com.github.tadukoo.util.pojo.OrderedMappedPojo> data
      The data to be put in the table
  • Constructor Details

    • TadukooTableBuilder

      private TadukooTableBuilder()
      Can't create outside of Tadukoo Table
  • Method Details