Uses of Class
org.netxms.client.objecttools.InputField
-
Packages that use InputField Package Description org.netxms.client.objecttools -
-
Uses of InputField in org.netxms.client.objecttools
Fields in org.netxms.client.objecttools with type parameters of type InputField Modifier and Type Field Description protected Map<String,InputField>ObjectTool. inputFieldsMethods in org.netxms.client.objecttools that return InputField Modifier and Type Method Description InputFieldObjectTool. getInputField(String name)Get input field definition by nameInputField[]ObjectTool. getInputFields()Get all input fieldsMethods in org.netxms.client.objecttools with parameters of type InputField Modifier and Type Method Description voidObjectToolDetails. addInputField(InputField f)Add or replace input field definition.Method parameters in org.netxms.client.objecttools with type arguments of type InputField Modifier and Type Method Description voidObjectToolDetails. setInputFields(Collection<InputField> fields)Set input field definitionsConstructors in org.netxms.client.objecttools with parameters of type InputField Constructor Description InputField(InputField src)Copy constructor
-