Re: Layout manager

2010-02-10 Thread Ernesto Reinaldo Barreiro
No they are not... they are on the example project I mentioned... They are
kind of extensions (IWiQueryPlugins) and as far as I understand the
developers want to keep the core clean. Maybe you should contact them and
ask if you can just pack them on ajar file and use them on you project. I
think you should use them over the hastely build code I sent to you;-)

Best,

Ernesto


On Wed, Feb 10, 2010 at 10:24 AM, Josh Kamau  wrote:

> Ernesto;
>
> Thanks for your response.
>
> What i meant is the the Layout* class(es) are not in the wiquery-1.0.jar
> along side the dialog, datepicker, etc. I have added the jar into the class
> path and i cant use the layout . i can use the date picker  and the dialog.
>
> On Wed, Feb 10, 2010 at 12:12 PM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
> > Check out [1] and look for  LayoutPlugin.java and Layou.java.
> >
> > Ernesto
> >
> > [1]-
> > http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples
> >
> >
> > On Wed, Feb 10, 2010 at 10:05 AM, Josh Kamau 
> > wrote:
> >
> > > Hello,
> > > Is there any Wicket project for making a layout manager similar to
> > iGoogle
> > > or http://www.netvibes.com/#General
> > > We found a project with ExtJS that is not supported anymore . Is there
> a
> > > Wicket project for that? or for any other similar?
> > > Can Wiquery help with this?
> > >
> > > Thanks for helping out,
> > >
> > > I am looking for the same thing and i think i may have to learn JQuery
> > and
> > > benefit from the hundreds of plugins availabe.  I have been looking at
> > > WiQuery and i like the widgets but the layout is not implemented yet.
> (I
> > > perused the javadocs and didnt see the Layout class. The layout in the
> > > example seems to use JQuery.ui.layout directly)
> > >
> > > regards.
> > >
> > >
> > > On Tue, Feb 2, 2010 at 12:56 PM, Eyal Golan 
> wrote:
> > >
> > > > Hello,
> > > > Is there any Wicket project for making a layout manager similar to
> > > iGoogle
> > > > or http://www.netvibes.com/#General
> > > > We found a project with ExtJS that is not supported anymore . Is
> there
> > a
> > > > Wicket project for that? or for any other similar?
> > > > Can Wiquery help with this?
> > > >
> > > > Thanks for helping out,
> > > >
> > > >
> > > > Eyal Golan
> > > > egola...@gmail.com
> > > >
> > > > Visit: http://jvdrums.sourceforge.net/
> > > > LinkedIn: http://www.linkedin.com/in/egolan74
> > > >
> > > > P  Save a tree. Please don't print this e-mail unless it's really
> > > necessary
> > > >
> > >
> >
>


Re: Layout manager

2010-02-10 Thread Josh Kamau
Ernesto;

Thanks for your response.

What i meant is the the Layout* class(es) are not in the wiquery-1.0.jar
along side the dialog, datepicker, etc. I have added the jar into the class
path and i cant use the layout . i can use the date picker  and the dialog.

On Wed, Feb 10, 2010 at 12:12 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Check out [1] and look for  LayoutPlugin.java and Layou.java.
>
> Ernesto
>
> [1]-
> http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples
>
>
> On Wed, Feb 10, 2010 at 10:05 AM, Josh Kamau 
> wrote:
>
> > Hello,
> > Is there any Wicket project for making a layout manager similar to
> iGoogle
> > or http://www.netvibes.com/#General
> > We found a project with ExtJS that is not supported anymore . Is there a
> > Wicket project for that? or for any other similar?
> > Can Wiquery help with this?
> >
> > Thanks for helping out,
> >
> > I am looking for the same thing and i think i may have to learn JQuery
> and
> > benefit from the hundreds of plugins availabe.  I have been looking at
> > WiQuery and i like the widgets but the layout is not implemented yet. (I
> > perused the javadocs and didnt see the Layout class. The layout in the
> > example seems to use JQuery.ui.layout directly)
> >
> > regards.
> >
> >
> > On Tue, Feb 2, 2010 at 12:56 PM, Eyal Golan  wrote:
> >
> > > Hello,
> > > Is there any Wicket project for making a layout manager similar to
> > iGoogle
> > > or http://www.netvibes.com/#General
> > > We found a project with ExtJS that is not supported anymore . Is there
> a
> > > Wicket project for that? or for any other similar?
> > > Can Wiquery help with this?
> > >
> > > Thanks for helping out,
> > >
> > >
> > > Eyal Golan
> > > egola...@gmail.com
> > >
> > > Visit: http://jvdrums.sourceforge.net/
> > > LinkedIn: http://www.linkedin.com/in/egolan74
> > >
> > > P  Save a tree. Please don't print this e-mail unless it's really
> > necessary
> > >
> >
>


