|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TBD
Bindings | |||
---|---|---|---|
value
*
|
TBD |
ariba.util.Date (both) |
|
formatter
|
todo: is this true? Note that ariba.util.DateFormatter has been adapted to AWFormatting |
ariba.ui.aribaweb.util.AWFormatting (get) |
|
action
|
TBD |
AWResponseGenerating (get) |
|
showYearNavigation
|
TBD |
boolean (get) |
|
size
|
TBD |
int (get) |
|
textFieldType
|
The name of a component to use as the TextField portion of the DateField.
For example, AN needs to use ANVTextField, so they would have something like:
|
String (get) |
|
disabled
|
Disables the date field if true. |
boolean (get) |
|
errorKey
|
String (get) |
||
calendarDate
|
See ariba.ui.widgets.Calendar |
boolean (get) |
|
isRefresh
|
See ariba.ui.aribaweb.html.AWTextField |
boolean (get) |
|
formValueStrings
|
The trimmed and untrimmed value pair. When the user uses the calendar control we set this to null. |
Object[] (set) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.DateField
public class DateField
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 | |
---|---|
DateField()
|
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 |
calendarAction()
|
AWDateFactory |
dateFactory()
|
java.lang.String |
exampleDate()
|
AWFormatter |
formatter()
|
java.lang.Object |
getDate()
|
boolean |
isDisabled()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preserved with the page/session (i.e. |
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
int |
selectedDayOfMonth()
|
int |
selectedMonth()
|
int |
selectedYear()
|
void |
setDate(java.lang.Object object)
Convenience setter method to assist DateField debugging. |
void |
setFormValueStrings(java.lang.Object[] obj)
|
void |
setMenuId(AWEncodedString menuId)
|
AWComponent |
textFieldAction()
|
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 AWFormatter _formatter
public AWDateFactory _dateFactory
public AWEncodedString _menuId
public AWEncodedString _dateTextFieldId
public AWEncodedString _linkId
public boolean _showCalendar
Constructor Detail |
---|
public DateField()
Method Detail |
---|
public void setDate(java.lang.Object object)
public java.lang.Object getDate()
public void setFormValueStrings(java.lang.Object[] obj)
public boolean isStateless()
AWComponent
isStateless
in class AWComponent
public void setMenuId(AWEncodedString menuId)
public AWComponent textFieldAction()
public AWComponent calendarAction()
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 componentpublic void renderResponse(AWRequestContext requestContext, AWComponent component)
AWCycleable
AWRequestContext.response()
renderResponse
in interface AWCycleable
renderResponse
in class AWComponent
requestContext
- the context for the current request.component
- the current parent componentpublic int selectedYear()
public int selectedMonth()
public int selectedDayOfMonth()
public AWFormatter formatter()
public AWDateFactory dateFactory()
public java.lang.String exampleDate()
public boolean isDisabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |