static Component childOfTypeShortNamed(Component c, S shortName) { ret first(childrenOfTypeShortNamed(c, shortName)); }