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 SummaryNested Classes Modifier and Type Class Description classNumericEditorSource.NumberEditor
 - 
Constructor SummaryConstructors Constructor Description NumericEditorSource()NumericEditorSource(int size)
 - 
Method SummaryAll 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- 
getSharedInstancepublic static NumericEditorSource getSharedInstance() 
 - 
newEditorComponentpublic org.apache.wicket.Component newEditorComponent(java.lang.String id, RecordEditMode editMode, SRecordInstance record, FormMeta formMeta)- Specified by:
- newEditorComponentin interface- IEditorSource
 
 
- 
 
-