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 isAvailableTabletoo.
- 
- 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.qw.ui.utils.AvailableTableTEMPORARY_TABLES
 
- 
 - 
Constructor SummaryConstructors Constructor Description AvailableTableWithChildren(int type, String name)Constructor.AvailableTableWithChildren(org.eclipse.emf.ecore.EReference eReference, String name)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(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.AvailableTableaddRealDbView, getDbViews, getEReference, getImage, getName, getType, setDbViewsFromParentQuery
 
- 
 
- 
- 
- 
Constructor Detail- 
AvailableTableWithChildrenpublic AvailableTableWithChildren(org.eclipse.emf.ecore.EReference eReference, String name)Constructor.- Parameters:
- eReference- a representation of the model object, cannot be- null
- name- name of the element, cannot be- null
 
 - 
AvailableTableWithChildrenpublic AvailableTableWithChildren(int type, String name)Constructor.- Parameters:
- type- available table type
- name- name of the element, cannot be- null
 
 
- 
 - 
Method Detail- 
addChildpublic void addChild(AvailableTable table) Adds child item to this element- Parameters:
- table- child item, cannot be- null
 
 - 
getChildrenpublic List<AvailableTable> getChildren() Gets children of this item- Returns:
- children items, never null
 
 
- 
 
-