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
Available table for query wizard with children. Children is
AvailableTable too.-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
TEMPORARY_TABLES -
Constructor Summary
ConstructorsConstructorDescriptionAvailableTableWithChildren(int type, String name) Constructor.AvailableTableWithChildren(org.eclipse.emf.ecore.EReference eReference, String name) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(AvailableTable table) Adds child item to this elementGets children of this itemMethods inherited from class com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
addRealDbView, getDbViews, getEReference, getImage, getName, getType, setDbViewsFromParentQuery
-
Constructor Details
-
AvailableTableWithChildren
Constructor.- Parameters:
eReference- a representation of the model object, cannot benullname- name of the element, cannot benull
-
AvailableTableWithChildren
Constructor.- Parameters:
type- available table typename- name of the element, cannot benull
-
-
Method Details
-
addChild
Adds child item to this element- Parameters:
table- child item, cannot benull
-
getChildren
Gets children of this item- Returns:
- children items, never
null
-