Uses of Class
org.netxms.client.objecttools.InputFieldType
-
Packages that use InputFieldType Package Description org.netxms.client.objecttools -
-
Uses of InputFieldType in org.netxms.client.objecttools
Methods in org.netxms.client.objecttools that return InputFieldType Modifier and Type Method Description static InputFieldTypeInputFieldType. getByValue(int value)Get enum element from integer valueInputFieldTypeInputField. getType()static InputFieldTypeInputFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static InputFieldType[]InputFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netxms.client.objecttools with parameters of type InputFieldType Modifier and Type Method Description voidInputField. setType(InputFieldType type)Constructors in org.netxms.client.objecttools with parameters of type InputFieldType Constructor Description InputField(String name, InputFieldType type, String displayName, String config)Create input field
-