Class ImmutableCheckboxEditorSource
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
com.inductiveautomation.ignition.gateway.web.components.editors.ImmutableCheckboxEditorSource
- All Implemented Interfaces:
- IEditorSource,- Serializable,- org.apache.wicket.util.io.IClusterable
Source of disabled CheckboxEditors with fixed initial values which cannot be changed
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSourceCheckboxEditorSource.BooleanEditor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetSharedInstance(boolean checked) org.apache.wicket.ComponentnewEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSourcegetSharedInstance
- 
Constructor Details- 
ImmutableCheckboxEditorSourcepublic ImmutableCheckboxEditorSource(boolean checked) 
 
- 
- 
Method Details
- 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
- newEditorComponentin interface- IEditorSource
- Overrides:
- newEditorComponentin class- CheckboxEditorSource