Setting styles on different faces of a GWT CustomButton using UiBinder
问题 I'm trying to set style names on different faces of ToggleButton (i.e. upFace, downFace, ...). It looks like setting styleName on a face doesn't work. For example the following won't work: <g:ToggleButton> <g:upFace styleName='{style.myToggleButton-up}' /> </g:ToggleButton> But I noticed when setting the style name on ToggleButton itself... <g:ToggleButton styleName='{style.myToggleButton}' /> ... the generated HTML will look something like this: <div class="GPAKHSCBGG GPAKHSCBGG-up" role=