Class EMLDefaultItemProp

All Implemented Interfaces:
ILinkCapable, IJavaMethodLinkEnabler, IUIComponentLinkEnabler, IDynamicPropertyEditorList, IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, IUIHTMLTextComponent, IUITextComponent, IVSTableColumnReferenceOwner, Cloneable, IAdaptable

public class EMLDefaultItemProp extends MLDefaultItemProp implements IPropDesigner, IUIComponentLinkEnabler, IDynamicPropertyEditorList
The Editor version of a default list item.
Author:
Christopher Mindus
  • Constructor Details

    • EMLDefaultItemProp

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

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