Adempiere 3.5.2a

org.compiere.www
Class WWindowStatus

java.lang.Object
  extended by org.compiere.www.WWindowStatus

public class WWindowStatus
extends Object

WWindow Status Information (Value Object)

Version:
$Id: WWindowStatus.java,v 1.3 2006/07/30 00:53:21 jjanke Exp $
Author:
Jorg Janke

Field Summary
 Properties ctx
          Window Context
protected  GridTab curTab
          The current MTab
protected  GridWindow mWindow
          The MWindow
static String NAME
          Session Attribute Name
 
Constructor Summary
WWindowStatus(GridWindowVO mWindowVO)
          Constructor - First Tab - First Row - Single Row.
 
Method Summary
static WWindowStatus get(HttpServletRequest request)
          Get Web Window Status.
 String toString()
          String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Session Attribute Name

See Also:
Constant Field Values

mWindow

protected GridWindow mWindow
The MWindow


curTab

protected GridTab curTab
The current MTab


ctx

public Properties ctx
Window Context

Constructor Detail

WWindowStatus

public WWindowStatus(GridWindowVO mWindowVO)
Constructor - First Tab - First Row - Single Row.
Initialize Formats

Parameters:
mWindowVO - window VO
Method Detail

get

public static WWindowStatus get(HttpServletRequest request)
Get Web Window Status. WWindowStatus ws = WWindowStatus.get(ctx);

Parameters:
request - request
Returns:
ctx or null

toString

public String toString()
String representation

Overrides:
toString in class Object
Returns:
String representation

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.