|
Adempiere 3.5.2a | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnInfo | |
|---|---|
| org.adempiere.webui.component | |
| org.adempiere.webui.panel | |
| org.compiere.minigrid | Package org.compiere.minigrid Custom JTable for use in custom application form. |
| Uses of ColumnInfo in org.adempiere.webui.component |
|---|
| Methods in org.adempiere.webui.component that return ColumnInfo | |
|---|---|
ColumnInfo[] |
WListbox.getLayout()
Get the table layout. |
ColumnInfo[] |
WListbox.getLayoutInfo()
Get Layout. |
| Methods in org.adempiere.webui.component with parameters of type ColumnInfo | |
|---|---|
String |
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 table |
| Uses of ColumnInfo in org.adempiere.webui.panel |
|---|
| Fields in org.adempiere.webui.panel declared as ColumnInfo | |
|---|---|
protected ColumnInfo[] |
InfoPanel.p_layout
Layout of Grid |
| Methods in org.adempiere.webui.panel with parameters of type ColumnInfo | |
|---|---|
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 | |
|---|---|
ColumnInfo[] |
MiniTable.getLayoutInfo()
Get Layout |
| Methods in org.compiere.minigrid with parameters of type ColumnInfo | |
|---|---|
void |
MiniTable.addTotals(ColumnInfo[] layout)
Adding a new row with the totals |
String |
MiniTable.prepareTable(ColumnInfo[] layout,
String from,
String where,
boolean multiSelection,
String tableName)
Prepare Table and return SQL |
|
Adempiere 3.5.2a | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||