|
|||||||||
| 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) |
|
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 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()
|
String |
exampleDate()
|
AWFormatter |
formatter()
|
boolean |
isDisabled()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preseved 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(Object object)
Convenience setter method to assist DateField debugging. |
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 |
| Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
|---|
getFieldValue, isKindOfClass, setFieldValue |
| Field Detail |
|---|
public Object _date
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(Object object)
public boolean isStateless()
AWComponent
isStateless in class AWComponentpublic void setMenuId(AWEncodedString menuId)
public AWComponent textFieldAction()
public AWComponent calendarAction()
public void applyValues(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.request().
applyValues in interface AWCycleableapplyValues in class AWComponentrequestContext - the context for the current request.component - the current parent component
public void renderResponse(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.response()
renderResponse in interface AWCycleablerenderResponse in class AWComponentrequestContext - 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 String exampleDate()
public boolean isDisabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||