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.booleanRemoteFormField.isDefault()Indicates that the value is set to default.booleanRemoteFormField.isEmpty()Indicates that the value of this field is empty.booleanRemoteFormField.isSet()Indicates that the value of this field is set.voidSet the value of this field.voidRemoteFormField.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 RemoteFormDataSwingGadgetContext.getElementFormData()Provides remote access to the form data containing the gadget.