Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.table/model/TableDSL.xcore')
-rw-r--r--org.eclipse.osbp.xtext.table/model/TableDSL.xcore22
1 files changed, 5 insertions, 17 deletions
diff --git a/org.eclipse.osbp.xtext.table/model/TableDSL.xcore b/org.eclipse.osbp.xtext.table/model/TableDSL.xcore
index bf57e0e..29d4684 100644
--- a/org.eclipse.osbp.xtext.table/model/TableDSL.xcore
+++ b/org.eclipse.osbp.xtext.table/model/TableDSL.xcore
@@ -8,13 +8,15 @@
@GenModel(literalsInterface="true")
@GenModel(copyrightText="Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+ are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
- http{//www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Based on ideas from Xtext, Xtend, Xcore
- Contributors{
+ Contributors:
Joerg Riegel - Initial implementation
")
@Ecore(nsURI="http://osbp.eclipse.org/xtext/table/TableDSL")
@@ -70,8 +72,6 @@ class Table extends TableBase{
}
interface TableOption extends TableLazyResolver{
- boolean polling
- String pollingTime
boolean filtering
refers ActionToolbar toolbar
boolean embedded
@@ -94,18 +94,6 @@ class TableGrid extends TableOption{
contains TableDtoDatasource source
}
-class TableBean extends TableOption{
- boolean selectById
- boolean selectalways
- RowHeaderMode headerMode
- contains TableDatamart source
-}
-
-class TableBeanDatasource extends TableLazyResolver{
- refers DatamartDefinition datamartRef
- contains TableElement[] elements
-}
-
class TableDtoDatasource extends CxGridSource {
refers LDto dtoSource
}

Back to the top