All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.widgets.MergeCustomizable
- public interface interface MergeCustomizable
The MergeCustomizable interface is for objects creating a MergedCustomizer.
- See Also:
- MergedCustomizer
-
additionalCustomizerLabels()
- Returns an array of labels to map to the array of additional Customizers
applied to the bean.
-
additionalCustomizers()
- Returns the array of additional Customizers applied to the bean.
-
origCustomizer()
- Returns the Customizer for the original, non-MergeCustomizable bean.
origCustomizer
public abstract Customizer origCustomizer()
- Returns the Customizer for the original, non-MergeCustomizable bean.
- Returns:
- Customizer
additionalCustomizers
public abstract Customizer[] additionalCustomizers()
- Returns the array of additional Customizers applied to the bean.
- Returns:
- Customizer[]
additionalCustomizerLabels
public abstract String[] additionalCustomizerLabels()
- Returns an array of labels to map to the array of additional Customizers
applied to the bean.
- Returns:
- String[]
All Packages Class Hierarchy This Package Previous Next Index