How to localize enum values in GWT client code?

前端 未结 3 1484
孤街浪徒
孤街浪徒 2021-02-18 19:01

I am using an enumeration class in my GWT client\'s code to define a set of types.

public enum MyType {

    FIRST_TYPE(\"first\"), SECOND_TYPE(\"second\"), THIR         


        
3条回答
提交回复
热议问题