Class FormCustomValue
java.lang.Object
com.jformdesigner.model.FormCustomValue
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRealValue(ClassLoader loader) inthashCode()toString()
-
Constructor Details
-
FormCustomValue
-
-
Method Details
-
getClassName
-
getMemberName
-
getRealValue
- Throws:
Exception
-
equals
-
hashCode
-
toString
-