Adempiere 3.5.2a

Uses of Class
org.compiere.minigrid.ColumnInfo

Packages that use ColumnInfo
org.adempiere.webui.component   
org.adempiere.webui.panel   
org.compiere.minigrid Package org.compiere.minigrid Custom JTable for use in custom application form. 
 

Uses of ColumnInfo in org.adempiere.webui.component
 

Methods in org.adempiere.webui.component that return ColumnInfo
 ColumnInfo[] WListbox.getLayout()
          Get the table layout.
 ColumnInfo[] WListbox.getLayoutInfo()
          Get Layout.
 

Methods in org.adempiere.webui.component with parameters of type ColumnInfo
 String WListbox.prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName)
          Prepare Table and return SQL required to get resultset to populate table.
 String WListbox.prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName, boolean addAccessSQL)
          Prepare Table and return SQL required to get resultset to populate table
 

Uses of ColumnInfo in org.adempiere.webui.panel
 

Fields in org.adempiere.webui.panel declared as ColumnInfo
protected  ColumnInfo[] InfoPanel.p_layout
          Layout of Grid
 

Methods in org.adempiere.webui.panel with parameters of type ColumnInfo
 Vector<String> InfoPanel.getColumnHeader(ColumnInfo[] p_layout)
           
protected  void InfoPanel.prepareTable(ColumnInfo[] layout, String from, String where, String orderBy)
           
 

Uses of ColumnInfo in org.compiere.minigrid
 

Methods in org.compiere.minigrid that return ColumnInfo
 ColumnInfo[] MiniTable.getLayoutInfo()
          Get Layout
 

Methods in org.compiere.minigrid with parameters of type ColumnInfo
 void MiniTable.addTotals(ColumnInfo[] layout)
          Adding a new row with the totals
 String MiniTable.prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName)
          Prepare Table and return SQL
 


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.