|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.xplat.html.ui.Hidden
Hidden is a hidden Controllable
| Constructor Summary | |
Hidden(java.lang.String name,
java.lang.String value)
Constructor |
|
| Method Summary | |
void |
getFocus()
Make this controllable gets the focus |
java.lang.String |
getName()
Get the name of this Controllable |
int |
getPreferredHeight()
Get the height of this Controllable |
int |
getPreferredWidth()
Get the width of this Controllable |
java.lang.String |
getValue()
Get the value hold by this Controllable |
void |
onEvent(Event event)
Called to process key, pen, control and other posted events. |
void |
onPaint(Graphics g)
When this method is called, the graphics object passed has been translated into the coordinate system of the control and the area behind the control has already been painted. |
void |
repaint()
|
void |
reset()
Resets the control to its original default value. |
void |
setHtmlContainer(HtmlContainer htmlCnr)
Set the Html HtmlContainer associated to this Controllable |
void |
setRect(Rect rect)
Sets the control's position and size. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Hidden(java.lang.String name,
java.lang.String value)
name - Name of this Controllablevalue - value of this control.| Method Detail |
public void setHtmlContainer(HtmlContainer htmlCnr)
htmlCnr - the HtmlContainer associated to this Controllablepublic void getFocus()
public int getPreferredWidth()
public int getPreferredHeight()
public java.lang.String getName()
public java.lang.String getValue()
public void repaint()
public void setRect(Rect rect)
rect - rectangular cooridantes to setpublic void onEvent(Event event)
event - the event to processpublic void onPaint(Graphics g)
g - the graphics object for drawingpublic void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||