Package com.install4j.api.beaninfo
package com.install4j.api.beaninfo
This package contains the utility classes for writing BeanInfo classes for screens, actions, and form components.
See the API overview for general remarks on how to use the install4j API.
This package is optional. No other packages use this package. By developing BeanInfo classes according to the JavaBean specification, you can control the configurability, presentation and validation of your beans at design time. BeanInfo classes do not influence runtime behavior.
When developing bean infos for your beans, it is recommended to use the appropriate
derived class of Install4JBeanInfo
as the base class.
Install4JPropertyDescriptor
and its derived classes provide factory methods
for generating property descriptors with the appropriate named attributes.
-
ClassDescriptionBase class for BeanInfos of actions classes.Enumeration class for all possible elevation strategies for actions.Interface for the
ActionBeanInfo.ATTRIBUTE_ACTION_LIST_INITIALIZER
value of a bean descriptor.Property descriptor for properties that contain a list of configurable actions.Validates actions if the validation depends on a containingActionList
property.Configuration class to set the default selection values of the possible answers for the "Ask user" failure strategy when configuring actions in the install4j IDE.Interface for theInstall4JBeanInfo.ATTRIBUTE_BEAN_INITIALIZER
value of a bean descriptor.Exception for notifying the user that a property value of a bean is not valid.Interface for theInstall4JBeanInfo.ATTRIBUTE_BEAN_VALIDATOR
value of a bean descriptor.Extended design-time services for customizers.Enumeration class for all possible placements of the customizer in the install4j GUI.Entry in an enumeration defined byEnumerationMapper
.Interface for mapping values and descriptions of enumerated properties.Enumeration class for all possible failure strategies of actions.Enumeration class for all possible file content types for file property descriptors.Property descriptor for properties that contain one or several file.Enumeration class for all possible file selection modes for file property descriptors.Base class for form component bean infos.Base class for bean infos.Property descriptor for use in instances ofInstall4JBeanInfo
.A project report element contributed by a customizer.A property converter translates between a string representation and the actual object state and provides an optionalproperty customizer
.Customizer component for a property that is used in a dialog.Base class for screen bean infos.Descriptor for script parameters of script properties defined with aScriptPropertyDescriptor
.Property descriptor for properties of typeScriptProperty
.Interface for controlling insertion and reordering of beans at design-time.Interface for controlling the visibility of child properties based on the value of the parent property.