Skip to content

Commit

Permalink
gs-reactor: gs3: GSTable: Put instance creation after titles
Browse files Browse the repository at this point in the history
  • Loading branch information
fducroquet committed Sep 21, 2016
1 parent 4439742 commit 5acbde6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.genericsystem.reactor.model.StringExtractor;
import org.genericsystem.reactor.modelproperties.SelectionDefaults;

@ReactorDependencies({ TableTitleContent.class, GSInstanceBuilder.class, TypeNameDisplayer.class, AttributeNameDisplayer.class, ComponentNameDisplayer.class, RowNameDisplayer.class, ComponentLabel.class, EmptyCell.class, BooleanDisplayer.class,
@ReactorDependencies({ TableTitleContent.class, TypeNameDisplayer.class, AttributeNameDisplayer.class, ComponentNameDisplayer.class, GSInstanceBuilder.class, RowNameDisplayer.class, ComponentLabel.class, EmptyCell.class, BooleanDisplayer.class,
ValueDisplayer.class, RemoveButton.class })
public class GSTable extends CompositeTagImpl implements FlexStyle, SelectionDefaults, Tag {

Expand Down

0 comments on commit 5acbde6

Please sign in to comment.