|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
org.zkoss.zul.Window
org.adempiere.webui.component.Window
org.adempiere.webui.panel.InfoPanel
org.adempiere.webui.panel.InfoProductPanel
public final class InfoProductPanel
Search Product and return selection This class is based on org.compiere.apps.search.InfoProduct written by Jorg Janke
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.zul.Window |
|---|
Window.ExtraCtrl |
| Field Summary |
|---|
| Fields inherited from class org.adempiere.webui.panel.InfoPanel |
|---|
confirmPanel, contentPanel, log, p_keyColumn, p_layout, p_loadedOK, p_multipleSelection, p_tableName, p_whereClause, p_WindowNo, statusBar |
| Fields inherited from class org.adempiere.webui.component.Window |
|---|
MODE_EMBEDDED, MODE_MODAL, MODE_OVERLAPPED, MODE_POPUP |
| Fields inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
|---|
RS_NO_DISPLAY, RS_NO_HEIGHT, RS_NO_WIDTH |
| Fields inherited from interface org.zkoss.zk.ui.Component |
|---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
| Constructor Summary | |
|---|---|
InfoProductPanel(int windowNo,
int M_Warehouse_ID,
int M_PriceList_ID,
boolean multipleSelection,
String value,
String whereClause)
Standard Constructor |
|
| Method Summary | |
|---|---|
String |
getSQLWhere()
Construct SQL Where Clause and define parameters (setParameters needs to set parameters) Includes first AND |
void |
tableChanged(WTableModelEvent event)
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed. |
| Methods inherited from class org.adempiere.webui.panel.InfoPanel |
|---|
addValueChangeListener, create, dispose, executeQuery, fireValueChange, getAD_Window_ID, getColumnHeader, getEvents, getSelectedKey, getSelectedKeys, getSelectedRowKey, getSelectedSQL, isCancelled, loadedOK, onEvent, prepareTable, renderItems, saveSelection, setStatusDB, setStatusLine, showAsset, showAssignment, showBPartner, showCashLine, showInOut, showInvoice, showOrder, showPayment, showProduct, zoom |
| Methods inherited from class org.zkoss.zul.Window |
|---|
clone, doEmbedded, doHighlighted, doModal, doOverlapped, doPopup, getBorder, getCaption, getContentSclass, getContentStyle, getDefaultActionOnShow, getMode, getOuterAttrs, getPosition, getRealStyle, getSclass, getTitle, getTitleSclass, inEmbedded, inHighlighted, inModal, inOverlapped, inPopup, insertBefore, isClosable, isSizable, newExtraCtrl, onChildRemoved, onClose, onModal, setBorder, setClosable, setContentSclass, setContentStyle, setDefaultActionOnShow, setDraggable, setMode, setMode, setPage, setParent, setPosition, setSclass, setSizable, setTitle, setVisible |
| Methods inherited from class org.zkoss.zul.impl.XulElement |
|---|
getAction, getActionAttrs, getAllOnClickAttrs, getContext, getCtrlKeys, getInnerAttrs, getPopup, getTooltip, setAction, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
|---|
focus, getAllOnClickAttrs, getDraggable, getDroppable, getHeight, getLeft, getRealSclass, getRealStyleFlags, getStyle, getTooltiptext, getTop, getWidth, getZIndex, setClass, setDroppable, setFocus, setHeight, setLeft, setStyle, setTooltiptext, setTop, setWidth, setZIndex |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.zkoss.zk.ui.event.EventListener |
|---|
onEvent |
| Methods inherited from interface org.zkoss.zk.ui.IdSpace |
|---|
getFellow, getFellowIfAny, getFellows |
| Constructor Detail |
|---|
public InfoProductPanel(int windowNo,
int M_Warehouse_ID,
int M_PriceList_ID,
boolean multipleSelection,
String value,
String whereClause)
WindowNo - window noM_Warehouse_ID - warehouseM_PriceList_ID - price listvalue - Query Value or Name if enclosed in @whereClause - where clause| Method Detail |
|---|
public String getSQLWhere()
public void tableChanged(WTableModelEvent event)
WTableModelListener
tableChanged in interface WTableModelListenerevent - table model event
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||