return listColumnDescriptor;
}
protected void buildSearchForm() {
if (complexListConfiguration.isEnableForm()) {
PPanel formLayout = complexListConfiguration.getFormLayout();
if (formLayout == null) {
formLayout = new PVerticalPanel();
}
final FormView formView = new DefaultFormView("SearchForm", formLayout);