Re: Layout manager

2010-02-10 Thread Eyal Golan
Thanks Ernesto.
Luckily our company gave us legal permission to use Wiquery :)

I will check it out.


Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Wed, Feb 10, 2010 at 11:12 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Check out [1] and look for  LayoutPlugin.java and Layou.java.
>
> Ernesto
>
> [1]-
> http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples
>
>
> On Wed, Feb 10, 2010 at 10:05 AM, Josh Kamau 
> wrote:
>
> > Hello,
> > Is there any Wicket project for making a layout manager similar to
> iGoogle
> > or http://www.netvibes.com/#General
> > We found a project with ExtJS that is not supported anymore . Is there a
> > Wicket project for that? or for any other similar?
> > Can Wiquery help with this?
> >
> > Thanks for helping out,
> >
> > I am looking for the same thing and i think i may have to learn JQuery
> and
> > benefit from the hundreds of plugins availabe.  I have been looking at
> > WiQuery and i like the widgets but the layout is not implemented yet. (I
> > perused the javadocs and didnt see the Layout class. The layout in the
> > example seems to use JQuery.ui.layout directly)
> >
> > regards.
> >
> >
> > On Tue, Feb 2, 2010 at 12:56 PM, Eyal Golan  wrote:
> >
> > > Hello,
> > > Is there any Wicket project for making a layout manager similar to
> > iGoogle
> > > or http://www.netvibes.com/#General
> > > We found a project with ExtJS that is not supported anymore . Is there
> a
> > > Wicket project for that? or for any other similar?
> > > Can Wiquery help with this?
> > >
> > > Thanks for helping out,
> > >
> > >
> > > Eyal Golan
> > > egola...@gmail.com
> > >
> > > Visit: http://jvdrums.sourceforge.net/
> > > LinkedIn: http://www.linkedin.com/in/egolan74
> > >
> > > P  Save a tree. Please don't print this e-mail unless it's really
> > necessary
> > >
> >
>


Re: Layout manager

2010-02-10 Thread Ernesto Reinaldo Barreiro
Check out [1] and look for  LayoutPlugin.java and Layou.java.

Ernesto

[1]-http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples


On Wed, Feb 10, 2010 at 10:05 AM, Josh Kamau  wrote:

> Hello,
> Is there any Wicket project for making a layout manager similar to iGoogle
> or http://www.netvibes.com/#General
> We found a project with ExtJS that is not supported anymore . Is there a
> Wicket project for that? or for any other similar?
> Can Wiquery help with this?
>
> Thanks for helping out,
>
> I am looking for the same thing and i think i may have to learn JQuery and
> benefit from the hundreds of plugins availabe.  I have been looking at
> WiQuery and i like the widgets but the layout is not implemented yet. (I
> perused the javadocs and didnt see the Layout class. The layout in the
> example seems to use JQuery.ui.layout directly)
>
> regards.
>
>
> On Tue, Feb 2, 2010 at 12:56 PM, Eyal Golan  wrote:
>
> > Hello,
> > Is there any Wicket project for making a layout manager similar to
> iGoogle
> > or http://www.netvibes.com/#General
> > We found a project with ExtJS that is not supported anymore . Is there a
> > Wicket project for that? or for any other similar?
> > Can Wiquery help with this?
> >
> > Thanks for helping out,
> >
> >
> > Eyal Golan
> > egola...@gmail.com
> >
> > Visit: http://jvdrums.sourceforge.net/
> > LinkedIn: http://www.linkedin.com/in/egolan74
> >
> > P  Save a tree. Please don't print this e-mail unless it's really
> necessary
> >
>


