org.rcfaces.core.component.capability
Interface IClientDatesStrategyCapability
- All Known Implementing Classes:
- AbstractCalendarComponent, CalendarComponent, DateChooserComponent, DateEntryComponent
public interface IClientDatesStrategyCapability
A int value indicating the AJAX transfert strategy for the calendar component :
the dates' characteristics (styleClass, toolTip ...). Those characteristics
can be retrieved by month, year or totally.
- Version:
- $Revision: 1.18 $ $Date: 2011/06/16 09:29:40 $
- Author:
- Olivier Oeuillot (latest modification by $Author: jbmeslin $)
|
Method Summary |
int |
getClientDatesStrategy()
Returns an int value indicating the AJAX transfert strategy for the
calendar component : the dates' characteristics (styleClass, toolTip
...). |
void |
setClientDatesStrategy(int clientDatesStrategy)
Sets an int value indicating the AJAX transfert strategy for the calendar
component : the dates' characteristics (styleClass, toolTip ...). |
ALL_DATES_STRATEGY
static final int ALL_DATES_STRATEGY
- See Also:
- Constant Field Values
YEAR_DATES_STRATEGY
static final int YEAR_DATES_STRATEGY
- See Also:
- Constant Field Values
MONTH_DATES_STRATEGY
static final int MONTH_DATES_STRATEGY
- See Also:
- Constant Field Values
DEFAULT_DATES_STRATEGY
static final int DEFAULT_DATES_STRATEGY
- See Also:
- Constant Field Values
setClientDatesStrategy
void setClientDatesStrategy(int clientDatesStrategy)
- Sets an int value indicating the AJAX transfert strategy for the calendar
component : the dates' characteristics (styleClass, toolTip ...).
- Parameters:
clientDatesStrategy - 1:all|2:year|3:month|1:default default=all
getClientDatesStrategy
int getClientDatesStrategy()
- Returns an int value indicating the AJAX transfert strategy for the
calendar component : the dates' characteristics (styleClass, toolTip
...).
- Returns:
- 1:all|2:year|3:month
Copyright © 2006-2011 Vedana. All Rights Reserved.