Yes its a kind of custom application. The application helps user design the UI (Edit mode) and turn the gui to application in (Application mode)
Example: An application to count the number of different types of vehicles passing by. Say, one user is assigned to count cars, so he/she will create buttons like small car and midsize cars (Edit Mode) and in (Application mode) clicking on the button will add a counter to the number. So if a small car passes by the user will click the small car button and the counter adds by 1. Another user would use the same application to count the heavy vehicles by creating different buttons. Another user to count vehicles from other countries.. etc Given this use case, kindly suggest the appropraite module of GWT that i need to have a look. Thanks On Dec 14, 4:02 pm, mariyan nenchev <[email protected]> wrote: > I think he doesn't mean exactly this. So as i understand he wants to > dynamically create custom applications using widgets(like UI editor not for > developers, but for end users, that has no idea of developing). I hope i am > right. > So back to the question (if i think i know what you are asking). Yes, it is > possible, but the designing its self is the easy part, the harder part is > adding event handling to this widgets and it depends on what widgets do you > want to use. > Regards. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
