this.view = view;
}
public void onComponentSelection() {
if (linker instanceof ManagerLinker) {
TopRightComponent trc = ((ManagerLinker)linker).getTopRightObject();
if (trc instanceof ContentViews) {
if ("list".equals(view)) {
((ContentViews)trc).switchToListView();
} else if ("thumbs".equals(view)) {
((ContentViews)trc).switchToThumbView();