Class CheckboxEditorSource
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
 
- 
- All Implemented Interfaces:
- IEditorSource,- java.io.Serializable,- org.apache.wicket.util.io.IClusterable
 - Direct Known Subclasses:
- ImmutableCheckboxEditorSource
 
 public class CheckboxEditorSource extends java.lang.Object implements IEditorSource 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:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCheckboxEditorSource.BooleanEditor
 - 
Constructor SummaryConstructors Constructor Description CheckboxEditorSource()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CheckboxEditorSourcegetSharedInstance()org.apache.wicket.ComponentnewEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)
 
- 
- 
- 
Method Detail- 
getSharedInstancepublic static CheckboxEditorSource getSharedInstance() 
 - 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)- Specified by:
- newEditorComponentin interface- IEditorSource
 
 
- 
 
-