|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro DateNavigatorMarking API. Attach a marking to a date navigator if you want to mark one or more dates with a category and a tooltip.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static WDDateMarkingCategory |
DEFAULT_CATEGORY
Default value of property category. |
static java.lang.String |
DEFAULT_TOOLTIP
Default value of property tooltip. |
| Method Summary | |
void |
bindCategory(IWDAttributeInfo attributeInfo)
Binds property category to the context attribute
specified by the given attribute info. |
void |
bindCategory(java.lang.String path)
Binds property category to the context attribute
specified by path. |
void |
bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
void |
bindDataSource(java.lang.String path)
Note: This property must be bound to the context! Binds property dataSource to the context attribute
specified by path. |
void |
bindDate(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property date to the context attribute
specified by the given attribute info. |
void |
bindDate(java.lang.String path)
Note: This property must be bound to the context! Binds property date to the context attribute
specified by path. |
java.lang.String |
bindingOfCategory()
Binding path of property category. |
java.lang.String |
bindingOfDataSource()
Note: This property must be bound to the context! Binding path of property dataSource. |
java.lang.String |
bindingOfDate()
Note: This property must be bound to the context! Binding path of property date. |
java.lang.String |
bindingOfTooltip()
Binding path of property tooltip. |
void |
bindTooltip(IWDAttributeInfo attributeInfo)
Binds property tooltip to the context attribute
specified by the given attribute info. |
void |
bindTooltip(java.lang.String path)
Binds property tooltip to the context attribute
specified by path. |
WDDateMarkingCategory |
getCategory()
Returns the value of the category property. |
IWDDateNavigator |
getDateNavigator()
Returns the current DateNavigator. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
void |
setCategory(WDDateMarkingCategory value)
Sets property category to the new value. |
void |
setTooltip(java.lang.String value)
Sets property tooltip to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final WDDateMarkingCategory DEFAULT_CATEGORY
category.public static final java.lang.String DEFAULT_TOOLTIP
tooltip.| Method Detail |
public void bindCategory(java.lang.String path)
category to the context attribute
specified by path.path - the path of the context attribute to which the category
property is boundpublic void bindCategory(IWDAttributeInfo attributeInfo)
category to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
category property is boundpublic java.lang.String bindingOfCategory()
category.public WDDateMarkingCategory getCategory()
category property.
The initial value is WDDateMarkingCategory.ONE.
The marking's category determines how the date in question is marked (visually etc.). Several date markings may well share the same category.
If this property is not bound to an attribute of the multiple context node that the "dataSource" property is bound to, then the category is the same for all markings.setCategory(WDDateMarkingCategory)public void setCategory(WDDateMarkingCategory value)
category to the new value.value - the new value of the category propertygetCategory()public void bindDataSource(java.lang.String path)
dataSource to the context attribute
specified by path.path - the path of the context attribute to which the dataSource
property is boundpublic void bindDataSource(IWDNodeInfo nodeInfo)
dataSource to the context node
specified by the given node info.nodeInfo - the info of the context node to which the
dataSource property is boundpublic java.lang.String bindingOfDataSource()
dataSource.public void bindDate(java.lang.String path)
date to the context attribute
specified by path.path - the path of the context attribute to which the date
property is boundpublic void bindDate(IWDAttributeInfo attributeInfo)
date to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
date property is boundpublic java.lang.String bindingOfDate()
date.public void bindTooltip(java.lang.String path)
tooltip to the context attribute
specified by path.path - the path of the context attribute to which the tooltip
property is boundpublic void bindTooltip(IWDAttributeInfo attributeInfo)
tooltip to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
tooltip property is boundpublic java.lang.String bindingOfTooltip()
tooltip.public java.lang.String getTooltip()
tooltip property.
The initial value is "".
The marking's tooltip.
If this property is not bound to an attribute of the multiple context node that the "dataSource" property is bound to, then the tooltip is the same for all markings.setTooltip(String)public void setTooltip(java.lang.String value)
tooltip to the new value.value - the new value of the tooltip propertygetTooltip()public IWDDateNavigator getDateNavigator()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||