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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
includeNullOption
protected boolean includeNullOption 
 - 
 - 
Constructor Details
- 
ReferenceEditorSource
public ReferenceEditorSource(boolean includeNullOption)  
 - 
 - 
Method Details
- 
getNullOptionInstance
Returns an IEditorSource that creates ReferenceEditors that 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:
 newEditorComponentin interfaceIEditorSource
 
 -