IDEMPIERE-2331 Add getGridWindow to GridTab
This commit is contained in:
parent
9c62f0254b
commit
fe3769cceb
|
@ -113,7 +113,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1377113168185797983L;
|
||||
private static final long serialVersionUID = 1151723870943569774L;
|
||||
|
||||
public static final String DEFAULT_STATUS_MESSAGE = "NavigateOrUpdate";
|
||||
|
||||
|
@ -157,6 +157,10 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
// The window of this tab
|
||||
private GridWindow m_window;
|
||||
|
||||
public GridWindow getGridWindow() {
|
||||
return m_window;
|
||||
}
|
||||
|
||||
/** The Table Model for Query */
|
||||
private GridTable m_mTable = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue