update dropdown menu based on selected value from another dropdown

后端 未结 0 1719
不知归路
不知归路 2021-02-03 15:15

this enum is define in one of my class


public enum Type {
        TEXT(1), BINARY(2);

        private final int type;

        AttributeType(int type) {
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题