expandedPanel.addStyleName(StaticResourceBundle.INSTANCE.coreCss().postExpandedPanel());
postToPanel = new PostToPanel(inScope);
expandedPanel.add(postToPanel);
links = new AddLinkComposite();
expandedPanel.add(links);
contentWarning = new FlowPanel();
contentWarningContainer.addStyleName(StaticResourceBundle.INSTANCE.coreCss().contentWarning());
contentWarningContainer.add(new SimplePanel());