Class EditorResultProps

    • Constructor Detail

      • EditorResultProps

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

        public EditorResultProps​(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 Detail

      • getDatabaseProps

        public EditorDatabaseProps getDatabaseProps()
        Gets the Database Transaction properties.
        Overrides:
        getDatabaseProps in class ResultProps
        Returns:
        The Database Transaction properties, or null if this property is orphaned.
      • getRetargetedVerifyContainer

        protected PropCnr getRetargetedVerifyContainer()
        Gets the retargeted verification property container.
        Overrides:
        getRetargetedVerifyContainer in class PropCnr
        Returns:
        The default is to return this.
      • getVSField

        public EditorVSField getVSField()
        Gets the VirtualSpace field for all the output.
        Overrides:
        getVSField in class ResultProps
        Returns:
        The VirtualSpace Field, null for none.
      • getDragDropText

        public java.lang.String getDragDropText()
        Gets the link text to display when drag-dropping into JavaScript Panel Editor.
        Specified by:
        getDragDropText in interface ILinkCapable
        Returns:
        The drag-drop text to use.
      • verify

        public boolean verify​(PropVerification verification)
        Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
        Specified by:
        verify in interface IGProp<GProp<?>[]>
        Overrides:
        verify in class PropCnr
        Parameters:
        verification - The property verification class.
        Returns:
        true if verification should proceed, false if disposed of and verification should not take place.