You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ridaa <ri...@yahoo.com> on 2011/12/12 17:26:07 UTC

abstract column & property column

Hi ...
can anyone tell me the difference between abstract column & property column
for constructing a datatable 

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/abstract-column-property-column-tp4186596p4186596.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: abstract column & property column

Posted by Martin Grigorov <mg...@apache.org>.
Check their source and how they are used.

On Tue, Dec 13, 2011 at 6:16 PM, ridaa <ri...@yahoo.com> wrote:
> sorry...
> but still i am not clear.
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/abstract-column-property-column-tp4186596p4190968.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: abstract column & property column

Posted by ridaa <ri...@yahoo.com>.
sorry...
but still i am not clear.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/abstract-column-property-column-tp4186596p4190968.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: abstract column & property column

Posted by Sven Meier <sv...@meiers.net>.
PropertyColumn populates the table cell with a label for a property of 
the row object, see:

     PropertyColumn#populateItem()

AbstractColumn handles the header only.

Sven

Am 12.12.2011 17:26, schrieb ridaa:
> Hi ...
> can anyone tell me the difference between abstract column&  property column
> for constructing a datatable
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/abstract-column-property-column-tp4186596p4186596.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org