Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
0f552dbd
There was an error fetching the commit references. Please try again later.
Commit
0f552dbd
authored
14 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
out-commented code removed
SVN: 18424
parent
edafd7cc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/server/resultset/TableDataProviderFactory.java
+1
-9
1 addition, 9 deletions
...client/web/server/resultset/TableDataProviderFactory.java
with
1 addition
and
9 deletions
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/server/resultset/TableDataProviderFactory.java
+
1
−
9
View file @
0f552dbd
...
@@ -206,14 +206,6 @@ public class TableDataProviderFactory
...
@@ -206,14 +206,6 @@ public class TableDataProviderFactory
public
static
<
T
>
ITableDataProvider
createDataProvider
(
final
GridRowModels
<
T
>
rows
,
public
static
<
T
>
ITableDataProvider
createDataProvider
(
final
GridRowModels
<
T
>
rows
,
final
List
<
IColumnDefinition
<
T
>>
availableColumns
)
final
List
<
IColumnDefinition
<
T
>>
availableColumns
)
{
{
// final List<TableModelColumnHeader> columnHeaders = rows.getColumnHeaders();
return
new
TableDataProviderForGridRowModles
<
T
>(
availableColumns
,
rows
);
// if (columnHeaders.isEmpty())
{
return
new
TableDataProviderForGridRowModles
<
T
>(
availableColumns
,
rows
);
}
// TODO, 2010-10-14, Franz-Josef Elmer: The ITableDataProvider implementation based on
// TableModel can not be used be cause it doesn't contains calculated columns
// which would lead to error in case of custom filters based on calculated columns.
// return new TableDataProviderForTableModel<T>(columnHeaders, rows);
}
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment