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 voidWListbox. addTotals(ColumnInfo[] layout)Adding a new row with the totalsStringWListbox. prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName)Prepare Table and return SQL required to get resultset to populate table.StringWListbox. prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName, boolean addAccessSQL)Prepare Table and return SQL required to get resultset to populate tablevoidWInfoWindowListItemRenderer. 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. columnInfosMethods in org.adempiere.webui.info that return ColumnInfo Modifier and Type Method Description protected ColumnInfoInfoWindow. 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 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 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_layoutLayout of GridMethods in org.adempiere.webui.panel that return ColumnInfo Modifier and Type Method Description protected 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 ColumnInfo Modifier and Type Method Description Vector<String>InfoPanel. getColumnHeader(ColumnInfo[] p_layout)protected voidInfoPanel. 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 StringIMiniTable. prepareTable(ColumnInfo[] layout, String from, String where, boolean multiSelection, String tableName)
-