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,- java.io.Serializable,- org.apache.wicket.util.io.IClusterable
 
 public class ImmutableCheckboxEditorSource extends CheckboxEditorSource Source of disabled CheckboxEditors with fixed initial values which cannot be changed- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classImmutableCheckboxEditorSource.ImmutableBooleanEditor- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSourceCheckboxEditorSource.BooleanEditor
 
- 
 - 
Constructor SummaryConstructors Constructor Description ImmutableCheckboxEditorSource(boolean checked)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableCheckboxEditorSourcegetSharedInstance(boolean checked)org.apache.wicket.ComponentnewEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)- 
Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSourcegetSharedInstance
 
- 
 
- 
- 
- 
Method Detail- 
getSharedInstancepublic static ImmutableCheckboxEditorSource getSharedInstance(boolean checked) 
 - 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)- Specified by:
- newEditorComponentin interface- IEditorSource
- Overrides:
- newEditorComponentin class- CheckboxEditorSource
 
 
- 
 
-