org.compiere.vos
Class WindowCtx
java.lang.Object
org.compiere.vos.WindowCtx
- All Implemented Interfaces:
- Serializable
public class WindowCtx
- extends Object
- implements Serializable
- Author:
- gwu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LICENSE_INFO
public static final String LICENSE_INFO
- See Also:
- Constant Field Values
WindowCtx
public WindowCtx()
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® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.