Returns true if the plain #currentComponent() current component} is the plain #rootComponent() root component}.
()
| 68 | * {@linkplain #rootComponent()} root component}. |
| 69 | */ |
| 70 | public final boolean atRoot() { |
| 71 | return components().size() == 1; |
| 72 | } |
| 73 | |
| 74 | @Override |
| 75 | public final String toString() { |