Uses of Class
org.compiere.minigrid.ColumnInfo
Packages that use ColumnInfo
Package
Description
-
Uses of ColumnInfo in org.adempiere.webui.component
Methods in org.adempiere.webui.component that return ColumnInfoModifier and TypeMethodDescriptionWListbox.getLayout()
Get columns layout.WListbox.getLayoutInfo()
Get Columns Layout.Methods in org.adempiere.webui.component with parameters of type ColumnInfoModifier and TypeMethodDescriptionvoid
WListbox.addTotals
(ColumnInfo[] layout) Add new row for column totalsWListbox.prepareTable
(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName) Prepare Table and return SQL required to get resultset to populate table.WListbox.prepareTable
(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName, boolean addAccessSQL) Prepare Table and return SQL to get ResultSet to populate tablevoid
WInfoWindowListItemRenderer.setGridDisplaydInfoColumns
(InfoColumnVO[] infoColumns, ColumnInfo[] columnInfos) Set columns to display -
Uses of ColumnInfo in org.adempiere.webui.info
Fields in org.adempiere.webui.info declared as ColumnInfoMethods in org.adempiere.webui.info that return ColumnInfoModifier and TypeMethodDescriptionprotected ColumnInfo
InfoWindow.createLookupColumnInfo
(AccessSqlParser.TableInfo[] tableInfos, GridField gridField, InfoColumnVO infoColumn) Methods in org.adempiere.webui.info that return types with arguments of type ColumnInfoModifier and TypeMethodDescriptionInfoWindow.getInfoColumnslayout
(MInfoWindow info) author xolali IDEMPIERE-1045 getInfoColumnslayout(MInfoWindow info)Methods in org.adempiere.webui.info with parameters of type ColumnInfoModifier and TypeMethodDescriptionprotected void
InfoProductWindow.prepareTable
(ColumnInfo[] layout, String from, String where, String orderBy) protected void
InfoWindow.prepareTable
(ColumnInfo[] layout, String from, String where, String orderBy) Constructors in org.adempiere.webui.info with parameters of type ColumnInfoModifierConstructorDescriptionRelatedInfoWindow
(EmbedWinInfo info, InfoWindow infoWindow, org.zkoss.zul.Paging embeddedPaging, String infoSqlCount, ColumnInfo[] layoutEmbedded, Map<String, WEditor> editorMap) -
Uses of ColumnInfo in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as ColumnInfoModifier and TypeFieldDescriptionprotected ColumnInfo[]
InfoPanel.p_layout
Layout ofInfoPanel.contentPanel
Methods in org.adempiere.webui.panel that return ColumnInfoModifier and TypeMethodDescriptionprotected ColumnInfo
InfoGeneralPanel.createLookupColumnInfo
(String name, String columnName, int AD_Reference_ID, int AD_Reference_Value_ID, int AD_Column_ID, String columnSql) protected ColumnInfo[]
InfoProductPanel.getProductLayout()
Deprecated.Get Product LayoutMethods in org.adempiere.webui.panel with parameters of type ColumnInfoModifier and TypeMethodDescriptionInfoPanel.getColumnHeader
(ColumnInfo[] p_layout) protected void
InfoPanel.prepareTable
(ColumnInfo[] layout, String from, String where, String orderBy) set up list box and construct sql clause -
Uses of ColumnInfo in org.compiere.apps.form
Methods in org.compiere.apps.form that return ColumnInfo -
Uses of ColumnInfo in org.compiere.minigrid
Methods in org.compiere.minigrid that return ColumnInfoModifier and TypeMethodDescriptionIMiniTable.getLayoutInfo()
get table layoutMiniTableImpl.getLayoutInfo()
Methods in org.compiere.minigrid with parameters of type ColumnInfoModifier and TypeMethodDescriptionIMiniTable.prepareTable
(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName) Prepare Table and return SQL required to get resultset to populate tableMiniTableImpl.prepareTable
(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName) Constructors in org.compiere.minigrid with parameters of type ColumnInfo