Class jif.awt.AwareChoice
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jif.awt.AwareChoice

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Choice
                   |
                   +----jif.awt.AwareChoice

public class AwareChoice
extends Choice
implements Aware
An extension of the default Choice
See Also:
Choice

Constructor Index

 o AwareChoice()

Method Index

 o filterEvent(Event)
This method checks for certain events.
 o generateInsertSQL(boolean)
Stub function.
 o generateUpdateSQL(boolean)
Stub function.
 o getSQL(boolean)
Stub function.
 o handleEvent(Event)

Constructors

 o AwareChoice
  public AwareChoice()

Methods

 o handleEvent
  public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component
 o filterEvent
  public boolean filterEvent(Event event)
This method checks for certain events. If the event is one we want, we return true which triggers handleEvent() to not handle it.
Parameters:
event - The event to filter
 o generateUpdateSQL
  public String generateUpdateSQL(boolean addSet)
Stub function.
Parameters:
addSet - If true, adds a SET to the beginning of the statement
 o generateInsertSQL
  public String generateInsertSQL(boolean addSet)
Stub function.
Parameters:
addSet - If true, adds a SET to the beginning of the statement
 o getSQL
  public String getSQL(boolean forWhere)
Stub function.
Parameters:
forWhere - Indicates that the return string should include the column name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index