Uses of Class
de.espirit.firstspirit.forms.RemoteFormData.InaccessibleException
-
Uses of RemoteFormData.InaccessibleException in de.espirit.firstspirit.forms
Modifier and TypeMethodDescription@NotNull RemoteFormField<?>
Provides a property container describing the field with the given name.RemoteFormField.get()
Provides the current value of the field.RemoteFormField.getName()
Returns the name of the field.RemoteFormField.getType()
Get the type of the field's value.boolean
RemoteFormField.isDefault()
Indicates that the value is set to default.boolean
RemoteFormField.isEmpty()
Indicates that the value of this field is empty.boolean
RemoteFormField.isSet()
Indicates that the value of this field is set.void
Set the value of this field.void
RemoteFormField.setToDefault()
Set the field to its default value. -
Uses of RemoteFormData.InaccessibleException in de.espirit.firstspirit.ui.gadgets.swing
Modifier and TypeMethodDescription@NotNull RemoteFormData
SwingGadgetContext.getElementFormData()
Provides remote access to the form data containing the gadget.