All Packages  Class Hierarchy  This Package  Previous  Next  Index


Class com.abc.templates.HtmlBlinking

java.lang.Object
   |
   +----com.abc.templates.HtmlControl
           |
           +----com.abc.templates.HtmlBlinking

public class HtmlBlinking
extends HtmlControl
implements Serializable
This class is automatic control. His appereance depends of appereance of others controls.
example ( template file ):
<input type="text" name="Age">
<input type="blinking" value="&nbsp" first="Age" second="Name">
<input type="text" name="Name">
&nbsp will appear between text control with name="Age" and with name="Name" if and only if both of them are visible.

All possible properties:

<input type="blinking" name="blablabla" value="blablalba" nohide first="name1" second="name2" third="name3" ....>

You can specify as many names as you want. nohide will change behavior of control, if set value appears in output if at least only one of controls is visible.


 o setHide(boolean)
switch nohide property. setHide( true ) will set nohide to false.

 o setHide
public final void setHide(boolean bHide)

switch nohide property. setHide( true ) will set nohide to false.
 


All Packages  Class Hierarchy  This Package  Previous  Next  Index