Uses of Interface
javax.rad.model.datatype.IDataType

Packages that use IDataType
com.sibvisions.rad.model Contains model implementations. 
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
com.sibvisions.rad.ui.swing.ext.text Contains formatter for input fields. 
javax.rad.model Contains all model interfaces, abstract base and exception classes. 
javax.rad.model.condition Contains ICondition implementations for different SQL operators. 
javax.rad.model.datatype Contains all CellType classes. 
javax.rad.persist Contains classes and interfaces needed for java persistence. 
 

Uses of IDataType in com.sibvisions.rad.model
 

Methods in com.sibvisions.rad.model with parameters of type IDataType
static void DataBookCSVExporter.writeQuoted(OutputStreamWriter pStream, IDataType pDataType, Object pValue, String pSeparator)
          Writes an object as quoted string.
 

Uses of IDataType in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return IDataType
 IDataType ServerColumnMetaData.getDataType()
          Returns the used data type for this ServerColumnMetaData.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type IDataType
 void ServerColumnMetaData.setDataType(IDataType pDataType)
          Sets the used data type this ServerColumnMetaData.
 

Uses of IDataType in com.sibvisions.rad.ui.swing.ext.text
 

Methods in com.sibvisions.rad.ui.swing.ext.text that return IDataType
 IDataType NumberFormatter.getDataType()
          Gets the data type.
 

Methods in com.sibvisions.rad.ui.swing.ext.text with parameters of type IDataType
 void NumberFormatter.setDataType(IDataType pDataType)
          Sets the data type.
 

Uses of IDataType in javax.rad.model
 

Methods in javax.rad.model that return IDataType
 IDataType ColumnDefinition.getDataType()
          Returns the IDataType for this ColumnDefinition.
 

Methods in javax.rad.model with parameters of type IDataType
 void ColumnDefinition.setDataType(IDataType pDataType)
          Sets the IDataType for this ColumnDefinition.
 

Constructors in javax.rad.model with parameters of type IDataType
ColumnDefinition(String pName, IDataType pDataType)
          Constructs a ColumnDefinition with the specified name.
 

Uses of IDataType in javax.rad.model.condition
 

Methods in javax.rad.model.condition with parameters of type IDataType
protected  boolean LikeReverseIgnoreCase.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean LikeReverse.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean LikeIgnoreCase.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean Like.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean LessEquals.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean Less.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean GreaterEquals.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean Greater.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected  boolean Equals.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
protected abstract  boolean CompareCondition.isFulfilled(IDataType pDataType, Object pValue)
          It checks if the pValue fulfill the ICondition, under usage of the specified IDataType.
 

Uses of IDataType in javax.rad.model.datatype
 

Classes in javax.rad.model.datatype that implement IDataType
 class BigDecimalDataType
          A BigDecimalDataType is the data type class for a BigDecimal column.
 class BinaryDataType
          A BinaryDataType is the data type class of a binary ColumnDefinition.
 class BooleanDataType
          A BooleanDataType is the data type class of a Boolean ColumnDefinition.
 class DataType
          A DataType is the abstract base class of all ColumnDefinition data types.
 class ObjectDataType
          A ObjectDataType is the data type class of a Java Object as ColumnDefinition.
 class StringDataType
          A StringDataType is the data type class of a String ColumnDefinition.
 class TimestampDataType
          A TimestampDataType is the data type class of a Timestamp ColumnDefinition.
 

Methods in javax.rad.model.datatype that return IDataType
 IDataType IDataType.clone()
          Clone an IDataType.
 IDataType DataType.clone()
          Clone an IDataType.
 

Uses of IDataType in javax.rad.persist
 

Methods in javax.rad.persist that return IDataType
static IDataType ColumnMetaData.createDataType(ColumnMetaData pColumnMetaData)
          It creates the corresponding IDataType to the meta data column.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.