Class UserField

    • Constructor Detail

      • UserField

        public UserField()
    • Method Detail

      • init

        public void init​(Source source,
                         Node fieldNode)
                  throws PortalException
        Description copied from interface: ISourceField
        Initializes this source field. This method is called by the source after the field is created and before it is used. The implementation of this method must initialize all of this instance's attributes.
        Specified by:
        init in interface ISourceField
        Overrides:
        init in class GenericTableSourceField
        Parameters:
        source - the source this field will belong to.
        fieldNode - the xml node that contains this field's definition.
        Throws:
        PortalException - if this field could not be initialized.