Re: Layout manager

2010-02-10 Thread Josh Kamau
Hello,
Is there any Wicket project for making a layout manager similar to iGoogle
or http://www.netvibes.com/#General
We found a project with ExtJS that is not supported anymore . Is there a
Wicket project for that? or for any other similar?
Can Wiquery help with this?

Thanks for helping out,

I am looking for the same thing and i think i may have to learn JQuery and
benefit from the hundreds of plugins availabe.  I have been looking at
WiQuery and i like the widgets but the layout is not implemented yet. (I
perused the javadocs and didnt see the Layout class. The layout in the
example seems to use JQuery.ui.layout directly)

regards.


On Tue, Feb 2, 2010 at 12:56 PM, Eyal Golan  wrote:

> Hello,
> Is there any Wicket project for making a layout manager similar to iGoogle
> or http://www.netvibes.com/#General
> We found a project with ExtJS that is not supported anymore . Is there a
> Wicket project for that? or for any other similar?
> Can Wiquery help with this?
>
> Thanks for helping out,
>
>
> Eyal Golan
> egola...@gmail.com
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>


Re: Layout manager

2010-02-10 Thread Ernesto Reinaldo Barreiro
Hi Eyal,

Yesterday I was looking to [1] and there it is shown how to build a
dashboard using wiquery... Maybe it is not exactly what you need but I guess
yoy can use the same tools to build what you need.

Regards,

Ernesto

[1]-http://wiquery.googlecode.com/svn/examples/wiquery-presentation-examples

On Tue, Feb 2, 2010 at 10:56 AM, Eyal Golan  wrote:

> Hello,
> Is there any Wicket project for making a layout manager similar to iGoogle
> or http://www.netvibes.com/#General
> We found a project with ExtJS that is not supported anymore . Is there a
> Wicket project for that? or for any other similar?
> Can Wiquery help with this?
>
> Thanks for helping out,
>
>
> Eyal Golan
> egola...@gmail.com
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>


Re: Layout manager

2010-02-03 Thread Eyal Golan
ran it.
it's not exactly what we're looking for.
any other suggestion?

Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Tue, Feb 2, 2010 at 12:20 PM, Martin Makundi <
martin.maku...@koodaripalvelut.com> wrote:

> Yeah, swit. Service Temporarily Unavailable.
>
> **
> Martin
>
> 2010/2/2 Ernesto Reinaldo Barreiro :
> > Do you mean this one?
> >
> > http://code.google.com/p/swit/
> >
> > Ernesto
> >
> > On Tue, Feb 2, 2010 at 11:07 AM, Martin Makundi <
> > martin.maku...@koodaripalvelut.com> wrote:
> >
> >> Hi!
> >>
> >> There was one wicket project which created panels and stylish buttons,
> >> but I can't recall where it is.
> >>
> >> **
> >> Martin
> >>
> >> 2010/2/2 Eyal Golan :
> >> > Hello,
> >> > Is there any Wicket project for making a layout manager similar to
> >> iGoogle
> >> > or http://www.netvibes.com/#General
> >> > We found a project with ExtJS that is not supported anymore . Is there
> a
> >> > Wicket project for that? or for any other similar?
> >> > Can Wiquery help with this?
> >> >
> >> > Thanks for helping out,
> >> >
> >> >
> >> > Eyal Golan
> >> > egola...@gmail.com
> >> >
> >> > Visit: http://jvdrums.sourceforge.net/
> >> > LinkedIn: http://www.linkedin.com/in/egolan74
> >> >
> >> > P  Save a tree. Please don't print this e-mail unless it's really
> >> necessary
> >> >
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Layout manager

2010-02-02 Thread Martin Makundi
Yeah, swit. Service Temporarily Unavailable.

**
Martin

