|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.vos.TabFieldsVO
org.compiere.vos.ComponentVO
public class ComponentVO
Model Tab Value Object
| Nested Class Summary | |
|---|---|
static class |
ComponentVO.ComponentType
Indicates how a particular component should be rendered in the UI. |
| 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_InfoWindow_ID
|
int |
AD_Process_ID
Process |
int |
AD_Tab_ID
Tab ID |
int |
AD_Table_ID
Table |
int |
AD_Tree_ID
|
boolean |
canExport
|
boolean |
canReport
|
String |
commitWarning
Commot Warning |
ComponentVO.ComponentType |
componentType
Indicates how a particular component should be rendered in the UI. |
String |
description
Description |
String |
displayLogic
Tab Display |
boolean |
hasTree
Tree |
String |
help
Help |
int |
Included_Tab_ID
Included Tab |
boolean |
isAdvancedTab
|
boolean |
isAutoRunSearch
If set, the table will automatically execute search on itself |
boolean |
isDeleteable
Table Deleteable |
boolean |
isDisplayed
|
boolean |
isHighVolume
Table High Volume |
boolean |
isInfoTab
|
boolean |
isInsertRecord
Insert Record |
boolean |
isReadOnly
Read Only |
boolean |
isSecurityEnabled
Security |
boolean |
isSingleRow
Single Row |
boolean |
isSortTab
Sort Tab |
boolean |
isTextSearch
|
boolean |
isTranslationTab
|
boolean |
isView
Table is View |
String |
linkColumnName
Fields contain MFieldVO entities |
static CompiereLogger |
log
|
String |
name
Name |
int |
onlyCurrentDays
Only Current Days - derived |
boolean |
onlyCurrentRows
Only Current Rows - derived |
String |
orderByClause
Order by |
String |
readOnlyLogic
Tab Read Only |
int |
Referenced_Tab_ID
|
String |
replicationType
Replication Type |
ArrayList<String> |
savedQueries
|
static int |
SEARCH_TAB_NO
|
static String |
SELECTED_ROW_INDEXES
|
static String |
SELECTED_ROW_NOS
|
static String |
SELECTED_ROWS
|
long |
seqNo
|
String |
tableName
Table Name |
int |
tabLevel
Level |
int |
tabNo
Tab No (not AD_Tab_ID) 0.. |
UWindowID |
uid
AD Window - replicated |
String |
whereClause
Where |
int |
windowNO
Window No - replicated |
| Fields inherited from class org.compiere.vos.TabFieldsVO |
|---|
fieldVOs, resultCount, tableModel |
| Constructor Summary | |
|---|---|
ComponentVO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
FieldVO |
getFieldVO(String columnName)
|
ArrayList<Integer> |
getKeyColsPos()
Get a temporary cache of the indexes of the FieldVOs that are tagged as primary key |
static String |
getRowKey(String[] row,
ArrayList<Integer> keyColsPos)
|
String |
getRowKeyWithNames(String[] row,
ArrayList<Integer> keyColsPos)
|
int[] |
getWhoColsPos()
Get the indexes of the FieldVOs that are who columns |
boolean |
isDisplayed(Ctx ctx,
Evaluatee eval)
|
boolean |
isPrinted()
|
boolean |
isReadOnly(Evaluatee e)
|
String |
keyColumnName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CompiereLogger log
public int windowNO
public UWindowID uid
public int Referenced_Tab_ID
public int tabNo
public int AD_Tab_ID
public String name
public String description
public String help
public boolean isSingleRow
public boolean isInfoTab
public long seqNo
public boolean isReadOnly
public boolean isDisplayed
public boolean isTextSearch
public boolean isInsertRecord
public boolean isTranslationTab
public boolean isAdvancedTab
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 boolean onlyCurrentRows
public int onlyCurrentDays
public String linkColumnName
public boolean canExport
public boolean canReport
public int AD_InfoWindow_ID
public ComponentVO.ComponentType componentType
public static String SELECTED_ROWS
public static String SELECTED_ROW_NOS
public static final String SELECTED_ROW_INDEXES
public ArrayList<String> savedQueries
public boolean isAutoRunSearch
public int AD_Tree_ID
public static final int SEARCH_TAB_NO
| Constructor Detail |
|---|
public ComponentVO()
| Method Detail |
|---|
public FieldVO getFieldVO(String columnName)
public ArrayList<Integer> getKeyColsPos()
public int[] getWhoColsPos()
public static String getRowKey(String[] row,
ArrayList<Integer> keyColsPos)
public String getRowKeyWithNames(String[] row,
ArrayList<Integer> keyColsPos)
public String keyColumnName()
public boolean isPrinted()
public boolean isDisplayed(Ctx ctx,
Evaluatee eval)
public boolean isReadOnly(Evaluatee e)
public boolean equals(Object o)
equals in class Object
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||