|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TBD
Bindings | |||
---|---|---|---|
selection
*
|
TBD |
ariba.util.Date (both) |
|
action
|
TBD |
AWResponseGenerating (get) |
|
showYearNavigation
|
TBD |
boolean (get) |
|
dateFactory
|
An optional object that implements the AWDateFactory interface, which provides a way to specify what type of Date class to create when the Calendar is clicked. If no dateFactory is provided, the DefaultDateFactory creates a ariba.util.core.Date. |
AWDateFactory (get) |
|
calendarDate
|
If true and no dateFactory is provided, the date factory used will create a ariba.util.core.Date with calendarDate equals true. |
boolean (get) |
|
bodyBehavior
|
For internal use: Allow for override of calendar body behavior. Used by DateField. |
String (get) |
|
enabledCalendarDays
|
Comma seperated string of days of the week which need to be enabled/disabled. Enablement is determined by the sign on the number, positive numbers indicate active days and negative numbers indicate inactive days. For example "-1,-7" would disable selection for Saturdays and Sundays. The "" is used to indicate all days of the week, so "-" means disable all days of the week. This can be used in combination with days of the week, "-*, 2,3" would enable Mondays and Tuesdays. |
String (get) |
|
isStandalone
|
Flag to indicate if the calendar is standalone or wrapped by a DateField. |
String (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.Calendar
public class Calendar
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
Calendar()
|
Method Summary | |
---|---|
void |
applyValues(AWRequestContext requestContext,
AWComponent component)
The receiver should take any form values (or query string parameters) that it owns from the AWRequestContext.request() . |
AWComponent |
dateClicked()
|
int |
selectedDayOfMonth()
|
int |
selectedMonth()
|
int |
selectedYear()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Field Detail |
---|
public AWEncodedString _elementId
public java.util.Date _selectedDate
public java.lang.Object _formValueDummy
Constructor Detail |
---|
public Calendar()
Method Detail |
---|
public AWComponent dateClicked()
public int selectedYear()
public int selectedMonth()
public int selectedDayOfMonth()
public void applyValues(AWRequestContext requestContext, AWComponent component)
AWCycleable
AWRequestContext.request()
.
applyValues
in interface AWCycleable
applyValues
in class AWComponent
requestContext
- the context for the current request.component
- the current parent component
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |