Class AbstractTable<T extends TableWidgetComponent>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.widget.Widget<T>
-
- net.n2oapp.framework.api.metadata.meta.widget.table.AbstractTable<T>
-
- All Implemented Interfaces:
java.io.Serializable,JsonPropertiesAware,PropertiesAware,Compiled
- Direct Known Subclasses:
Table
public abstract class AbstractTable<T extends TableWidgetComponent> extends Widget<T>
Абстрактная реализация клиентской модели таблицы- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractTable.FilterКлиентская модель фильтрации
-
Constructor Summary
Constructors Constructor Description AbstractTable(T component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetComponent()-
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
-
-