applications.basics
Class HTMLcombo

java.lang.Object
  extended by applications.basics.HTMLcombo

public class HTMLcombo
extends java.lang.Object


Constructor Summary
HTMLcombo()
           
HTMLcombo(java.lang.String name, t_connect con, java.lang.String query)
           
 
Method Summary
 java.lang.String getCombo(java.lang.String name, t_connect con, java.lang.String query, java.lang.String defValue)
           
 t_connect getCon()
          Get the value of con.
 java.lang.String getHTML(java.lang.String defValue)
           
 java.lang.String getName()
          Get the value of name.
 java.lang.String getQuery()
          Get the value of query.
 void setCon(t_connect v)
          Set the value of con.
 void setName(java.lang.String v)
          Set the value of name.
 void setQuery(java.lang.String v)
          Set the value of query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLcombo

public HTMLcombo(java.lang.String name,
                 t_connect con,
                 java.lang.String query)

HTMLcombo

public HTMLcombo()
Method Detail

getCon

public t_connect getCon()
Get the value of con.

Returns:
value of con.

setCon

public void setCon(t_connect v)
Set the value of con.

Parameters:
v - Value to assign to con.

getQuery

public java.lang.String getQuery()
Get the value of query.

Returns:
value of query.

setQuery

public void setQuery(java.lang.String v)
Set the value of query.

Parameters:
v - Value to assign to query.

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(java.lang.String v)
Set the value of name.

Parameters:
v - Value to assign to name.

getCombo

public java.lang.String getCombo(java.lang.String name,
                                 t_connect con,
                                 java.lang.String query,
                                 java.lang.String defValue)

getHTML

public java.lang.String getHTML(java.lang.String defValue)