Class ProgressBean
java.lang.Object
org.apache.syncope.client.console.widgets.ProgressBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
float
getText()
int
getTotal()
void
setCssClass
(String cssClass) void
setFraction
(int fraction) void
void
setTotal
(int total)
-
Constructor Details
-
ProgressBean
public ProgressBean()
-
-
Method Details
-
getText
-
setText
-
getFraction
public int getFraction() -
setFraction
public void setFraction(int fraction) -
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getPercent
public float getPercent() -
getCssClass
-
setCssClass
-