| com.google.gwt.i18n.client.Moods
Moods | public interface Moods extends Constants(Code) | | Testing class to represent Moods.
|
Method Summary | |
public String | getHappy() The word for 'Happy'. | public String[] | moodArray() Gets the keys associated with moods. | public Map | moodMap() Convenience method to get all key/value pairs associated with the mood
array. |
getHappy | public String getHappy()(Code) | | The word for 'Happy'.
'happy' |
moodArray | public String[] moodArray()(Code) | | Gets the keys associated with moods. However note that this will not
display well as the values are "Sad", "123".
array of moods |
moodMap | public Map moodMap()(Code) | | Convenience method to get all key/value pairs associated with the mood
array.
returnType of moods |
|
|