Class ReferenceEditorSource
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.ReferenceEditorSource
- All Implemented Interfaces:
- IEditorSource,- Serializable,- org.apache.wicket.util.io.IClusterable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ReferenceEditorSourceReturns an IEditorSource that creates ReferenceEditors that include the null optionstatic ReferenceEditorSourceReturns an IEditorSource that creates ReferenceEditors that don't include the null optionbooleanorg.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) 
- 
Field Details- 
includeNullOptionprotected boolean includeNullOption
 
- 
- 
Constructor Details- 
ReferenceEditorSourcepublic ReferenceEditorSource(boolean includeNullOption) 
 
- 
- 
Method Details- 
getNullOptionInstanceReturns an IEditorSource that creates ReferenceEditors that include the null option
- 
isIncludeNullOptionpublic boolean isIncludeNullOption()
- 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
- newEditorComponentin interface- IEditorSource
 
 
-