Class CaptureFieldProp

java.lang.Object
com.iizix.prop.GProp<GProp<?>[]>
com.iizix.prop.PropCnr
com.iizigo.term.capture.prop.CaptureFieldProp
All Implemented Interfaces:
IPropDesigner, IScreenRectangle, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, Comparable<CaptureFieldProp>, IAdaptable

public class CaptureFieldProp extends PropCnr implements IPropDesigner, IScreenRectangle, Comparable<CaptureFieldProp>
This Capture Field property container holds the screen identifications and fields for a terminal host screen.
  • Constructor Details

    • CaptureFieldProp

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

      public CaptureFieldProp(Atom propertyAtom)
      Creates the Capture Field 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