1 Reply Latest reply on Jun 5, 2007 10:50 AM by ilya_shaikovsky

    How to add facet from the programm?

    yevgen_78

      Hi,

      for example i want to set footer to a table.

      in my bean i create the table and add columns

      this.table.getChildren().add( column1)
      ...
      this.table.getChildren().add( columnN)

      but to make 2 column combined i need to specify facet.
      Is it possible? (from the programm)

      something like this.table.add( new Facet() );