Can we use this for anything related to netui-data:dataGrid including the
netui-data:dataGrid tag?

Thank You

-----Original Message-----
From: Eddie O'Neil [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 18, 2006 1:59 PM
To: Beehive Users
Subject: Re: DataGrid ExtensionUtil

Srinivas--

  The ExtensionUtil class is an internal data grid class that the data
grid uses to instantiate classes that are wired in a JSP to extend the
data grid.  I don't believe that the netui-samples have any examples
of this, but there are some here:

http://svn.apache.org/repos/asf/beehive/trunk/netui/test/webapps/drt/web/dat
abinding/datagrid/misc/helloHeaderDecorator.jsp

that do something like this:

<netui-data:headerCell headerText="Symbol">
    <netui:behavior facet="renderer"
                           name="extends"
                          
value="databinding.datagrid.decorator.HelloWorldDecorator"/>
</netui-data:headerCell>

The data grid would use ExtensionUtil to instantiate the
HelloWorldDecorator class, but in general, your code shouldn't need to
use this class.  Is there a specific problem you're trying to solve?

Eddie


On 4/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> How do I use the ExtensionUtil class with the DataGrid
>
> Where are the hooks to use the customized data grid implementation
>
> Thank You
> Srinivas Surapaneni
>

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.3/316 - Release Date: 4/17/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.3/316 - Release Date: 4/17/2006
 

Reply via email to