Uses of Class
org.compiere.minigrid.ColumnInfo
Package
Description
Custom Zk components for iDempiere
Implement info panel and info window
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Base classes for UI form.
Interface and model for list view
-
Uses of ColumnInfo in org.adempiere.webui.component
Modifier and TypeMethodDescriptionWListbox.getLayout()
Get columns layout.WListbox.getLayoutInfo()
Get Columns Layout.Modifier 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
Modifier and TypeMethodDescriptionprotected ColumnInfo
InfoWindow.createLookupColumnInfo
(AccessSqlParser.TableInfo[] tableInfos, GridField gridField, InfoColumnVO infoColumn) Modifier and TypeMethodDescriptionInfoWindow.getInfoColumnslayout
(MInfoWindow info) author xolali IDEMPIERE-1045 getInfoColumnslayout(MInfoWindow info)Modifier 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) ModifierConstructorDescriptionRelatedInfoWindow
(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
Modifier and TypeFieldDescriptionprotected ColumnInfo[]
InfoPanel.p_layout
Layout ofInfoPanel.contentPanel
Modifier 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 LayoutModifier 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
-
Uses of ColumnInfo in org.compiere.minigrid
Modifier and TypeMethodDescriptionIMiniTable.getLayoutInfo()
Get table column layoutMiniTableImpl.getLayoutInfo()
Modifier and TypeMethodDescriptionIMiniTable.prepareTable
(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName) Prepare Table and return SQL to get resultset to populate tableMiniTableImpl.prepareTable
(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName)