Class CheckboxEditorSource
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
- All Implemented Interfaces:
- IEditorSource,- Serializable,- org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
- ImmutableCheckboxEditorSource
Use this editor source's shared instance to create a checkbox editor for a boolean field. This is the default editor
 for BooleanField
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic CheckboxEditorSourceorg.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) 
- 
Constructor Details- 
CheckboxEditorSourcepublic CheckboxEditorSource()
 
- 
- 
Method Details
- 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
- newEditorComponentin interface- IEditorSource