Uses of Class
org.compiere.minigrid.ColumnInfo
-
Packages that use ColumnInfo Package Description org.adempiere.webui.component org.adempiere.webui.info org.adempiere.webui.panel org.compiere.minigrid -
-
Uses of ColumnInfo in org.adempiere.webui.component
Methods in org.adempiere.webui.component that return ColumnInfo Modifier and Type Method Description ColumnInfo[]
WListbox. getLayout()
Get the table layout.ColumnInfo[]
WListbox. getLayoutInfo()
Get Layout.Methods in org.adempiere.webui.component with parameters of type ColumnInfo Modifier and Type Method Description void
WListbox. addTotals(ColumnInfo[] layout)
Adding a new row with the totalsString
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 tablevoid
WInfoWindowListItemRenderer. setGridDisplaydInfoColumns(InfoColumnVO[] infoColumns, ColumnInfo[] columnInfos)
-
Uses of ColumnInfo in org.adempiere.webui.info
Fields in org.adempiere.webui.info declared as ColumnInfo Modifier and Type Field Description protected ColumnInfo[]
InfoWindow. columnInfos
Methods in org.adempiere.webui.info that return ColumnInfo Modifier and Type Method Description protected ColumnInfo
InfoWindow. createLookupColumnInfo(AccessSqlParser.TableInfo[] tableInfos, GridField gridField, InfoColumnVO infoColumn)
Methods in org.adempiere.webui.info that return types with arguments of type ColumnInfo Modifier and Type Method Description ArrayList<ColumnInfo>
InfoWindow. getInfoColumnslayout(MInfoWindow info)
author xolali IDEMPIERE-1045 getInfoColumnslayout(MInfoWindow info)Methods in org.adempiere.webui.info with parameters of type ColumnInfo Modifier and Type Method Description protected 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 ColumnInfo Constructor Description RelatedInfoWindow(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 ColumnInfo Modifier and Type Field Description protected ColumnInfo[]
InfoPanel. p_layout
Layout of GridMethods in org.adempiere.webui.panel that return ColumnInfo Modifier and Type Method Description protected 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 ColumnInfo Modifier and Type Method Description 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 Modifier and Type Method Description ColumnInfo[]
IMiniTable. getLayoutInfo()
Methods in org.compiere.minigrid with parameters of type ColumnInfo Modifier and Type Method Description String
IMiniTable. prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName)
-