// TODO - MDM - Need a better way to handle this... screens conflicts with hover.
}
private void createList()
{
popupList = new PropPanel(new SimplePropProxy(), Util.toMap("name", "limelight_builtin_drop_down_popup_list"));
popupList.getStyle().addExtension(stylesStore.get("limelight_builtin_drop_down_popup_list"));
popupList.getStyle().setX(dropDown.getParent().getAbsoluteLocation().x - dropDown.getRoot().getX());
popupList.getStyle().setY(dropDown.getParent().getAbsoluteLocation().y - dropDown.getRoot().getY());
popupList.getStyle().setWidth(dropDown.getParent().getWidth());
popupList.getEventHandler().add(MouseClickedEvent.class, new EventAction()