Class PageContextImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context.PageObjectParentContextImpl
ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context.PageContextImpl
- All Implemented Interfaces:
PageContext
,PageObjectParentContext
- Author:
- Abdulin Ildar
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context.PageObjectParentContextImpl
children, rootContext, target, unmodifiableChildren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChild
(int idx, PageObject object) protected List<PageObjectContext>
getId()
getPage()
void
removeChild
(PageObjectContext object) void
update()
Methods inherited from class ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context.PageObjectParentContextImpl
addChild, addChildFromPrototype, equals, findInChildren, getChildren, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context.PageObjectParentContext
addChild, addChild, addChild, addChildFromPrototype, addChildFromPrototype, findInChildren, getChildren
-
Constructor Details
-
PageContextImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfacePageObjectParentContext
-
addChild
- Specified by:
addChild
in interfacePageObjectParentContext
-
removeChild
- Specified by:
removeChild
in interfacePageObjectParentContext
-
getPage
- Specified by:
getPage
in interfacePageContext
-
createChildren
-
update
public void update()- Specified by:
update
in interfacePageContext
-