Package com.install4j.api.formcomponents
This package contains the interface and abstract base class for form components.
See the API overview for general remarks on how to use the install4j API.
The FormComponent
interface contains all methods that have to be implemented by an actual form component.
Form components can access other form components on the same screen via the FormEnvironment
interface.
When you develop your own form components, it is recommended that you extend the abstract base class in this package rather than implement the interface itself.
-
Interface Summary Interface Description ComponentTuple Represents the created GUI components for a form component.FormComponent All form components must implement this interface.FormEnvironment The form environment gives access to form components in a form panel as well as to other design time or runtime services related to form components.LayoutGroup Represents a layout group for form components. -
Class Summary Class Description AbstractFormComponent Abstract base class for form components. -
Enum Summary Enum Description GroupType Type of a layout group.