Class CheckBoxPanel<M,​I,​S>

    • Constructor Detail

      • CheckBoxPanel

        public CheckBoxPanel​(String id,
                             IModel<Boolean> model,
                             IModel<I> rowModel,
                             AbstractColumn<M,​I,​S> column)
        Constructor
        Parameters:
        id - component id
        model - model for the field
        rowModel - model for the whole data row
        column - column to which this panel belongs