Uses of Class
org.adempiere.webui.adwindow.AbstractADWindowContent
Package
Description
Provide classes for initialization and entry point to iDempiere web client.
Provide entry point for access to UI extensions.
Provide entry point for access to UI extensions.
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Provide implementation of iDempiere form.
Provide factory implementation for various UI objects
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Provide implementation for AD window toolbar's csv import, data export, data import from file and report action.
Provide implementation of various system dialog and windows
-
Uses of AbstractADWindowContent in org.adempiere.webui
Modifier and TypeMethodDescriptionstatic FindWindow
Extensions.getFindWindow
(int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, GridField[] findFields, int minRecords, int adTabId, AbstractADWindowContent windowPanel) Get find window -
Uses of AbstractADWindowContent in org.adempiere.webui.adwindow
Modifier and TypeFieldDescriptionprotected AbstractADWindowContent
AbstractADTabbox.adWindowPanel
Parent part, the content part of AD WindowModifier and TypeMethodDescriptionvoid
ADSortTab.init
(AbstractADWindowContent winPanel, GridTab gridTab) Initiatevoid
ADTabpanel.init
(AbstractADWindowContent winPanel, GridTab gridTab) Initialize tab panel layout (ADTabpanel.formContainer
and listenersvoid
IADTabpanel.init
(AbstractADWindowContent winPanel, GridTab gridTab) Initialized tab panelvoid
ADSortTab.registerAPanel
(AbstractADWindowContent panel) Set AD Window content part that own this ADSortTab instance.void
AbstractADTabbox.setADWindowPanel
(AbstractADWindowContent abstractADWindowPanel) Set parent AD window panelvoid
GridTabRowRenderer.setADWindowPanel
(AbstractADWindowContent windowPanel) Set AD window content part that own this renderer.
GridTabRowRenderer.buttonListener
need this to callactionPerformed(ActionEvent)
.void
GridView.setADWindowPanel
(AbstractADWindowContent winPanel) Set AD window content part that own this GridView instancevoid
IADTabbox.setADWindowPanel
(AbstractADWindowContent abstractADWindowPanel) Set parent AD Window panelvoid
QuickGridTabRowRenderer.setADWindowPanel
(AbstractADWindowContent windowPanel) Set AD window content part that own this renderer.void
QuickGridView.setADWindowPanel
(AbstractADWindowContent winPanel) Set AD window content part that own this QuickGridView instanceModifierConstructorDescriptionADWindowToolbar
(AbstractADWindowContent windowContent, int windowNo) BreadCrumb
(AbstractADWindowContent windowContent, int windowNo) QuickGridView
(AbstractADWindowContent abstractADWindowContent, GridTab gridTab, IQuickForm wQuickForm) -
Uses of AbstractADWindowContent in org.adempiere.webui.apps.form
ModifierConstructorDescriptionWQuickForm
(AbstractADWindowContent winContent, boolean m_onlyCurrentRows, int m_onlyCurrentDays) -
Uses of AbstractADWindowContent in org.adempiere.webui.factory
Modifier and TypeMethodDescriptionDefaultFindWindowFactory.getInstance
(int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, GridField[] findFields, int minRecords, int adTabId, AbstractADWindowContent windowPanel) IFindWindowFactory.getInstance
(int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, GridField[] findFields, int minRecords, int adTabId, AbstractADWindowContent windowPanel) Create new instance -
Uses of AbstractADWindowContent in org.adempiere.webui.panel
ModifierConstructorDescriptionLabelsPanel
(AbstractADWindowContent abstractADWindowContent, int AD_Table_ID, int Record_ID) Deprecated.LabelsPanel
(AbstractADWindowContent abstractADWindowContent, int AD_Table_ID, int Record_ID, String Record_UU) Standard constructor -
Uses of AbstractADWindowContent in org.adempiere.webui.panel.action
ModifierConstructorDescription -
Uses of AbstractADWindowContent in org.adempiere.webui.window
Modifier and TypeFieldDescriptionprotected AbstractADWindowContent
FindWindow.m_windowPanel
ADWindow Content part that own this find window instanceModifierConstructorDescriptionFindWindow
(int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, GridField[] findFields, int minRecords, int adTabId, AbstractADWindowContent windowPanel) FindWindow ConstructorStandard constructor
LabelsPanel(AbstractADWindowContent, int, int, String)
instead