2010/2/2 Ernesto Reinaldo Barreiro :
> Do you mean this one?
>
> http://code.google.com/p/swit/
>
> Ernesto
>
> On Tue, Feb 2, 2010 at 11:07 AM, Martin Makundi <
> martin.maku...@koodaripalvelut.com> wrote:
>
>> Hi!
>>
>> There was one wicket project which created panels and stylish buttons,
>> but I can't recall where it is.
>>
>> **
>> Martin
>>
>> 2010/2/2 Eyal Golan :
>> > Hello,
>> > Is there any Wicket project for making a layout manager similar to
>> iGoogle
>> > or http://www.netvibes.com/#General
>> > We found a project with ExtJS that is not supported anymore . Is there a
>> > Wicket project for that? or for any other similar?
>> > Can Wiquery help with this?
>> >
>> > Thanks for helping out,
>> >
>> >
>> > Eyal Golan
>> > egola...@gmail.com
>> >
>> > Visit: http://jvdrums.sourceforge.net/
>> > LinkedIn: http://www.linkedin.com/in/egolan74
>> >
>> > P  Save a tree. Please don't print this e-mail unless it's really
>> necessary
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

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



Re: Layout manager

2010-02-02 Thread Ernesto Reinaldo Barreiro
Do you mean this one?

http://code.google.com/p/swit/

Ernesto

On Tue, Feb 2, 2010 at 11:07 AM, Martin Makundi <
martin.maku...@koodaripalvelut.com> wrote:

> Hi!
>
> There was one wicket project which created panels and stylish buttons,
> but I can't recall where it is.
>
> **
> Martin
>
> 2010/2/2 Eyal Golan :
> > Hello,
> > Is there any Wicket project for making a layout manager similar to
> iGoogle
> > or http://www.netvibes.com/#General
> > We found a project with ExtJS that is not supported anymore . Is there a
> > Wicket project for that? or for any other similar?
> > Can Wiquery help with this?
> >
> > Thanks for helping out,
> >
> >
> > Eyal Golan
> > egola...@gmail.com
> >
> > Visit: http://jvdrums.sourceforge.net/
> > LinkedIn: http://www.linkedin.com/in/egolan74
> >
> > P  Save a tree. Please don't print this e-mail unless it's really
> necessary
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Layout manager

2010-02-02 Thread Martin Makundi
Hi!

There was one wicket project which created panels and stylish buttons,
but I can't recall where it is.

**
Martin

2010/2/2 Eyal Golan :
> Hello,
> Is there any Wicket project for making a layout manager similar to iGoogle
> or http://www.netvibes.com/#General
> We found a project with ExtJS that is not supported anymore . Is there a
> Wicket project for that? or for any other similar?
> Can Wiquery help with this?
>
> Thanks for helping out,
>
>
> Eyal Golan
> egola...@gmail.com
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>

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



Layout manager

2010-02-02 Thread Eyal Golan
Hello,
Is there any Wicket project for making a layout manager similar to iGoogle
or http://www.netvibes.com/#General
We found a project with ExtJS that is not supported anymore . Is there a
Wicket project for that? or for any other similar?
Can Wiquery help with this?

Thanks for helping out,


Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


Re: consistent layout ( layout manager )

2008-01-07 Thread Eelco Hillenius
On Jan 7, 2008 7:01 PM, Danilo Barsotti <[EMAIL PROTECTED]> wrote:
> Exist other method do make this, Without using *inheritance of objects.*
> Like tiles, sitemash or other method.

Yeah, using panels. See the template example.

Other than that... you can use sitemash if you want, but it is not how
we think you could best use the framework.

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: consistent layout ( layout manager )

2008-01-07 Thread Danilo Barsotti
Exist other method do make this, Without using *inheritance of objects.*
Like tiles, sitemash or other method.

thanks!




