How multiple views can be shown inside a view in using cardlayout

2015-02-26 Thread Anjum Naseer
Hello, I am new GWT, but now i am using it for quite a while. I have a problem in my application, In fact i need to use CardLayout inside a view. My Problem is that i don't know how i can change views inside a view (changing views on button click.). Till now i don't have any idea how to use

Instantiating multiple views from one class?

2013-09-19 Thread Rikki McQueary
I currently have three separate UI binders with their respective owning class and presenters. My question is: Can you extend or instantiate these three separate views from one class? I am trying to extend my three views from one class to create one view that utilizes all three views. The

multiple views

2012-09-12 Thread Christian
Hello everyone, I am quite new in the gwt topic, so maybe the problem isn't that huge. I am delevoping an loginview where I can enter the login data. When I click on the button login, the application should check the login and if the login data is right the application should show me the next

Re: multiple views

2012-09-12 Thread Jens
Looks like a PopupPanel/DialogBox thats not closed correctly. Probably a left over of your modifications to GWT's example project. Take a look through your code and make sure it gets closed correctly by calling its hide() method. -- J. -- You received this message because you are subscribed

Using multiple views in one place

2011-01-13 Thread Owen Ilagan
Has anyone tried using multiple views in one Place then having separate activities for each one? This scenario occurred to me when I wanted to save work on having to repeat the same header for multiple Places in my application. It was done using one view as a container, acting like a frame