I\'ve got following problem using SmartGWT 2.4: we are having a DynamicForm showing several static text fields (so the form is in readonly mode). The form uses a datasource in the background and our
I have a View where I have Drag and Drop working between 2 ListGrid-s, and after dragging a few records I then save them to a POJO type object upon clicking a button \"Save\".
In my ui there is a listgrid for which i set size 500 dataGrid=new ListGrid(); dataGrid.setWidth(500); I want to use resizable bar for listgrid
I have a requirement to fetch the child records of a tree node on expanding it using the \"+\" sign of the folder. If any particular node doesnt have children the \"+\" sign should vanish. This requir
We are in the process choosing a new GUI platform. Ive been looking at subj. but are a bit confused. Could someon开发者_如何转开发e please refer to at tutorial or blog that makes a qualified compariso
I have a requirement to prevent the user from selecting date which is greater than current date. I tried to enforce it by setting setEndDate(new Date()) but it didn\'t work.
When you push down the left mouse button mouse down event fires. If you then move the mouse over a label (while holding the mouse button down) mouse over event doe开发者_开发问答s not fire.
When I Build the project with GWT Compiler then I found exception on console: MyConsole: Compiling module com.ems.EMSWeb
I am new to GWT and MVP and have explored a few libraries (gwt-sl, gwt-presenter,gwt-dispatch) and frameworks (smartgwt ..) and i am getting very confused.
I am developing a small scale app using smart gwt 2.4. I chose smart gwt over other html specific RIAs as it has rich ui and to avoid cross browser issues.