public interface ViewCriteriaComponent
| Modifier and Type | Field and Description | 
|---|---|
static int | 
VC_CONJ_AND
VC_CONJ_... constants are used to specify
 the conjuction for the ViewCriteriaComponent. | 
static int | 
VC_CONJ_NOT
VC_CONJ_... constants are used to specify
 the conjuction for the ViewCriteriaComponent. | 
static int | 
VC_CONJ_OR
VC_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  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getConjunction()  | 
int | 
getUpperColumnsValue()  | 
boolean | 
isUpperColumns()  | 
void | 
setConjunction(int conj)  | 
void | 
setUpperColumns(boolean b)  | 
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