Class PageObjectParentContextImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.context.PageObjectParentContextImpl
- All Implemented Interfaces:
PageObjectParentContext
- Direct Known Subclasses:
PageContextImpl
,PageObjectContextImpl
- Author:
- krylov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final javafx.collections.ObservableList<PageObjectContext>
protected final PageObjectParentContext
protected final PageObjectParent
protected final javafx.collections.ObservableList<PageObjectContext>
-
Constructor Summary
ConstructorsConstructorDescriptionPageObjectParentContextImpl
(PageObjectParent target, PageObjectParentContext rootContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(int idx, PageObjectContext pageObjectContext) addChildFromPrototype
(int idx, PageObject prototype) boolean
findInChildren
(String objectId) Finds object with given id in current childrenjavafx.collections.ObservableList<PageObjectContext>
int
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, getId, removeChild
-
Field Details
-
children
-
unmodifiableChildren
-
rootContext
-
target
-
-
Constructor Details
-
PageObjectParentContextImpl
-
PageObjectParentContextImpl
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in interfacePageObjectParentContext
-
addChild
- Specified by:
addChild
in interfacePageObjectParentContext
-
addChildFromPrototype
- Specified by:
addChildFromPrototype
in interfacePageObjectParentContext
-
findInChildren
Description copied from interface:PageObjectParentContext
Finds object with given id in current children- Specified by:
findInChildren
in interfacePageObjectParentContext
- Parameters:
objectId
- object id- Returns:
- object if found, or else null
-
equals
-
hashCode
public int hashCode()
-