Uses of Class
org.compiere.minigrid.ColumnInfo
Packages that use 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
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 TypeMethodDescriptionvoidWListbox.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 tablevoidWInfoWindowListItemRenderer.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 ColumnInfoInfoWindow.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 voidInfoProductWindow.prepareTable(ColumnInfo[] layout, String from, String where, String orderBy) protected voidInfoWindow.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_layoutLayout ofInfoPanel.contentPanelMethods in org.adempiere.webui.panel that return ColumnInfoModifier and TypeMethodDescriptionprotected ColumnInfoInfoGeneralPanel.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 voidInfoPanel.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 column 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 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