|
Zapatec Utils | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Zapatec.Indicator
Defined in indicator.js
Field Summary | |
<static> Object |
id
|
Constructor Summary | |
Zapatec.Indicator(config)
Zapatec indicator object The constructor recognizes same options as Zapatec.Modal constructor. |
Method Summary | |
void
|
configure(config)
Configurates the object. |
void
|
create()
Overwriting parent method. |
void
|
hide(destroy)
Overwriting parent method. |
void
|
init(config)
Inits the object. |
boolean
|
isActive()
Checks if indicator is active. |
void
|
setHeight(height)
Overwriting parent method. |
void
|
setWidth(width)
Overwriting parent method. |
void
|
start(message)
Starts the indicator, filling it with some message and showing. |
void
|
stop()
Stops the indicator. |
Field Detail |
<static> Object id
Constructor Detail |
Zapatec.Indicator(config)
Method Detail |
void configure(config)
config
- {object} object with configuration.
void create()
void hide(destroy)
destroy
- {boolean} if we destroy the indicator.
void init(config)
config
- {object} object with configuration.
boolean isActive()
void setHeight(height)
height
- {number} height to set.
void setWidth(width)
width
- {number} width to set.
void start(message)
message
- {}
void stop()
|
Zapatec Utils | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |