Class MapFieldContext

All Implemented Interfaces:
IdentifiableContext

public class MapFieldContext extends ObjectCollectionContext
  • Constructor Details

    • MapFieldContext

      public MapFieldContext()
  • Method Details

    • getFactory

      public static ElementContextFactory getFactory()
    • setField

      public void setField(DCField field)
      Overrides:
      setField in class DCFieldContext
    • addDCField

      protected void addDCField(DCFieldContext fieldCtx)
      Description copied from class: ObjectCollectionContext
      This method must provide the implementation to actually add a DCField to the specific field type being managed. For example, the MapFieldContext provide an implementation which adds a DCField to the MapField being managed.
      Specified by:
      addDCField in class ObjectCollectionContext
      Parameters:
      fieldCtx - The DCField to be added to the ObjectCollectionContext