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 Summary
Nested ClassesNested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
CheckboxEditorSource.BooleanEditor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSharedInstance
(boolean checked) org.apache.wicket.Component
newEditorComponent
(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
getSharedInstance
-
Constructor Details
-
ImmutableCheckboxEditorSource
public ImmutableCheckboxEditorSource(boolean checked)
-
-
Method Details
-
newEditorComponent
public org.apache.wicket.Component newEditorComponent(String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) - Specified by:
newEditorComponent
in interfaceIEditorSource
- Overrides:
newEditorComponent
in classCheckboxEditorSource