layout.setWidgetTopBottom(selectAllCheckBox, 0, Unit.PX, 0, Unit.PX);
layout.setWidgetLeftWidth(selectAllCheckBox, 0, Unit.PX, 20, Unit.PX);
// breadcrumb widget
fileSystemContext_ = new FileSystemContextImpl();
fileSystemContext_.setCallbacks(new Callbacks()
{
public void onNavigated()
{
navigationObserver_.onFileNavigation(fileSystemContext_.pwdItem());
}