Class NumericEditorSource
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.web.components.editors.NumericEditorSource
 
 
- 
- All Implemented Interfaces:
 IEditorSource,java.io.Serializable,org.apache.wicket.util.io.IClusterable
public class NumericEditorSource extends java.lang.Object implements IEditorSource
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description classNumericEditorSource.NumberEditor 
- 
Constructor Summary
Constructors Constructor Description NumericEditorSource()NumericEditorSource(int size) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NumericEditorSourcegetSharedInstance()org.apache.wicket.ComponentnewEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta) 
 - 
 
- 
- 
Method Detail
- 
getSharedInstance
public static NumericEditorSource getSharedInstance()
 
- 
newEditorComponent
public org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)- Specified by:
 newEditorComponentin interfaceIEditorSource
 
 - 
 
 -