|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.controller.GridTabVO
public class GridTabVO
Model Tab Value Object
| Field Summary | |
|---|---|
String |
AccessLevel
Table Access Level |
int |
AD_Column_ID
Primary Parent Column |
int |
AD_ColumnSortOrder_ID
Column Sort |
int |
AD_ColumnSortYesNo_ID
Column Displayed |
int |
AD_Image_ID
Image |
int |
AD_Process_ID
Process |
int |
AD_Tab_ID
Tab ID |
int |
AD_Table_ID
Table |
int |
AD_Window_ID
AD Window - replicated |
String |
CommitWarning
Commit Warning |
Ctx |
ctx
Context - replicated |
String |
Description
Description |
String |
DisplayLogic
Tab Display |
ArrayList<GridFieldVO> |
Fields
Fields contain MFieldVO entities |
boolean |
HasTree
Tree |
String |
Help
Help |
int |
Included_Tab_ID
Included Tab |
boolean |
IsDeleteable
Table Deleteable |
boolean |
IsHighVolume
Table High Volume |
boolean |
IsInsertRecord
Insert Record |
boolean |
IsReadOnly
Read Only |
boolean |
IsSecurityEnabled
Security |
boolean |
IsSingleRow
Single Row |
boolean |
IsSortTab
Sort Tab |
boolean |
IsView
Table is View |
String |
Name
Name |
int |
onlyCurrentDays
Only Current Days - derived |
String |
OrderByClause
Order by |
String |
ReadOnlyLogic
Tab Read Only |
int |
Referenced_Tab_ID
Tab ID |
String |
ReplicationType
Replication Type |
String |
TableName
Table Name |
int |
TabLevel
Level |
int |
TabNo
Tab No (not AD_Tab_ID) 0.. |
String |
WhereClause
Where |
int |
WindowNo
Window No - replicated |
| Method Summary | |
|---|---|
GridTabVO |
clone(Ctx myCtx,
int windowNo)
Clone |
static GridTabVO |
create(GridWindowVO wVO,
int TabNo,
ResultSet rs,
boolean isRO,
int onlyCurrentDays,
int AD_UserDef_Win_ID)
Create MTab VO |
String |
get_ValueAsString(String variableName)
Get Variable Value (Evaluatee) |
static String |
getSQL(Ctx ctx,
int AD_UserDef_Win_ID)
Return the SQL statement used for the MTabVO.create |
void |
setCtx(Ctx newCtx)
Set Context including contained elements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Ctx ctx
public int WindowNo
public int AD_Window_ID
public int TabNo
public int AD_Tab_ID
public int Referenced_Tab_ID
public String Name
public String Description
public String Help
public boolean IsSingleRow
public boolean IsReadOnly
public boolean IsInsertRecord
public boolean HasTree
public int AD_Table_ID
public int AD_Column_ID
public String TableName
public boolean IsView
public String AccessLevel
public boolean IsSecurityEnabled
public boolean IsDeleteable
public boolean IsHighVolume
public int AD_Process_ID
public String CommitWarning
public String WhereClause
public String OrderByClause
public String ReadOnlyLogic
public String DisplayLogic
public int TabLevel
public int AD_Image_ID
public int Included_Tab_ID
public String ReplicationType
public boolean IsSortTab
public int AD_ColumnSortOrder_ID
public int AD_ColumnSortYesNo_ID
public int onlyCurrentDays
public ArrayList<GridFieldVO> Fields
| Method Detail |
|---|
public static GridTabVO create(GridWindowVO wVO,
int TabNo,
ResultSet rs,
boolean isRO,
int onlyCurrentDays,
int AD_UserDef_Win_ID)
wVO - value objectTabNo - tab nors - ResultSet from AD_Tab_visRO - true if window is r/oonlyCurrentRows - if true query is limited to not processed records
public static String getSQL(Ctx ctx,
int AD_UserDef_Win_ID)
ctx - context
public void setCtx(Ctx newCtx)
newCtx - new contextpublic String get_ValueAsString(String variableName)
get_ValueAsString in interface EvaluateevariableName - name
public GridTabVO clone(Ctx myCtx,
int windowNo)
Ctx - contextwindowNo - no
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||