W - The bean type.D - The mutable shape definition type..V - The view type.S - The shape's type that it can contain.public class ContainerShape<W,D extends ShapeViewDef<W,V>,V extends ShapeView,S extends Shape> extends NodeShapeImpl<W,D,V> implements HasChildren<S>
HasChildren.Layout| Constructor and Description |
|---|
ContainerShape(D shapeDef,
AbstractShape<V> shape) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(S child,
HasChildren.Layout layout) |
S |
getChild(String uuid) |
Iterable<S> |
getChildren() |
void |
removeChild(S child) |
applyPosition, applyState, getShapeafterDraw, applyCustomProperties, applyProperties, applyTitle, beforeDraw, getDefinition, getShapeDefinition, getShapeHandlersDef, getShapeView, getUUID, setUUIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyTitleapplyPropertiesgetShapeView, getUUID, setUUIDafterDraw, beforeDrawpublic ContainerShape(D shapeDef, AbstractShape<V> shape)
public void addChild(S child, HasChildren.Layout layout)
addChild in interface HasChildren<S extends Shape>public void removeChild(S child)
removeChild in interface HasChildren<S extends Shape>public Iterable<S> getChildren()
getChildren in interface HasChildren<S extends Shape>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.