Class FilteredPropertyColumn<T,​S>

    • Constructor Detail

      • FilteredPropertyColumn

        public FilteredPropertyColumn​(IModel<String> displayModel,
                                      S sortProperty,
                                      String propertyExpression)
        Constructor
        Parameters:
        displayModel - model used to construct header text
        sortProperty - sort property this column represents, if null this column will not be sortable
        propertyExpression - wicket property expression for the column, see PropertyModel for details
      • FilteredPropertyColumn

        public FilteredPropertyColumn​(IModel<String> displayModel,
                                      String propertyExpression)
        Parameters:
        displayModel - model used to construct header text
        propertyExpression - wicket property expression for the column, see PropertyModel for details