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 Summary
Nested Classes Modifier and Type Class Description class
ImmutableCheckboxEditorSource.ImmutableBooleanEditor
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
CheckboxEditorSource.BooleanEditor
-
-
Constructor Summary
Constructors Constructor Description ImmutableCheckboxEditorSource(boolean checked)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableCheckboxEditorSource
getSharedInstance(boolean checked)
org.apache.wicket.Component
newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)
-
Methods inherited from class com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
getSharedInstance
-
-
-
-
Method Detail
-
getSharedInstance
public static ImmutableCheckboxEditorSource getSharedInstance(boolean checked)
-
newEditorComponent
public org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)
- Specified by:
newEditorComponent
in interfaceIEditorSource
- Overrides:
newEditorComponent
in classCheckboxEditorSource
-
-