|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro ProgressIndicator API. The ProgressIndicator UI element shows the progress of an activity in the form of a horizontal bar, along with the value of the percentValue property. You can also display a text in the progress bar using the displayValue property. This makes it possible to associate descriptions with specific percentage values. You can hide the display value using the showValue property. You can display the ProgessIndicator in different colors using the barColor property.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static WDProgressIndicatorBarColor |
DEFAULT_BAR_COLOR
Default value of the barColor property is WDProgressIndicatorBarColor.NEUTRAL. |
static String |
DEFAULT_DISPLAY_VALUE
Default value of the displayValue property is "". |
static int |
DEFAULT_PERCENT_VALUE
Default value of the percentValue property is 0. |
static boolean |
DEFAULT_SHOW_VALUE
Default value of the showValue property is true. |
static String |
DEFAULT_WIDTH
Default value of the width property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindBarColor(IWDAttributeInfo attributeInfo)
Binds the barColor property to the context attribute specified by the given attribute info. |
void |
bindBarColor(String path)
Binds the barColor property to the context attribute specified by the given path. |
void |
bindDisplayValue(IWDAttributeInfo attributeInfo)
Binds the displayValue property to the context attribute specified by the given attribute info. |
void |
bindDisplayValue(String path)
Binds the displayValue property to the context attribute specified by the given path. |
String |
bindingOfBarColor()
Returns the binding path of the barColor property. |
String |
bindingOfDisplayValue()
Returns the binding path of the displayValue property. |
String |
bindingOfPercentValue()
Returns the binding path of the percentValue property. |
String |
bindingOfShowValue()
Returns the binding path of the showValue property. |
String |
bindingOfWidth()
Returns the binding path of the width property. |
void |
bindPercentValue(IWDAttributeInfo attributeInfo)
Binds the percentValue property to the context attribute specified by the given attribute info. |
void |
bindPercentValue(String path)
Binds the percentValue property to the context attribute specified by the given path. |
void |
bindShowValue(IWDAttributeInfo attributeInfo)
Binds the showValue property to the context attribute specified by the given attribute info. |
void |
bindShowValue(String path)
Binds the showValue property to the context attribute specified by the given path. |
void |
bindWidth(IWDAttributeInfo attributeInfo)
Binds the width property to the context attribute specified by the given attribute info. |
void |
bindWidth(String path)
Binds the width property to the context attribute specified by the given path. |
void |
destroyMenu()
Destroys the aggregated Menu element.
|
WDProgressIndicatorBarColor |
getBarColor()
Returns the value of the barColor property.
|
String |
getDisplayValue()
Returns the value of the displayValue property.
|
IWDMenu |
getMenu()
Returns the aggregated Menu element.
|
int |
getPercentValue()
Returns the value of the percentValue property.
|
boolean |
getShowValue()
Returns the value of the showValue property.
|
String |
getWidth()
Returns the value of the width property.
|
void |
setBarColor(WDProgressIndicatorBarColor value)
Sets the barColor property to the given value. |
void |
setDisplayValue(String value)
Sets the displayValue property to the given value. |
void |
setMenu(IWDMenu menu)
Sets the aggregated Menu element. |
void |
setPercentValue(int value)
Sets the percentValue property to the given value. |
void |
setShowValue(boolean value)
Sets the showValue property to the given value. |
void |
setWidth(String value)
Sets the width property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final WDProgressIndicatorBarColor DEFAULT_BAR_COLOR
barColor property is WDProgressIndicatorBarColor.NEUTRAL.
public static final String DEFAULT_DISPLAY_VALUE
displayValue property is "".
public static final int DEFAULT_PERCENT_VALUE
percentValue property is 0.
public static final boolean DEFAULT_SHOW_VALUE
showValue property is true.
public static final String DEFAULT_WIDTH
width property is "".
| Method Detail |
public void bindBarColor(String path)
barColor property to the context attribute specified by the given path.
path - the context path of the attribute to which the barColor property will be boundpublic void bindBarColor(IWDAttributeInfo attributeInfo)
barColor property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the barColor property will be boundpublic String bindingOfBarColor()
barColor property.
barColor property is currently boundpublic WDProgressIndicatorBarColor getBarColor()
barColor property.
The initial value is WDProgressIndicatorBarColor.NEUTRAL.
barColor propertysetBarColor(WDProgressIndicatorBarColor)public void setBarColor(WDProgressIndicatorBarColor value)
barColor property to the given value.
value - the new value of the barColor propertygetBarColor()public void bindDisplayValue(String path)
displayValue property to the context attribute specified by the given path.
path - the context path of the attribute to which the displayValue property will be boundpublic void bindDisplayValue(IWDAttributeInfo attributeInfo)
displayValue property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the displayValue property will be boundpublic String bindingOfDisplayValue()
displayValue property.
displayValue property is currently boundpublic String getDisplayValue()
displayValue property.
The initial value is "".
displayValue propertysetDisplayValue(String)public void setDisplayValue(String value)
displayValue property to the given value.
value - the new value of the displayValue propertygetDisplayValue()public void bindPercentValue(String path)
percentValue property to the context attribute specified by the given path.
path - the context path of the attribute to which the percentValue property will be boundpublic void bindPercentValue(IWDAttributeInfo attributeInfo)
percentValue property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the percentValue property will be boundpublic String bindingOfPercentValue()
percentValue property.
percentValue property is currently boundpublic int getPercentValue()
percentValue property.
The initial value is 0.
percentValue propertysetPercentValue(int)public void setPercentValue(int value)
percentValue property to the given value.
value - the new value of the percentValue propertygetPercentValue()public void bindShowValue(String path)
showValue property to the context attribute specified by the given path.
path - the context path of the attribute to which the showValue property will be boundpublic void bindShowValue(IWDAttributeInfo attributeInfo)
showValue property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the showValue property will be boundpublic String bindingOfShowValue()
showValue property.
showValue property is currently boundpublic boolean getShowValue()
showValue property.
The initial value is true.
showValue propertysetShowValue(boolean)public void setShowValue(boolean value)
showValue property to the given value.
value - the new value of the showValue propertygetShowValue()public void bindWidth(String path)
width property to the context attribute specified by the given path.
path - the context path of the attribute to which the width property will be boundpublic void bindWidth(IWDAttributeInfo attributeInfo)
width property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the width property will be boundpublic String bindingOfWidth()
width property.
width property is currently boundpublic String getWidth()
width property.
The initial value is "".
width propertysetWidth(String)public void setWidth(String value)
width property to the given value.
value - the new value of the width propertygetWidth()public IWDMenu getMenu()
Menu element.
The attached menu.
Menu elementsetMenu(IWDMenu)public void setMenu(IWDMenu menu)
Menu element.
menu - the new menugetMenu()public void destroyMenu()
Menu element.
Destroyed view elements do not exist any longer in their view, i.e. a new element may be
created with the same ID.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||