Class AvailableTable

java.lang.Object
com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
Direct Known Subclasses:
AvailableTableWithChildren

public class AvailableTable extends Object
Available table for query wizard
  • Field Details

  • Constructor Details

    • AvailableTable

      public AvailableTable(org.eclipse.emf.ecore.EReference eReference, String name)
      Parameters:
      eReference - a representation of the model object
    • AvailableTable

      public AvailableTable(int type, String name)
      Parameters:
      type - - available table type
  • Method Details

    • getName

      public String getName()
      Get available table name
      Returns:
      name of table
    • getImage

      public org.eclipse.swt.graphics.Image getImage()
      Returns:
      image for table
    • getEReference

      public org.eclipse.emf.ecore.EReference getEReference()
      Returns:
      EReference
    • getType

      public int getType()
      Get type
      Returns:
      type
    • addRealDbView

      public void addRealDbView(DbViewElement dbView)
    • setDbViewsFromParentQuery

      public void setDbViewsFromParentQuery(List<DbViewElement> dbViews)
    • getDbViews

      public List<DbViewElement> getDbViews(QueryWizardSource source)
      Returns:
      DbViews from current scope