Class CurrencyPropertyColumn

    • Constructor Detail

      • CurrencyPropertyColumn

        public CurrencyPropertyColumn​(String title)
        Constructor
        Parameters:
        title - the text of the column header
      • CurrencyPropertyColumn

        public CurrencyPropertyColumn​(String title,
                                      int width)
        Constructor
        Parameters:
        title - the text of the column header
        width - the desired width of the column
      • CurrencyPropertyColumn

        public CurrencyPropertyColumn​(String title,
                                      String property)
        Constructor
        Parameters:
        title - the text of the column header
        property - the object property name
      • CurrencyPropertyColumn

        public CurrencyPropertyColumn​(String title,
                                      String property,
                                      int width)
        Constructor
        Parameters:
        title - the text of the column header
        property - the object property name
        width - the desired width of the column
      • CurrencyPropertyColumn

        public CurrencyPropertyColumn​(org.apache.wicket.model.IModel<String> title,
                                      String property)
        Constructor
        Parameters:
        title - the text of the column header
        property - the object property name
      • CurrencyPropertyColumn

        public CurrencyPropertyColumn​(org.apache.wicket.model.IModel<String> title,
                                      String property,
                                      int width)
        Constructor
        Parameters:
        title - the text of the column header
        property - the object property name
        width - the desired width of the column