|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelectionCardinalityCapability
An int value specifying the type of multiple selection authorized:
| Field Summary | |
|---|---|
static int |
DEFAULT_CARDINALITY
Default cardinality for selection feature. |
| Fields inherited from interface org.rcfaces.core.component.capability.ICardinality |
|---|
ONE_CARDINALITY, ONEMANY_CARDINALITY, OPTIONAL_CARDINALITY, ZEROMANY_CARDINALITY |
| Method Summary | |
|---|---|
int |
getSelectionCardinality()
Returns an int value specifying the type of multiple selection authorized. cf. |
void |
setSelectionCardinality(int selectionCardinality)
Sets an int value specifying the type of multiple selection authorized. |
| Field Detail |
|---|
static final int DEFAULT_CARDINALITY
| Method Detail |
|---|
int getSelectionCardinality()
void setSelectionCardinality(int selectionCardinality)
selectionCardinality - 1: none or one selection|2: any number of selections or
none|3: one and only one selection|4: one or more selection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||