if (complexListConfiguration.isCustomColumnEnabled()) {
menuBarAction.addItem("Add Custom Column", new PCommand() {
@Override
public void execute() {
localEventBus.fireEvent(new ShowCustomColumnDescriptorFormEvent(this));
}
});
hasPreferenceAction = true;
}