public interface ContainerElement
Representation of a subject that is within a container.
The insert()
, remove()
or move()
callbacks of ContainerModel
all supply a ContainerElement
that applies to the action..
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSubject()
Returns the subject of the element.
|
SubjectType |
getType()
Returns the SubjectType of the element.
|
java.lang.String getSubject()
Returns the subject of the element.
SubjectType getType()
Returns the SubjectType of the element.
Please send bug reports and comments to Caplin support