In case of a formal API could it be something like
@Memberorder(tabsequence="1")
or
@Taborder(sequence="1")
or just
@Tabdefault
But I have no idea how much work that would be
and I don't think it's very important.
Christian
________________________________________
From: Dan Haywood [[email protected]]
Sent: Thursday, January 24, 2013 9:40 AM
To: [email protected]
Subject: Re: gmap
You could do this by:
* subclassing CollectionContentsLinksSelectorPanel and override
determineInitialFactory() method,
* subclassing CollectionContentsLinksSelectorPanelFactory to create your
new panel
* in ComponentFactoryRegistrarForQuickStart, use
componentFactories.replace(...) to replace
CollectionContentsLinksSelectorPanelFactory with your new factory
We should perhaps provide some sort of formal API for this, any suggestions
welcome.
Cheers
Dan
On 23 January 2013 18:47, Christian Steinebach <
[email protected]> wrote:
> Hi!
>
> Is there a way to tell Isis to use the chart display as a default
> instead of the table view?
>
> Christian