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
cf577d0b
Commit
cf577d0b
authored
15 years ago
by
buczekp
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1280 missing update
SVN: 13733
parent
093134c4
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/ClientPluginFactory.java
+8
-4
8 additions, 4 deletions
...tx/client/web/client/application/ClientPluginFactory.java
with
8 additions
and
4 deletions
rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/ClientPluginFactory.java
+
8
−
4
View file @
cf577d0b
...
@@ -39,11 +39,10 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType;
...
@@ -39,11 +39,10 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType;
import
ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.IPhosphoNetXClientServiceAsync
;
import
ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.IPhosphoNetXClientServiceAsync
;
/**
/**
*
*
* @author Franz-Josef Elmer
* @author Franz-Josef Elmer
*/
*/
public
class
ClientPluginFactory
extends
AbstractClientPluginFactory
<
IPhosphoNetXClientServiceAsync
>
public
class
ClientPluginFactory
extends
AbstractClientPluginFactory
<
IPhosphoNetXClientServiceAsync
>
{
{
public
ClientPluginFactory
(
IViewContext
<
ICommonClientServiceAsync
>
originalViewContext
)
public
ClientPluginFactory
(
IViewContext
<
ICommonClientServiceAsync
>
originalViewContext
)
...
@@ -97,7 +96,7 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet
...
@@ -97,7 +96,7 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet
public
final
ITabItemFactory
createEntityViewer
(
final
IIdentifiable
identifiable
)
public
final
ITabItemFactory
createEntityViewer
(
final
IIdentifiable
identifiable
)
{
{
final
TechId
sampleId
=
TechId
.
create
(
identifiable
);
final
TechId
sampleId
=
TechId
.
create
(
identifiable
);
return
new
ITabItemFactory
()
return
new
ITabItemFactory
()
{
{
...
@@ -126,6 +125,11 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet
...
@@ -126,6 +125,11 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet
return
new
DummyComponent
();
return
new
DummyComponent
();
}
}
public
final
Widget
createBatchUpdateForEntityType
(
final
SampleType
sampleType
)
{
return
new
DummyComponent
();
}
public
ITabItemFactory
createEntityEditor
(
final
IIdentifiable
identifiable
)
public
ITabItemFactory
createEntityEditor
(
final
IIdentifiable
identifiable
)
{
{
return
new
ITabItemFactory
()
return
new
ITabItemFactory
()
...
...
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