Class EnumEditorSource
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.EnumEditorSource
- All Implemented Interfaces:
 IEditorSource,Serializable,org.apache.wicket.util.io.IClusterable
Use this editor for a an enum field to create a dropdown with each enum value as a choice.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic EnumEditorSourceorg.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)  
- 
Constructor Details
- 
EnumEditorSource
public EnumEditorSource() - 
EnumEditorSource
 
 - 
 - 
Method Details
- 
newEditorComponent
public org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
 newEditorComponentin interfaceIEditorSource