Class Control
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.control.Control
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,JsonPropertiesAware,PropertiesAware,Compiled
- Direct Known Subclasses:
AutoComplete,Checkbox,CodeEditor,CodeViewer,CustomControl,DateInterval,DatePicker,FileUpload,Hidden,InputMoney,InputText,ListControl,MaskedInput,OutputList,OutputText,Password,Progress,Rating,SearchButtons,TextArea
public abstract class Control extends Component implements IdAware
Клиентская модель элемента ввода- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Control()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsHimself(DataSet dataSet)-
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
-
-
-
-
Method Detail
-
containsHimself
public boolean containsHimself(DataSet dataSet)
-
-