public interface ComponentComposition extends Component, ComponentContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContainedWithin(int position)
Checks if any component of that composition is in a specific position.
|
clear, forceUpdate, getInteractionHandler, getKey, getPosition, getReference, getRoot, getWatchingStates, hide, intersects, intersects, isManagedExternally, isVisible, render, setVisible, shouldRender, show, update, updatedgetComponents, getInternalComponentsboolean isContainedWithin(int position)
isContainedWithin in interface Componentposition - The position to check.