Disable Selection for GWT CellList -


I am trying to create a website similar to kayak dot com, at least how it displays and filter results Does. I am using GWT and building a composite widget that uses cellists to display results.

I am not happy with how I am selecting cells. I have tried to set the selection model of celllist as an example of a no selection model, but it does not appear to be working Actually, I just want to show some text and some hyperlinks in each cell and only give the user the visual feedback (change mouse pointer, etc.) on keeping the mouse on a hyperlink. Is not there.

Check that it works for you:

< / Div>

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -