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 is AvailableTable too.
  • Constructor Details

    • AvailableTableWithChildren

      public 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
    • AvailableTableWithChildren

      public AvailableTableWithChildren(int type, String name)
      Constructor.
      Parameters:
      type - available table type
      name - name of the element, cannot be null
  • Method Details

    • addChild

      public void addChild(AvailableTable table)
      Adds child item to this element
      Parameters:
      table - child item, cannot be null
    • getChildren

      public List<AvailableTable> getChildren()
      Gets children of this item
      Returns:
      children items, never null