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 Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CheckboxEditorSourceorg.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)  
- 
Constructor Details
- 
CheckboxEditorSource
public CheckboxEditorSource() 
 - 
 - 
Method Details
- 
newEditorComponent
public org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
 newEditorComponentin interfaceIEditorSource