Class Widget<T extends WidgetComponent>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.widget.Widget<T>
-
- All Implemented Interfaces:
Serializable,JsonPropertiesAware,PropertiesAware,Compiled,CompiledRegionItem
- Direct Known Subclasses:
AbstractTable,Calendar,Cards,Chart,CustomWidget,Form,HtmlWidget,ListWidget,Tiles,Tree
public abstract class Widget<T extends WidgetComponent> extends Component implements CompiledRegionItem
Клиентская модель виджета- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectWidgets(List<Widget<?>> compiledWidgets)-
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.meta.region.CompiledRegionItem
collectWidgets
-
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
-
-
-
-
Field Detail
-
component
protected T extends WidgetComponent component
-
-
Constructor Detail
-
Widget
public Widget()
-
Widget
public Widget(T component)
-
-
Method Detail
-
collectWidgets
public void collectWidgets(List<Widget<?>> compiledWidgets)
- Specified by:
collectWidgetsin interfaceCompiledRegionItem
-
-