AW: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Matthias Kahlau
MAIL PROTECTED] Auftrag > von Martin Marinschek > Gesendet: Freitag, 3. Februar 2006 19:43 > An: MyFaces Discussion > Betreff: Re: AW: AW: AW: Panel Grid custom component > > > Ok, > > I tell you how it would work - maybe you want to try to provide > that to MyFaces: >

Re: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Martin Marinschek
olker Weber > > Gesendet: Freitag, 3. Februar 2006 18:36 > > An: MyFaces Discussion > > Betreff: Re: AW: AW: AW: Panel Grid custom component > > > > > > Hi, > > > > You can add as many 'header' components as you need (ie number of >

AW: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Matthias Kahlau
to:[EMAIL PROTECTED] Auftrag > von Volker Weber > Gesendet: Freitag, 3. Februar 2006 18:36 > An: MyFaces Discussion > Betreff: Re: AW: AW: AW: Panel Grid custom component > > > Hi, > > You can add as many 'header' components as you need (ie number of > columns)

Re: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Martin Marinschek
g a simple HtmlPanelGrid... > > > Regards, > > Matthias > > > -Ursprüngliche Nachricht- > > Von: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Auftrag > > von Volker Weber > > Gesendet: Freitag, 3. Februar 2006 17:40 > > An: MyFaces Discussion > >

Re: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Volker Weber
obuttons (with spread layout) in the remaining > columns. > > > Regards, > > Matthias > > >>-Ursprüngliche Nachricht----- >>Von: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] Auftrag >>von Matthias Kahlau >>Gesendet: Freitag, 3. Febru

AW: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Matthias Kahlau
17:40 > An: MyFaces Discussion > Betreff: Re: AW: AW: AW: Panel Grid custom component > > > Hi, > > the header facet of a UIData renders a common header over all columns, > To render a header for each column you must set a header facet on the > column component. > See: >

AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Matthias Kahlau
Regards, Matthias > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Matthias Kahlau > Gesendet: Freitag, 3. Februar 2006 16:24 > An: MyFaces Discussion > Betreff: AW: AW: AW: Panel Grid custom component > > > Ok, >

Re: AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Volker Weber
Hi, the header facet of a UIData renders a common header over all columns, To render a header for each column you must set a header facet on the column component. See: http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/tlddocs/h/dataTable.html So you are right, in this point UIData and panelGri

AW: AW: AW: Panel Grid custom component

2006-02-03 Thread Matthias Kahlau
Ok, but with a dataTable, there's a similar problem. Both HtmlDataTable and HtmlPanelGrid are subclasses of UIComponentBase, and facet related methods are defined in this superclass (e. g. getFacets()). UIData does additionally provide convenience methods for setting the header and the footer, as