No, I was talking about the native mouseover event google groups is
breaking my link so try to copy paste it with the html part

On Sep 24, 5:12 pm, mornindew <craigma...@gmail.com> wrote:
> Thank you for your reply.  That link did not work for me but I found
> this link (http://www.java2s.com/Code/Java/GWT/Menuwithstyle.htm).
> Was that what you meant?  This doesn't seem to be what I was looking
> for.  Thanks, Craig
>
> On Sep 24, 12:57 pm,MarceloSena<marceloslace...@gmail.com> wrote:
>
> > Check this out:http://www.java2s.com/Code/Java/GWT/
> > TableMouseOverEvent.htm
> > they have a mouseover event handling that could help you.
>
> > On Sep 24, 3:15 pm, mornindew <craigma...@gmail.com> wrote:
>
> > > Hi all,
> > >      I am very new to GWT and I have a question that I cannot seem to
> > > wrap my head around.  I have a custom widget called MenuBarPanel.
> > > This will contain all of the menu actions that I need.  When a user
> > > selects the menubar I need it to call an action and reload only one
> > > panel (Custom panel called Content Panel) from my page.  Is there a
> > > way to make my menubar action (Command) reload only one panel from my
> > > entry page?  I hope I explained my issue clearly enough, like I said I
> > > am new to GWT.  Below is my current code for building my menubar.
>
> > > Thanks, Craig
>
> > >   public MenuBarPanel() {
>
> > >           Command command = new Command() {
> > >       public void execute() {
> > >           fileCommand();
> > >         }
> > >       };
>
> > >           MenuBar widget = new MenuBar();
> > >           widget.addStyleName("MenuBar");
> > >           widget.addItem("Home",command);
> > >           widget.addItem("Site Index",command);
> > >           widget.addItem("Search",command);
> > >           widget.addItem("Contacts",command);
> > >           widget.addItem("FAQ",command);
> > >           widget.addItem("Help",command);
>
> > >           initWidget(widget);
>
> > >   }
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to