Oracle Data-aware Controls Reference

oracle.dacf.control.swing.find
Interface FindItemModel

All Known Implementing Classes:
FindItemModelImpl

public interface FindItemModel

FindItemModel serves as a model for FindAction object. The value returned by getItemValue will be used to build the WHERE clause. The model further provides information about the SQL type.

Version:
INTERNAL
See Also:
FindAction

Method Summary
 java.lang.String getColumnDisplayName()
          get column name for display purpose.
 java.lang.String getColumnName()
          get the column name
 java.lang.String getFormatString()
          return the format string used.
 java.lang.Object getItemValue()
          value to be used in building the WHERE clause
 java.lang.String getSQLFormatString()
          return the SQL format string used (for ex., in TO_DATE function)
 int getSQLType()
          get SQL type for this column
 void setItemValue(java.lang.Object value)
          specify the value to be used in the WHERE clause
 

Method Detail

getItemValue

public java.lang.Object getItemValue()
value to be used in building the WHERE clause

Returns:
value to be used in the WHERE clause

setItemValue

public void setItemValue(java.lang.Object value)
specify the value to be used in the WHERE clause

Parameters:
value -

getColumnName

public java.lang.String getColumnName()
get the column name

Returns:
name of the column to use in the query

getSQLType

public int getSQLType()
get SQL type for this column


getColumnDisplayName

public java.lang.String getColumnDisplayName()
get column name for display purpose.


getFormatString

public java.lang.String getFormatString()
return the format string used. ( Special case used in association with Date datatype)


getSQLFormatString

public java.lang.String getSQLFormatString()
return the SQL format string used (for ex., in TO_DATE function)


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.