On 18 sep, 11:46, Rajesh <[email protected]> wrote:
> Hi,  its got to be a wide rectangular button since it will also be used on a
> touch screen, so the check boxes doesn't help. a lot of coloring stuff is to
> be added too.

OK, so maybe you're rather interested in a bunch of PushButtons (and
you'll managed the "mutual exclusivity" feature by code).

...but maybe you could also try (just an example) to play with
RadioButton's CSS (i've used .gwt-RadioButton here, which means all
radio button's on the app will be changed into pseudo-toggle-buttons;
use addStyleName or setPrimaryStyleName to use a distinct class for
some radio buttons but not all):
.gwt-RadioButton input {
    display: none;
}
.gwt-RadioButton {
    border: blue solid 1px;
    background: lightgray;
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to