Zapatec Utils

Class Zapatec.Indicator

Object
   |
   +--Zapatec.Indicator

class 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

id

<static> Object id

Constructor Detail

Zapatec.Indicator

Zapatec.Indicator(config)

Method Detail

configure

void configure(config)

create

void create()

hide

void hide(destroy)

init

void init(config)

isActive

boolean isActive()

setHeight

void setHeight(height)

setWidth

void setWidth(width)

start

void start(message)

stop

void stop()

Zapatec Utils

Documentation generated by JSDoc on Thu Aug 16 12:18:39 2007