|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_eventTarget
f_component
f_progressBar
public class f_progressBar
Classe ProgressBar
| Field Summary |
|---|
| Fields inherited from class f_component |
|---|
DEFAULT_HIDDEN_MODE, HIDDEN_MODE_IGNORE, HIDDEN_MODE_PHANTOM, HIDDEN_MODE_SERVER |
| Fields inherited from class HTMLElement |
|---|
className, dir, id, lang |
| Fields inherited from class Element |
|---|
tagName |
| Fields inherited from class Node |
|---|
childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, previousSibling |
| Method Summary | |
|---|---|
static f_progressBar |
Create(HTMLElement parent,
Number width,
Number height,
String styleClass)
|
Number |
f_getMax()
Returns the maximum value. |
Number |
f_getMin()
Returns the minimum value. |
Number |
f_getValue()
Returns the value of the progression. |
boolean |
f_isIndeterminate()
Returns the indeterminate state. |
void |
f_setIndeterminate(boolean indeterminate)
Set the indeterminate state. |
void |
f_setMax(Number max)
Set the maximum value. |
void |
f_setMin(Number min)
Set the minimum value. |
void |
f_setValue(Number value)
Set the value of the progression. |
| Methods inherited from class fa_clientData |
|---|
f_getClientData, f_getClientDataSet, f_getClientDatas, f_setClientData |
| Methods inherited from class fa_eventTarget |
|---|
f_addEventListener, f_fireEvent, f_removeEventListener |
| Methods inherited from class Element |
|---|
getAttribute, getElementsByTagName, removeAttribute, setAttribute |
| Methods inherited from class Node |
|---|
appendChild, hasChildNodes, insertBefore, removeChild, replaceChild |
| Methods inherited from class f_object |
|---|
f_getClass, toString |
| Methods inherited from class Object |
|---|
toString |
| Method Detail |
|---|
public void f_setIndeterminate(boolean indeterminate)
indeterminate - State of indeterminate.public void f_setMin(Number min)
min - The minimum value to set.public boolean f_isIndeterminate()
public void f_setValue(Number value)
value - The value of the progression.public Number f_getValue()
public static f_progressBar Create(HTMLElement parent,
Number width,
Number height,
String styleClass)
parent - width - height - styleClass - public void f_setMax(Number max)
max - The maximum value to set.public Number f_getMin()
public Number f_getMax()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||