org.rcfaces.core.component.capability
Interface ICardinality
- All Known Subinterfaces:
- IAdditionalInformationCardinalityCapability, ICheckCardinalityCapability, ISelectionCardinalityCapability
- All Known Implementing Classes:
- ComboGridComponent, ComponentsGridComponent, DataGridComponent, TreeComponent
public interface ICardinality
A int indicating the cardinality (number of check allowed) for this
component. Authorized values are :
?|+|*|1|one|zeroMany|oneMany|optional|default (default=zeroMany)
- Version:
- $Revision: 1.18 $ $Date: 2011/06/16 09:29:40 $
- Author:
- Olivier Oeuillot (latest modification by $Author: jbmeslin $)
OPTIONAL_CARDINALITY
static final int OPTIONAL_CARDINALITY
- See Also:
- Constant Field Values
ZEROMANY_CARDINALITY
static final int ZEROMANY_CARDINALITY
- See Also:
- Constant Field Values
ONE_CARDINALITY
static final int ONE_CARDINALITY
- See Also:
- Constant Field Values
ONEMANY_CARDINALITY
static final int ONEMANY_CARDINALITY
- See Also:
- Constant Field Values
DEFAULT_CARDINALITY
static final int DEFAULT_CARDINALITY
- See Also:
- Constant Field Values
Copyright © 2006-2011 Vedana. All Rights Reserved.