2008/1/7, Frank Bille <[EMAIL PROTECTED]>:
>
> Hi,
>
> Try to take a look at this example:
>
> http://wicket.apache.org/examplemarkupinheritance.html
>
> Frank
>
>
> On Jan 7, 2008 4:05 AM, Danilo Barsotti <[EMAIL PROTECTED]> wrote:
>
> > Hi all!
> >
> > I have a question about how to create a consistent layout with wicket.
> >
> > now I have a index class and all other classes extends it.
> >
> > 
> > public class Index extends WebPage {
> >
> >private static final long serialVersionUID = 1L;
> >
> >
> >protected String getName(){
> >return "Title here";
> >}
> >
> >
> >/**
> > * Constructor that is invoked when page is invoked without a
> session.
> > *
> > * @param parameters
> > *Page parameters
> > */
> >public Index(final PageParameters parameters) {
> >add(new Label("title",new Model(getName(;
> >
> >add(new BookmarkablePageLink("page1", Page1.class));
> >add(new BookmarkablePageLink("page2", Page2.class));
> >add(new BookmarkablePageLink("login", Login.class));
> >
> >add(new Label("footer","it is a footer"));
> >}
> > }
> >
> >
> >
> > public class Page1 extends Index{
> >
> >private static final long serialVersionUID = 1L;
> >
> >public Page1(PageParameters parameters) {
> >super(parameters);
> >add(new Label("label1", "This is in the subclass Page1"));
> >}
> >
> > }
> > 
> >
> > HTML:
> >
> > 
> >
> > http://wicket.sourceforge.net/";>
> > 
> > 
> > 
> >
> >
> >
> >Page1
> >Page2
> >Login
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 
> >
> > 
> >
> > my question is, this code is correct?
> > other better method to make this? suggestion, tip ...
> >
> > thanks and sorry my english poor!
> >
>


Re: consistent layout ( layout manager )

2008-01-07 Thread Frank Bille
Hi,

Try to take a look at this example:

http://wicket.apache.org/examplemarkupinheritance.html

Frank


On Jan 7, 2008 4:05 AM, Danilo Barsotti <[EMAIL PROTECTED]> wrote:

> Hi all!
>
> I have a question about how to create a consistent layout with wicket.
>
> now I have a index class and all other classes extends it.
>
> 
> public class Index extends WebPage {
>
>private static final long serialVersionUID = 1L;
>
>
>protected String getName(){
>return "Title here";
>}
>
>
>/**
> * Constructor that is invoked when page is invoked without a session.
> *
> * @param parameters
> *Page parameters
> */
>public Index(final PageParameters parameters) {
>add(new Label("title",new Model(getName(;
>
>add(new BookmarkablePageLink("page1", Page1.class));
>add(new BookmarkablePageLink("page2", Page2.class));
>add(new BookmarkablePageLink("login", Login.class));
>
>add(new Label("footer","it is a footer"));
>}
> }
>
>
>
> public class Page1 extends Index{
>
>private static final long serialVersionUID = 1L;
>
>public Page1(PageParameters parameters) {
>super(parameters);
>add(new Label("label1", "This is in the subclass Page1"));
>}
>
> }
> 
>
> HTML:
>
> 
>
> http://wicket.sourceforge.net/";>
> 
> 
> 
>
>
>
>Page1
>Page2
>Login
>
>
>
>
>
>
>
>
>
>
>
>
> 
>
> 
>
> my question is, this code is correct?
> other better method to make this? suggestion, tip ...
>
> thanks and sorry my english poor!
>


consistent layout ( layout manager )

2008-01-06 Thread Danilo Barsotti
Hi all!

I have a question about how to create a consistent layout with wicket.

now I have a index class and all other classes extends it.


public class Index extends WebPage {

private static final long serialVersionUID = 1L;


protected String getName(){
return "Title here";
}


/**
 * Constructor that is invoked when page is invoked without a session.
 *
 * @param parameters
 *Page parameters
 */
public Index(final PageParameters parameters) {
add(new Label("title",new Model(getName(;

add(new BookmarkablePageLink("page1", Page1.class));
add(new BookmarkablePageLink("page2", Page2.class));
add(new BookmarkablePageLink("login", Login.class));

add(new Label("footer","it is a footer"));
}
}



public class Page1 extends Index{

private static final long serialVersionUID = 1L;

public Page1(PageParameters parameters) {
super(parameters);
add(new Label("label1", "This is in the subclass Page1"));
}

}


HTML:



http://wicket.sourceforge.net/";>






Page1
Page2
Login
















my question is, this code is correct?
other better method to make this? suggestion, tip ...

thanks and sorry my english poor!