Uses of Package
org.adempiere.webui
-
Classes in org.adempiere.webui used by org.adempiere.webui Class Description ClientInfo ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite objectIWebClient -
Classes in org.adempiere.webui used by org.adempiere.webui.acct Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.adwindow Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.apps Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.apps.form Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.apps.graph Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.apps.wf Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.component Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite objectShowMaskWrapper Helper class for any component want implementISupportMask
Just make a instance of this class and let it do everything -
Classes in org.adempiere.webui used by org.adempiere.webui.dashboard Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.desktop Class Description ClientInfo ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.grid Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.info Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.panel Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.part Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite objectShowMaskWrapper Helper class for any component want implementISupportMask
Just make a instance of this class and let it do everything -
Classes in org.adempiere.webui used by org.adempiere.webui.report Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object -
Classes in org.adempiere.webui used by org.adempiere.webui.session Class Description IWebClient -
Classes in org.adempiere.webui used by org.adempiere.webui.window Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite objectIWebClient -
Classes in org.adempiere.webui used by org.idempiere.ui.zk.media Class Description ISupportMask interface for any component want support show other window over it with a mask. object manage component as AbstractUIPart also implement this interface consider below case. 1. show a dialog => show mask 2. process a event 2.1. show other dialog => show mask 2.1. hidden dialog in step 1 => hidden mask 3. result dialog show without mask to void this case process as below inISupportMask.showMask()
set a flag to request scope by call:Component.setAttribute(String, Object, int)
key isISupportMask.READY_SHOW_MASK_FLAG
value is Integer(1) and scope isComponent.REQUEST_SCOPE
inISupportMask.hideMask()
check flag before hidden mask. when has flag, don't hidden mask component want support show mask can implement this interface or use support classShowMaskWrapper
as composite object