Class EditorScreenFieldProp

All Implemented Interfaces:
ILinkCapable, IJavaInterfaceLinkEnabler, IPropDesigner, IScreenRectangle, EventListener, IGProp<GProp<?>[]>, IPropCnr, IVSColumnBestValueListener, IVSColumnListener, IVSComponentListener, IVSComponentReferenceProvider, IVSComponentState, IVSFieldListener, Cloneable, IAdaptable

public class EditorScreenFieldProp extends ScreenFieldProp implements IPropDesigner, IScreenRectangle, IJavaInterfaceLinkEnabler
This Screen identification property container for a terminal host screen property.
  • Constructor Details

    • EditorScreenFieldProp

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

      public EditorScreenFieldProp(Atom propertyAtom)
      Creates the screen identification 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