android.TICO
Class control_area

java.lang.Object
  extended by RelativeLayout
      extended by android.TICO.control_area

public class control_area
extends RelativeLayout

Defines a control_area and its attributes. The control_area contains the estandard control cells

Author:
Eduardo Ferrer

Constructor Summary
control_area(Context context, LayoutParams controlSize)
          Creates the control_area and its cells
 
Method Summary
 cell borrar1()
          returns erase one cell control cell
 cell borrarTodas()
          returns erase all cells control cell
 cell inicio()
          returns the home control cell
 cell leer()
          returns read control cell
 void listenersOff()
          Make the control cells non clickables
 void listenersOn()
          Make the control cells clickables with a little delay
 cell volver()
          returns the back control cell;
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

control_area

public control_area(Context context,
                    LayoutParams controlSize)
Creates the control_area and its cells

Parameters:
context - The context that contains the control_area
controlSize - LayoutParams that contains the height and width for the
Method Detail

inicio

public cell inicio()
returns the home control cell

Returns:
home control cell

volver

public cell volver()
returns the back control cell;

Returns:
back control cell

leer

public cell leer()
returns read control cell

Returns:
read control cell

borrar1

public cell borrar1()
returns erase one cell control cell

Returns:
erase one cell control cell

borrarTodas

public cell borrarTodas()
returns erase all cells control cell

Returns:
erase all cells control cell

listenersOff

public void listenersOff()
Make the control cells non clickables


listenersOn

public void listenersOn()
Make the control cells clickables with a little delay