|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRelativeLayout
android.TICO.control_area
public class control_area
Defines a control_area and its attributes. The control_area contains the estandard control cells
| 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 |
|---|
public control_area(Context context,
LayoutParams controlSize)
context - The context that contains the control_areacontrolSize - LayoutParams that contains the height and width for the | Method Detail |
|---|
public cell inicio()
public cell volver()
public cell leer()
public cell borrar1()
public cell borrarTodas()
public void listenersOff()
public void listenersOn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||