Class EMLGroup

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaClassLinkEnabler, IJavaMethodLinkEnabler, IUIBuilderFromVSLinkEnabler, IUIComponentLinkEnabler, IEImagePreview, IEUICompBase, IEUICompCommon, IEUIContainer, IExtendsSelection, IDynamicPropertyEditorList, IPropDesigner, IPropRenameable, ITransferContainerProps, IStylesFilter, IBackReferenceProvider, EventListener, IFocusComp, IMessageBox, IComponent, IContentProviderPropCnrAPI<MLItemProp,MLItem>, IClassReferenceOwner, ICustomDataProvider, IGProp<GProp<?>[]>, IPropCnr, IUIActionHolder, IUIComp, IUIContainer, IUIContextMenuOwner, IUIFocusComp, IUIIndexedSelectionComp, IUISelectionComp, IUISingleIndexedSelectionComp, IUIHTMLTextComponent, IUITextComponent, IVSColumnBestValueListener, IVSComponentListener, IVSComponentState, IVSFieldListener, IVSGenericComponentListener, IVSTableColumnReferenceOwner, IVSTableListener, Cloneable, org.eclipse.core.runtime.IAdaptable

public class EMLGroup extends MLGroup implements IEUIContainer, IDynamicPropertyEditorList, IJavaClassLinkEnabler
Mobile list items group container for the designer. Several can coexist and must be uniquely named.
Author:
Christopher Mindus
  • Constructor Details

    • EMLGroup

      public EMLGroup()
      Creates the property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EMLGroup

      public EMLGroup(Atom propertyAtom)
      Creates the property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details