Class EUIEmpty

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaMethodLinkEnabler, IUIComponentLinkEnabler, IEImagePreview, IEUIComp, IEUICompBase, IEUICompCommon, IExtendsSelection, IPropDesigner, IPropRenameable, ITransferContainerProps, IStylesFilter, EventListener, IMessageBox, IComponent, ICustomDataProvider, IGProp<GProp<?>[]>, IPropCnr, IUIComp, IVSComponentListener, IVSComponentState, IVSFieldListener, Cloneable, IAdaptable

public class EUIEmpty extends UIEmpty implements IEUIComp
Empty component.
Author:
Christopher Mindus
  • Constructor Details

    • EUIEmpty

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

      public EUIEmpty(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