|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.Component
com.sapportals.htmlb.ProgressIndicator
| Field Summary | |
static String |
UI_ID
|
| Constructor Summary | |
ProgressIndicator()
creates a ProgressIndicator |
|
ProgressIndicator(int percentValue)
creates a ProgressIndicator using the percentage value of the indicator to be displayed |
|
| Method Summary | |
ProgressIndicatorBarColor |
getBarColor()
returns the barColor of the ProgressIndicator |
String |
getDisplayValue()
get the value to be displayed in the progressIndicator. |
int |
getPercentValue()
get the value of the progressIndicator in percent |
String |
getTooltip()
returns the tooltip of the progressIndicator |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
String |
getWidth()
get the width of this progressIndicator |
void |
setBarColor(ProgressIndicatorBarColor barColor)
sets the barColor of the ProgressIndicator |
void |
setDisplayValue(String displayValue)
sets the value to be displayed in the progressIndicator. |
void |
setPercentValue(int percentValue)
sets the value of the progressIndicator in percent |
void |
setShowValue(boolean showValue)
sets if the value or (if specified) the displayValue of the ProgressIndicator is displayed inside the progressIndicator. |
void |
setTooltip(String tooltip)
sets the tooltip of the progressIndicator |
void |
setWidth(String width)
set the width of this progressIndicator. |
boolean |
showValue()
determines if the value or (if specified) the displayValue of the ProgressIndicator is displayed inside the progressIndicator. |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public ProgressIndicator()
public ProgressIndicator(int percentValue)
| Method Detail |
public String getUI()
getUI in class Componentpublic String getWidth()
public void setWidth(String width)
public int getPercentValue()
public void setPercentValue(int percentValue)
percentValue - the value in percentpublic String getDisplayValue()
public void setDisplayValue(String displayValue)
displayValue - the display valuepublic ProgressIndicatorBarColor getBarColor()
public void setBarColor(ProgressIndicatorBarColor barColor)
barColor - the ProgressIndicatorBarColorpublic boolean showValue()
public void setShowValue(boolean showValue)
public String getTooltip()
public void setTooltip(String tooltip)
tooltip - the tooltip
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||