Class FormCustomValue

java.lang.Object
com.jformdesigner.model.FormCustomValue

public class FormCustomValue extends Object
Used to specify custom values. If only a class name is given, an instance of that class is created. If a member name is given, the value of a static field is used, or if the member name ends with "()", a static method is invoked and its return value is used.
Since:
8.3