Compiere 3.1

org.compiere.vos
Class WindowCtx

java.lang.Object
  extended by org.compiere.vos.WindowCtx
All Implemented Interfaces:
Serializable

public class WindowCtx
extends Object
implements Serializable

Author:
gwu
See Also:
Serialized Form

Field Summary
static String LICENSE_INFO
           
 
Constructor Summary
WindowCtx()
           
 
Method Summary
 String get(String name)
           
 boolean getAsBoolean(String name)
           
 int getAsInt(String name)
           
 NamePair getSelectedOption(String name)
           
 ArrayList<Integer> getSelectedRowNos(int tabNO)
           
 ArrayList<String[]> getSelectedRows(int tabNO)
           
 String getStringContext(String name)
           
 HashMap<String,String> getStringMap()
           
 void put(String name, String value)
           
 void setSelectedOption(String columnName, NamePair selectedOption)
           
 void setSelectedRowNos(int tabNO, ArrayList<Integer> selectedRowNos)
           
 void setSelectedRows(int tabNO, ArrayList<String[]> selectedRows)
           
 void setStringMap(HashMap<String,String> strMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE_INFO

public static final String LICENSE_INFO
See Also:
Constant Field Values
Constructor Detail

WindowCtx

public WindowCtx()
Method Detail

getStringContext

public String getStringContext(String name)

get

public String get(String name)

getAsInt

public int getAsInt(String name)

getAsBoolean

public boolean getAsBoolean(String name)

put

public void put(String name,
                String value)

getStringMap

public HashMap<String,String> getStringMap()

setStringMap

public void setStringMap(HashMap<String,String> strMap)

getSelectedOption

public NamePair getSelectedOption(String name)

getSelectedRows

public ArrayList<String[]> getSelectedRows(int tabNO)

getSelectedRowNos

public ArrayList<Integer> getSelectedRowNos(int tabNO)

setSelectedRows

public void setSelectedRows(int tabNO,
                            ArrayList<String[]> selectedRows)

setSelectedRowNos

public void setSelectedRowNos(int tabNO,
                              ArrayList<Integer> selectedRowNos)

setSelectedOption

public void setSelectedOption(String columnName,
                              NamePair selectedOption)

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.