|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.VO
org.compiere.controller.UIWindowVO
org.compiere.controller.UIWindow
public class UIWindow
User Interface Window
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.compiere.controller.UIWindowVO |
|---|
createdMS |
| Fields inherited from class org.compiere.framework.VO |
|---|
p_vos, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
UIWindow(UIWindowVO vo,
CContext ctx)
UI Window with Tabs and Fields |
|
| Method Summary | |
|---|---|
void |
addFields(ArrayList<UIFieldVO> fields)
Add Fields |
void |
clearLookupCache()
|
ArrayList<UIField> |
getFields()
Get All Fields |
ArrayList<UITab> |
getTabs()
Get Tabs |
void |
setFields(ArrayList<UIFieldVO> fields)
Set Fields |
void |
setTabVOs(ArrayList<UITabVO> tabsVO,
int WindowNo)
Set Tabs |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.framework.VO |
|---|
clear, clone, containsKey, containsValue, dump, entrySet, get_xmlDocument, get_xmlString, get_xmlString, get, getData, getEmbedded, getHashMap, isEmpty, keySet, put, put, putAll, remove, setEmbedded, setHdrInfo, size, toStringX, values |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public UIWindow(UIWindowVO vo,
CContext ctx)
| Method Detail |
|---|
public ArrayList<UITab> getTabs()
public void setTabVOs(ArrayList<UITabVO> tabsVO,
int WindowNo)
tabsVO - tabs as VOWindowNo - windowpublic ArrayList<UIField> getFields()
public void setFields(ArrayList<UIFieldVO> fields)
fields - fieldspublic void addFields(ArrayList<UIFieldVO> fields)
fields - fieldspublic String toString()
toString in class UIWindowVOpublic void clearLookupCache()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||