IDEMPIERE-4247 WTableDirEditor - missing public methods

This commit is contained in:
Nicolas Micoud 2020-04-29 19:05:42 +02:00 committed by Carlos Ruiz
parent 190ef9d75c
commit 0ddc26be2f
1 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@ ContextMenuListener, IZoomableEditor
* Action - Special Quick Entry Screen * Action - Special Quick Entry Screen
* @param newRecord true if new record should be created * @param newRecord true if new record should be created
*/ */
private void actionQuickEntry (boolean newRecord) protected void actionQuickEntry (boolean newRecord)
{ {
if(!getComponent().isEnabled()) if(!getComponent().isEnabled())
return; return;
@ -672,7 +672,7 @@ ContextMenuListener, IZoomableEditor
AEnv.showWindow(vqe); AEnv.showWindow(vqe);
} // actionQuickEntry } // actionQuickEntry
private void actionLocation() { protected void actionLocation() {
int BPLocation_ID = 0; int BPLocation_ID = 0;
Object value = getValue(); Object value = getValue();
if (value instanceof Integer) if (value instanceof Integer)