Class IntervalField<C extends Control>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.control.Field
-
- net.n2oapp.framework.api.metadata.meta.control.IntervalField<C>
-
- All Implemented Interfaces:
java.io.Serializable,JsonPropertiesAware,PropertiesAware,Compiled
public class IntervalField<C extends Control> extends Field
Компонент ввода интервала- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CbeginControlprotected CendControl
-
Constructor Summary
Constructors Constructor Description IntervalField()
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.metadata.meta.control.Field
addDependency
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.JsonPropertiesAware
getJsonProperties
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-