Package org.adempiere.webui.adwindow
Class ADWindowContent
- java.lang.Object
-
- org.adempiere.webui.part.AbstractUIPart
-
- org.adempiere.webui.adwindow.AbstractADWindowContent
-
- org.adempiere.webui.adwindow.ADWindowContent
-
- All Implemented Interfaces:
EventListener
,ActionListener
,ToolbarListener
,ISupportMask
,ITabOnSelectHandler
,UIPart
,DataStatusListener
,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class ADWindowContent extends AbstractADWindowContent
This class is based on org.compiere.apps.APanel written by Jorg Janke.- Version:
- $Revision: 0.10 $
- Author:
- Jorg Janke, Ashley G Ramdass, Low Heng Sin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ADWindowContent.ADWindowVlayout
-
Field Summary
-
Fields inherited from class org.adempiere.webui.adwindow.AbstractADWindowContent
adTabbox, adwindow, breadCrumb, statusBar, statusBarQF, title, toolbar
-
Fields inherited from class org.adempiere.webui.part.AbstractUIPart
page, showMaskWrapper
-
Fields inherited from interface org.adempiere.webui.ISupportMask
READY_SHOW_MASK_FLAG
-
Fields inherited from interface org.adempiere.webui.part.ITabOnSelectHandler
ATTRIBUTE_KEY
-
-
Constructor Summary
Constructors Constructor Description ADWindowContent(Properties ctx, int windowNo, int adWindowId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
closeTab(Tabpanel tabPanel)
close tab contain this windowprotected IADTabbox
createADTab()
protected org.zkoss.zk.ui.Component
doCreatePart(org.zkoss.zk.ui.Component parent)
org.zkoss.zul.Vlayout
getComponent()
void
onEvent(org.zkoss.zk.ui.event.Event event)
protected void
switchEditStatus(boolean editStatus)
-
Methods inherited from class org.adempiere.webui.adwindow.AbstractADWindowContent
actionPerformed, closeQuickFormTab, createPart, dataStatusChanged, doOnQueryChange, doOnRefresh, executeASync, executeButtonProcess, findADTabpanel, focusToActivePanel, getActiveGridTab, getADTab, getADWindow, getBreadCrumb, getCurrentFindWindow, getCurrQGV, getFindWindow, getGridWindow, getImage, getOpenQuickFormTabs, getStatusBar, getStatusBarQF, getTitle, getToolbar, getWindowNo, hideBusyMask, initPanel, initTab, isBlock, isFirstTab, isPendingChanges, onActiveWorkflows, onArchive, onAttachment, onChat, onCopy, onCSVImport, onCustomize, onDelete, onDetailRecord, onExit, onExport, onFileImport, onFind, onFirst, onHelp, onIgnore, onLast, onLock, onNew, onNext, onParentRecord, onPostIt, onPrevious, onPrint, onProcess, onProductInfo, onQuickForm, onRefresh, onRefresh, onRefresh, onReport, onRequests, onSave, onSave, onSaveCreate, onSavePayment, onSearchQuery, onSelect, onToggle, onTreeNavigate, onZoomAcross, registerQuickFormTab, saveAndNavigate, setADWindow, setCurrQGV, setStatusBarQF, showBusyMask
-
Methods inherited from class org.adempiere.webui.part.AbstractUIPart
getMaskComponent, getMaskObj, hideMask, showMask
-
-
-
-
Constructor Detail
-
ADWindowContent
public ADWindowContent(Properties ctx, int windowNo, int adWindowId)
-
-
Method Detail
-
doCreatePart
protected org.zkoss.zk.ui.Component doCreatePart(org.zkoss.zk.ui.Component parent)
- Specified by:
doCreatePart
in classAbstractUIPart
-
createADTab
protected IADTabbox createADTab()
- Specified by:
createADTab
in classAbstractADWindowContent
- Returns:
- IADTab
-
getComponent
public org.zkoss.zul.Vlayout getComponent()
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event)
- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Overrides:
onEvent
in classAbstractADWindowContent
- Parameters:
event
-- See Also:
EventListener.onEvent(Event)
-
closeTab
protected void closeTab(Tabpanel tabPanel)
close tab contain this window- Parameters:
tabPanel
-
-
switchEditStatus
protected void switchEditStatus(boolean editStatus)
- Specified by:
switchEditStatus
in classAbstractADWindowContent
-
-