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

Method Index

 o additionalCustomizerLabels()
Returns an array of labels to map to the array of additional Customizers applied to the bean.
 o additionalCustomizers()
Returns the array of additional Customizers applied to the bean.
 o origCustomizer()
Returns the Customizer for the original, non-MergeCustomizable bean.

Methods

 o origCustomizer
 public abstract Customizer origCustomizer()
Returns the Customizer for the original, non-MergeCustomizable bean.

Returns:
Customizer
 o additionalCustomizers
 public abstract Customizer[] additionalCustomizers()
Returns the array of additional Customizers applied to the bean.

Returns:
Customizer[]
 o 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