Package com._1c.g5.v8.dt.qw.ui.utils
Class AvailableTableWithChildren
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
-
- com._1c.g5.v8.dt.qw.ui.utils.AvailableTableWithChildren
-
public class AvailableTableWithChildren extends AvailableTable
Available table for query wizard with children. Children isAvailableTable
too.
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
TEMPORARY_TABLES
-
-
Constructor Summary
Constructors Constructor Description AvailableTableWithChildren(int type, String name)
Constructor.AvailableTableWithChildren(org.eclipse.emf.ecore.EReference eReference, String name)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChild(AvailableTable table)
Adds child item to this elementList<AvailableTable>
getChildren()
Gets children of this item-
Methods inherited from class com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
addRealDbView, getDbViews, getEReference, getImage, getName, getType, setDbViewsFromParentQuery
-
-
-
-
Constructor Detail
-
AvailableTableWithChildren
public AvailableTableWithChildren(org.eclipse.emf.ecore.EReference eReference, String name)
Constructor.- Parameters:
eReference
- a representation of the model object, cannot benull
name
- name of the element, cannot benull
-
AvailableTableWithChildren
public AvailableTableWithChildren(int type, String name)
Constructor.- Parameters:
type
- available table typename
- name of the element, cannot benull
-
-
Method Detail
-
addChild
public void addChild(AvailableTable table)
Adds child item to this element- Parameters:
table
- child item, cannot benull
-
getChildren
public List<AvailableTable> getChildren()
Gets children of this item- Returns:
- children items, never
null
-
-