Uses of Class
de.espirit.firstspirit.forms.RemoteFormData.InaccessibleException
Packages that use RemoteFormData.InaccessibleException
-
Uses of RemoteFormData.InaccessibleException in de.espirit.firstspirit.forms
Methods in de.espirit.firstspirit.forms that throw RemoteFormData.InaccessibleExceptionModifier 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
Methods in de.espirit.firstspirit.ui.gadgets.swing that throw RemoteFormData.InaccessibleExceptionModifier and TypeMethodDescription@NotNull RemoteFormData
SwingGadgetContext.getElementFormData()
Provides remote access to the form data containing the gadget.