Uses of Interface
javax.rad.model.IRowDefinition

Packages that use IRowDefinition
com.sibvisions.rad.model.mem Contains all storage independent model classes. 
javax.rad.model Contains all model interfaces, abstract base and exception classes. 
 

Uses of IRowDefinition in com.sibvisions.rad.model.mem
 

Fields in com.sibvisions.rad.model.mem declared as IRowDefinition
protected  IRowDefinition DataRow.rdRowDefinition
          The RowDefinition of this DataRow.
protected  IRowDefinition MemDataPage.rdRowDefinition
          The IRowDefinition that uses this MemDataPage.
 

Methods in com.sibvisions.rad.model.mem that return IRowDefinition
 IRowDefinition DataRow.getRowDefinition()
          Gets the IRowDefinition that is used.
 IRowDefinition MemDataBook.getRowDefinition()
          Gets the IRowDefinition that is used.
 

Methods in com.sibvisions.rad.model.mem with parameters of type IRowDefinition
 void MemDataBook.setRowDefinition(IRowDefinition pRowDefinition)
          Sets the RowDefinition to use.
 

Constructors in com.sibvisions.rad.model.mem with parameters of type IRowDefinition
ChangeableDataRow(IRowDefinition pRowDefinition)
          Constructs a DataRow with a given IRowDefinition.
ChangeableDataRow(IRowDefinition pRowDefinition, Object[] pData, IDataPage pDataPage, int pRowIndex)
          Constructs a DataRow with a given IRowDefinition and initialize it a copy of the Object[] data.
DataRow(IRowDefinition pRowDefinition)
          Constructs a DataRow with a given IRowDefinition.
DataRow(IRowDefinition pRowDefinition, Object[] pData)
          Constructs a DataRow with a given IRowDefinition and initialize it a copy of the Object[] data.
 

Uses of IRowDefinition in javax.rad.model
 

Classes in javax.rad.model that implement IRowDefinition
 class RowDefinition
          A RowDefinition contains all ColumnDefintion's of a DataRow.
 

Methods in javax.rad.model that return IRowDefinition
 IRowDefinition IRowDefinition.createRowDefinition(String[] pColumnNames)
          Creates a IRowDefinition with only the ColumnDefinitions which have been specified.
 IRowDefinition RowDefinition.createRowDefinition(String[] pColumnNames)
          Creates a IRowDefinition with only the ColumnDefinitions which have been specified.
 IRowDefinition ColumnDefinition.getRowDefinition()
          Returns the IRowDefinition for this ColumnDefinition.
 IRowDefinition IDataRow.getRowDefinition()
          Gets the IRowDefinition that is used.
 IRowDefinition[] ColumnView.getRowDefinitions()
          Gets all IRowDefinition that are currently added.
 

Methods in javax.rad.model with parameters of type IRowDefinition
 void ColumnView.addRowDefinition(IRowDefinition pRowDefinition)
          Adds an IRowDefinition.
 void ColumnView.removeRowDefinition(IRowDefinition pRowDefinition)
          Removes an IRowDefinition.
 void ColumnDefinition.setRowDefinition(IRowDefinition pRowDefinition)
          Sets the IRowDefinition for this ColumnDefinition.
 void IDataBook.setRowDefinition(IRowDefinition pRowDefinition)
          Sets the RowDefinition to use.
 

Constructors in javax.rad.model with parameters of type IRowDefinition
ColumnView(IRowDefinition pRowDefinition)
          Constructs a new ColumnView for all columns of the given row definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.