|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro DateNavigatorLegend API. Attach a legend to a date navigator if you want to explain the meaning of categories used for markings.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static java.lang.String |
DEFAULT_TEXT
Default value of property text. |
static WDTextDirection |
DEFAULT_TEXT_DIRECTION
Default value of property textDirection. |
| Method Summary | |
void |
bindCategory(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property category to the context attribute
specified by the given attribute info. |
void |
bindCategory(java.lang.String path)
Note: This property must be bound to the context! 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. |
java.lang.String |
bindingOfCategory()
Note: This property must be bound to the context! 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 |
bindingOfText()
Binding path of property text. |
java.lang.String |
bindingOfTextDirection()
Binding path of property textDirection. |
void |
bindText(IWDAttributeInfo attributeInfo)
Binds property text to the context attribute
specified by the given attribute info. |
void |
bindText(java.lang.String path)
Binds property text to the context attribute
specified by path. |
void |
bindTextDirection(IWDAttributeInfo attributeInfo)
Binds property textDirection to the context attribute
specified by the given attribute info. |
void |
bindTextDirection(java.lang.String path)
Binds property textDirection to the context attribute
specified by path. |
WDDateMarkingCategory |
getCategory()
Note: This property must be bound to the context! Returns the value of the category property. |
IWDDateNavigator |
getDateNavigator()
Returns the current DateNavigator. |
java.lang.String |
getText()
Returns the value of the text property. |
WDTextDirection |
getTextDirection()
Returns the value of the textDirection property. |
void |
setCategory(WDDateMarkingCategory value)
Note: This property must be bound to the context! Sets property category to the new value. |
void |
setText(java.lang.String value)
Sets property text to the new value. |
void |
setTextDirection(WDTextDirection value)
Sets property textDirection to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_TEXT
text.public static final WDTextDirection DEFAULT_TEXT_DIRECTION
textDirection.| 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 category you want to explain via some descriptive text. No two legend entries must have the same category.
This property must be bound to an attribute of the same multiple context node that the "dataSource" property is bound to.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 bindText(java.lang.String path)
text to the context attribute
specified by path.path - the path of the context attribute to which the text
property is boundpublic void bindText(IWDAttributeInfo attributeInfo)
text to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
text property is boundpublic java.lang.String bindingOfText()
text.public java.lang.String getText()
text property.
The initial value is "".
The descriptive text used to explain the category of this legend entry.
If this property is not bound to an attribute of the multiple context node that the "dataSource" property is bound to, then the text is the same for all category entries. This is probably not useful, though.setText(String)public void setText(java.lang.String value)
text to the new value.value - the new value of the text propertygetText()public void bindTextDirection(java.lang.String path)
textDirection to the context attribute
specified by path.path - the path of the context attribute to which the textDirection
property is boundpublic void bindTextDirection(IWDAttributeInfo attributeInfo)
textDirection to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
textDirection property is boundpublic java.lang.String bindingOfTextDirection()
textDirection.public WDTextDirection getTextDirection()
textDirection property.
The initial value is WDTextDirection.INHERIT.
Determines the direction of displayed text.setTextDirection(WDTextDirection)public void setTextDirection(WDTextDirection value)
textDirection to the new value.value - the new value of the textDirection propertygetTextDirection()public IWDDateNavigator getDateNavigator()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||