Class ReferenceEditorSource
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.web.components.editors.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 SummaryFields Modifier and Type Field Description protected booleanincludeNullOption
 - 
Constructor SummaryConstructors Constructor Description ReferenceEditorSource(boolean includeNullOption)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferenceEditorSourcegetNullOptionInstance()Returns an IEditorSource that creates ReferenceEditors that include the null optionstatic ReferenceEditorSourcegetSharedInstance()Returns an IEditorSource that creates ReferenceEditors that don't include the null optionbooleanisIncludeNullOption()org.apache.wicket.ComponentnewEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)
 
- 
- 
- 
Method Detail- 
getNullOptionInstancepublic static ReferenceEditorSource getNullOptionInstance() Returns an IEditorSource that creates ReferenceEditors that include the null option
 - 
getSharedInstancepublic static ReferenceEditorSource getSharedInstance() Returns an IEditorSource that creates ReferenceEditors that don't include the null option
 - 
isIncludeNullOptionpublic boolean isIncludeNullOption() 
 - 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)- Specified by:
- newEditorComponentin interface- IEditorSource
 
 
- 
 
-