IDEMPIERE-4247 WTableDirEditor - missing public methods
This commit is contained in:
parent
190ef9d75c
commit
0ddc26be2f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue