Uses of Interface
ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context.PageObjectParentContext
Packages that use PageObjectParentContext
Package
Description
-
Uses of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context
Subinterfaces of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.contextMethods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.context that return PageObjectParentContextModifier and TypeMethodDescriptionPageObjectContext.getParent()
Returns parent context (page object, page etc)PageObjectContext.getRootContext()
-
Uses of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.file_editor
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.file_editor that return PageObjectParentContext -
Uses of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.search
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.api.search with parameters of type PageObjectParentContextModifier and TypeMethodDescriptionComponentSearchManager.findInObject
(PageObjectParentContext rootContext, String prefix, String search) Find all objects matching given search query (represented as a provider prefix and a query string) in a page context -
Uses of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context
Classes in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that implement PageObjectParentContextModifier and TypeClassDescriptionclass
class
class
Fields in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context declared as PageObjectParentContextModifier and TypeFieldDescriptionprotected final PageObjectParentContext
PageObjectParentContextImpl.rootContext
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context that return PageObjectParentContextModifier and TypeMethodDescriptionPageObjectContextImpl.getParent()
PageObjectContextImpl.getRootContext()
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type PageObjectParentContextModifier and TypeMethodDescriptionvoid
PageObjectContextImpl.setParentContext
(PageObjectParentContext parentContext) Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context with parameters of type PageObjectParentContextModifierConstructorDescriptionPageObjectContextImpl
(PageObject target, PageObjectParentContext parent, PageObjectParentContext rootContext) PageObjectParentContextImpl
(PageObjectParent target, PageObjectParentContext rootContext) -
Uses of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor
Fields in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor declared as PageObjectParentContextModifier and TypeFieldDescriptionprotected PageObjectParentContext
PageHierarchyItemDataImpl.context
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor that return PageObjectParentContext -
Uses of PageObjectParentContext in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.search
Methods in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.search with parameters of type PageObjectParentContextModifier and TypeMethodDescriptionComponentSearchManagerImpl.findInObject
(PageObjectParentContext pageContext, String prefix, String search)