Class ReferenceEditorSource

  • All Implemented Interfaces:
    IEditorSource, java.io.Serializable, org.apache.wicket.util.io.IClusterable

    public class ReferenceEditorSource
    extends java.lang.Object
    implements IEditorSource
    See Also:
    Serialized Form
    • Field Detail

      • includeNullOption

        protected boolean includeNullOption
    • Constructor Detail

      • ReferenceEditorSource

        public ReferenceEditorSource​(boolean includeNullOption)
    • Method Detail

      • 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()