82838485868788
class RolesPanel extends Panel { public RolesPanel(String id) { super(id); add(new RoleServicesTogglePanel("roles")); }