protected void startNavigation() {
if (bd == null) {
// init browsable editable data
bd = new BrowsableEditableData(getListProvider(), getSaveProvider(), getEditor(), dirty);
// Add the filter panel
Component c = getFilter();
if (c != null) {
c.applyComponentOrientation(getComponentOrientation());