java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.ReferenceEditorSource
All Implemented Interfaces:
IEditorSource, Serializable, org.apache.wicket.util.io.IClusterable

public class ReferenceEditorSource extends Object implements IEditorSource
See Also:
  • Field Details

    • includeNullOption

      protected boolean includeNullOption
  • Constructor Details

    • ReferenceEditorSource

      public ReferenceEditorSource(boolean includeNullOption)
  • Method Details

    • getNullOptionInstance

      public static ReferenceEditorSource getNullOptionInstance()
      Returns an IEditorSource that creates ReferenceEditors that include the null option
    • getSharedInstance

      public static ReferenceEditorSource getSharedInstance()
      Returns an IEditorSource that creates ReferenceEditors that don't include the null option
    • isIncludeNullOption

      public boolean isIncludeNullOption()
    • newEditorComponent

      public org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)
      Specified by:
      newEditorComponent in interface IEditorSource