| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ViewCriteriaComponent
| Field Summary | |
|---|---|
static int | 
VC_CONJ_ANDVC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent. | 
static int | 
VC_CONJ_NOTVC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent. | 
static int | 
VC_CONJ_ORVC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent. | 
static int | 
VC_CONJ_UNION | 
static int | 
VC_UPPER_COL_DEFAULT | 
static int | 
VC_UPPER_COL_FALSE | 
static int | 
VC_UPPER_COL_TRUE | 
| Method Summary | |
|---|---|
 int | 
getConjunction() | 
 int | 
getUpperColumnsValue() | 
 boolean | 
isUpperColumns() | 
 void | 
setConjunction(int conj) | 
 void | 
setUpperColumns(boolean b) | 
| Field Detail | 
|---|
static final int VC_CONJ_OR
VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.
VC_CONJ_OR will connect this ViewCriteriaComponent with an OR conjunction.
static final int VC_CONJ_AND
VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.
VC_CONJ_AND will connect this ViewCriteriaComponent with an AND conjunction.
static final int VC_CONJ_UNION
static final int VC_CONJ_NOT
VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.
VC_CONJ_NOT will negate the clause generated by this ViewCriterComponent. VC_CONJ_NOT may be combined with other VC_CONJ_... constants through a bit-wise OR operator.
static final int VC_UPPER_COL_DEFAULT
static final int VC_UPPER_COL_TRUE
static final int VC_UPPER_COL_FALSE
| Method Detail | 
|---|
int getConjunction()
void setConjunction(int conj)
boolean isUpperColumns()
void setUpperColumns(boolean b)
int getUpperColumnsValue()
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||