|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataRow | |
---|---|
com.sibvisions.rad.model.mem | Contains all storage independent model classes. |
com.sibvisions.rad.model.remote | Contains model implementations for accessing remote data. |
com.sibvisions.rad.ui.swing.ext | Contains all swing extensions which can be used without the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.ext.celleditor | Contains components for creating editors. |
com.sibvisions.rad.ui.swing.ext.format | Contains table extensions. |
com.sibvisions.rad.ui.swing.impl.control | Contains Swing control implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.celleditor | Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
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.event | Contains all model event classes and interfaces. |
javax.rad.model.ui | Contains UI relevant interface definitions. |
javax.rad.ui.control | Contains all interfaces to develop controls for a graphical user interface. |
Uses of IDataRow in com.sibvisions.rad.model.mem |
---|
Classes in com.sibvisions.rad.model.mem that implement IDataRow | |
---|---|
class |
ChangeableDataRow
An IChangeableDataRow extends the IDataRow with support for
the change state of the row, some supporting methods and an unique ID column. |
class |
DataRow
An DataRow is a list of table column's. |
class |
MemDataBook
The MemDataBook is a storage independent table, and handles all operations
to load, save and manipulate table oriented data. |
Methods in com.sibvisions.rad.model.mem that return IDataRow | |
---|---|
IDataRow |
DataRow.createDataRow(String[] pColumnNames)
Returns a cloned IDataRow with only a subset of specified
column names. |
IDataRow |
DataRow.createEmptyRow(String[] pColumnNames)
Returns a new empty IDataRow with only a subset of column's,
specified by a String[] of column names. |
IDataRow |
MemDataPage.getMasterDataRow()
Returns the corresponding master row to this IDataPage in the master DataBook. |
IDataRow |
MemDataBook.getMasterDataRow()
Returns the corresponding master row to this IDataPage in the master DataBook. |
IDataRow |
MemDataBook.getOriginalRow()
Returns the original row, before the first change is made. |
IDataRow |
ChangeableDataRow.getOriginalRow()
Returns the original row, before the first change is made. |
Methods in com.sibvisions.rad.model.mem with parameters of type IDataRow | |
---|---|
int |
DataRow.compareTo(IDataRow pDataRow)
|
int |
DataRow.compareTo(IDataRow pDataRow,
SortDefinition pSortDefinition)
It compares the drDataRow with this IDataRow and it uses the columns and
order information (asc, desc) in the SortDefintion. |
protected MemDataPage |
MemDataBook.createDataPage(IDataRow pMasterDataRow)
It constructs a new MemDataPage. |
boolean |
DataRow.equals(IDataRow pDataRow,
String[] pColumnNames)
Compares the drDataRow with this IDataRow , but it only compares the
specified columns. |
IDataPage |
MemDataBook.getDataPage(IDataRow pMasterDataRow)
Returns the corresponding IDataPage to specified master row
from the master DataBook . |
IDataPage |
MemDataBook.getDataPage(IDataRow pRootRow,
TreePath pTreePath)
Gets the IDataPage for the given TreePath and root row. |
IDataPage |
MemDataBook.getDataPageWithRootRow(IDataRow pRootDataRow)
Returns the corresponding IDataPage to specified root row
from the root DataBook . |
boolean |
MemDataBook.hasDataPage(IDataRow pMasterDataRow)
Returns true if an IDataPage to specified master row
from the master DataBook exists. |
boolean |
MemDataBook.hasDataPage(IDataRow pRootDataRow,
TreePath pTreePath)
Returns true if an IDataPage to specified root row and TreePath
from the master DataBook exists. |
void |
MemDataBook.removeDataPage(IDataRow pMasterDataRow,
TreePath pTreePath)
Removes the DataPage to the specified master DataRow or TreePath. |
protected void |
MemDataPage.setMasterDataRow(IDataRow pMasterDataRow)
Sets a new Master DataRow, if it changes. |
Constructors in com.sibvisions.rad.model.mem with parameters of type IDataRow | |
---|---|
MemDataPage(MemDataBook pDataBook,
IDataRow pMasterDataRow)
Construct a new MemDataPage for the specified IDataBook and the corresponding master row. |
Uses of IDataRow in com.sibvisions.rad.model.remote |
---|
Classes in com.sibvisions.rad.model.remote that implement IDataRow | |
---|---|
class |
RemoteDataBook
The RemoteDataBook is a storage independent table, and handles all operations
based on the the MemDatabook base class. |
Methods in com.sibvisions.rad.model.remote with parameters of type IDataRow | |
---|---|
protected MemDataPage |
RemoteDataBook.createDataPage(IDataRow pMasterDataRow)
It constructs a new MemDataPage. |
protected int |
RemoteDataBook.getFetchedRowsForBlock(IDataRow pMasterDataRow)
Returns the amount of fetched rows per block. |
protected void |
RemoteDataBook.setFetchedRowsForBlock(IDataRow pMasterDataRow,
int pFetchedRows)
Sets the amount of fetched rows per block. |
Constructors in com.sibvisions.rad.model.remote with parameters of type IDataRow | |
---|---|
RemoteDataPage(MemDataBook pDataBook,
IDataRow pMasterDataRow)
Constructs a new RemoteDataPage for the specified IDataBook and the corresponding master row. |
Uses of IDataRow in com.sibvisions.rad.ui.swing.ext |
---|
Methods in com.sibvisions.rad.ui.swing.ext that return IDataRow | |
---|---|
IDataRow |
JVxEditor.getDataRow()
Gets the DataRow edited by this control. |
IDataRow |
JVxTree.DataPageNode.getPrimaryKey(IDataRow pDataRow)
Gets the primary key part of the given datarow. |
Methods in com.sibvisions.rad.ui.swing.ext with parameters of type IDataRow | |
---|---|
IDataRow |
JVxTree.DataPageNode.getPrimaryKey(IDataRow pDataRow)
Gets the primary key part of the given datarow. |
void |
JVxEditor.setDataRow(IDataRow pDataRow)
Sets the DataRow edited by this control. |
Uses of IDataRow in com.sibvisions.rad.ui.swing.ext.celleditor |
---|
Methods in com.sibvisions.rad.ui.swing.ext.celleditor that return IDataRow | |
---|---|
IDataRow |
JVxTextCellEditor.CellEditorHandler.getDataRow()
Returns the IDataRow that is edited. |
IDataRow |
JVxNumberCellEditor.CellEditorHandler.getDataRow()
Returns the IDataRow that is edited. |
IDataRow |
JVxLinkedCellEditor.CellEditorHandler.getDataRow()
Returns the IDataRow that is edited. |
IDataRow |
JVxDateCellEditor.CellEditorHandler.getDataRow()
Returns the IDataRow that is edited. |
Methods in com.sibvisions.rad.ui.swing.ext.celleditor with parameters of type IDataRow | |
---|---|
ICellEditorHandler<JComponent> |
JVxTextCellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
ICellEditorHandler<JComponent> |
JVxNumberCellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
ICellEditorHandler<JComponent> |
JVxLinkedCellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
ICellEditorHandler<JComponent> |
JVxImageViewer.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
ICellEditorHandler<JComponent> |
JVxDateCellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
ICellEditorHandler<JComponent> |
JVxChoiceCellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
Component |
JVxNumberCellEditor.getCellRendererComponent(Component pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
Component |
JVxImageViewer.getCellRendererComponent(Component pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
Component |
JVxDateCellEditor.getCellRendererComponent(Component pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
Component |
JVxChoiceCellEditor.getCellRendererComponent(Component pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
JComponent |
JVxTextCellEditor.getCellRendererComponent(JComponent pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean hasFocus)
Configures a IComponent for rendering. |
JComponent |
JVxLinkedCellEditor.getCellRendererComponent(JComponent pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean hasFocus)
Configures a IComponent for rendering. |
Constructors in com.sibvisions.rad.ui.swing.ext.celleditor with parameters of type IDataRow | |
---|---|
JVxDateCellEditor.CellEditorHandler(JVxDateCellEditor pCellEditor,
ICellFormatterEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
Constructs a new CellEditorHandler. |
|
JVxLinkedCellEditor.CellEditorHandler(JVxLinkedCellEditor pCellEditor,
ICellFormatterEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
Constructs a new CellEditorHandler. |
|
JVxNumberCellEditor.CellEditorHandler(JVxNumberCellEditor pCellEditor,
ICellFormatterEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
Constructs a new CellEditorHandler. |
|
JVxTextCellEditor.CellEditorHandler(JVxTextCellEditor pCellEditor,
ICellFormatterEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
Constructs a new CellEditorHandler. |
Uses of IDataRow in com.sibvisions.rad.ui.swing.ext.format |
---|
Methods in com.sibvisions.rad.ui.swing.ext.format with parameters of type IDataRow | |
---|---|
CellFormat |
ICellFormatter.getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
int pColumn)
Gets the format for the given cell. |
Icon |
INodeFormatter.getNodeImage(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
boolean pExpanded,
boolean pLeaf)
Gets the image for the given node. |
Uses of IDataRow in com.sibvisions.rad.ui.swing.impl.control |
---|
Methods in com.sibvisions.rad.ui.swing.impl.control that return IDataRow | |
---|---|
IDataRow |
SwingEditor.getDataRow()
Returns the DataRow displayed by this control. |
Methods in com.sibvisions.rad.ui.swing.impl.control with parameters of type IDataRow | |
---|---|
CellFormat |
SwingTree.getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
int pColumn)
Gets the format for the given cell. |
CellFormat |
SwingTable.getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
int pColumn)
Gets the format for the given cell. |
CellFormat |
SwingEditor.getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
int pColumn)
Gets the format for the given cell. |
Icon |
SwingTree.getNodeImage(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
boolean pExpanded,
boolean pLeaf)
Gets the image for the given node. |
void |
SwingEditor.setDataRow(IDataRow pDataRow)
Sets the DataRow displayed by this control. |
Uses of IDataRow in javax.rad.genui.celleditor |
---|
Methods in javax.rad.genui.celleditor with parameters of type IDataRow | |
---|---|
ICellEditorHandler |
UICellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
Object |
UIImageViewer.getCellRendererComponent(Object pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
Object |
UIChoiceCellEditor.getCellRendererComponent(Object pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
Uses of IDataRow in javax.rad.genui.control |
---|
Methods in javax.rad.genui.control that return IDataRow | |
---|---|
IDataRow |
UIEditor.getDataRow()
Returns the DataRow displayed by this control. |
Methods in javax.rad.genui.control with parameters of type IDataRow | |
---|---|
void |
UIEditor.setDataRow(IDataRow pDataRow)
Sets the DataRow displayed by this control. |
Constructors in javax.rad.genui.control with parameters of type IDataRow | |
---|---|
UIEditor(IDataRow pDataRow,
String pColumnName)
Creates a new instance of UIEditor . |
Uses of IDataRow in javax.rad.model |
---|
Subinterfaces of IDataRow in javax.rad.model | |
---|---|
interface |
IChangeableDataRow
An IChangeableDataRow extends the IDataRow with support for
the change state of the row, belonging DataPage and row index and some supporting
methods and an unique ID column. |
interface |
IDataBook
The IDataBook is a storage independent table, and handles all operations
to load, save and manipulate table oriented data. |
Methods in javax.rad.model that return IDataRow | |
---|---|
IDataRow |
IDataRow.createDataRow(String[] pColumnNames)
Returns a cloned IDataRow with only a subset of specified
column names. |
IDataRow |
IDataRow.createEmptyRow(String[] pColumnNames)
Returns a new empty IDataRow with only a subset of column's,
specified by a String[] of column names. |
IDataRow |
IDataPage.getMasterDataRow()
Returns the corresponding master row to this IDataPage in the master DataBook. |
IDataRow |
IChangeableDataRow.getOriginalRow()
Returns the original row, before the first change is made. |
Methods in javax.rad.model with parameters of type IDataRow | |
---|---|
int |
IDataRow.compareTo(IDataRow pDataRow,
SortDefinition pSortDefinition)
It compares the drDataRow with this IDataRow and it uses the columns and
order information (asc, desc) in the SortDefintion. |
boolean |
IDataRow.equals(IDataRow pDataRow,
String[] pColumnNames)
Compares the drDataRow with this IDataRow , but it only compares the
specified columns. |
IDataPage |
IDataBook.getDataPage(IDataRow pMasterRow)
Returns the corresponding IDataPage to specified master row
from the master DataBook . |
IDataPage |
IDataBook.getDataPage(IDataRow pRootRow,
TreePath pTreePath)
Gets the IDataPage for the given TreePath and root row. |
IDataPage |
IDataBook.getDataPageWithRootRow(IDataRow pRootRow)
Returns the corresponding IDataPage to specified root row
from the root DataBook . |
boolean |
IDataBook.hasDataPage(IDataRow pMasterDataRow)
Returns true if an IDataPage to specified master row
from the master DataBook exists. |
void |
IDataBook.removeDataPage(IDataRow pMasterDataRow,
TreePath pTreePath)
Removes the DataPage to the specified master DataRow or TreePath. |
Constructors in javax.rad.model with parameters of type IDataRow | |
---|---|
ColumnView(IDataRow pDataRow)
Constructs a new ColumnView for all columns of the given data row. |
Uses of IDataRow in javax.rad.model.condition |
---|
Methods in javax.rad.model.condition that return IDataRow | |
---|---|
IDataRow |
CompareCondition.getDataRow()
Returns the data row to use in the compare. |
Methods in javax.rad.model.condition with parameters of type IDataRow | |
---|---|
static ICondition |
Filter.createEqualsFilter(IDataRow pFilterDataRow,
String[] pFilterColumnNames)
Creates a Filter with AND combined EQUALS conditions over all filter column names. |
static ICondition |
Filter.createFilter(IDataRow pFilterDataRow)
Creates an Filter with AND combined and for each - column with the DataType String with LikeIgnoreCase condition and - column with the DataType BigDecimal & Boolean with Equals condition and - for two column in order with the DataType Timestamp the first with GreaterEquals and the second with LessEquals condition and - one column with the DataType Timestamp with Equals condition and - column with an ILinkedCellEditor.setValidationEnabled(true) with Equals otherwise with a LikeIgnoreCase condition over all columns. |
static ICondition |
Filter.createFilter(IDataRow pFilterDataRow,
String[] pFilterColumnNames)
Creates an Filter with AND combined and for each - column with the DataType String with LikeIgnoreCase condition and - column with the DataType BigDecimal & Boolean with Equals condition and - for two column in order with the DataType Timestamp the first with GreaterEquals and the second with LessEquals condition and - one column with the DataType Timestamp with Equals condition and - column with an ILinkedCellEditor.setValidationEnabled(true) with Equals otherwise with a LikeIgnoreCase condition over all filter column names. |
static ICondition |
Filter.createLikeFilter(IDataRow pFilterDataRow,
String[] pFilterColumnNames)
Creates a Filter with AND combined LIKE conditions over all filter column names. |
static ICondition |
Filter.createLikeIgnoreCaseFilter(IDataRow pFilterDataRow,
String[] pFilterColumnNames)
Creates a Filter with AND combined LikeIgnoreCase conditions over all filter column names. |
boolean |
Or.isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
boolean |
Not.isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
boolean |
ICondition.isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
boolean |
CompareCondition.isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
boolean |
And.isFulfilled(IDataRow pDataRow)
Returns true, if the ICondition is fulfilled. |
Constructors in javax.rad.model.condition with parameters of type IDataRow | |
---|---|
CompareCondition(IDataRow pDataRow,
String pColumnName)
Constructs the base for a CompareCondition, with a column, the IDataRow to check and if null values should be ignored. |
|
CompareCondition(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs the base for a CompareCondition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
CompareCondition(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs the base for a CompareCondition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
CompareCondition(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs the base for a CompareCondition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
Equals(IDataRow pDataRow,
String pColumnName)
Constructs a new Equals Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
Equals(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Equals Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
Equals(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new Equals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
Equals(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Equals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
Greater(IDataRow pDataRow,
String pColumnName)
Constructs a new Greater Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
Greater(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Greater Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
Greater(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new Greater Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
Greater(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Greater Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
GreaterEquals(IDataRow pDataRow,
String pColumnName)
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
GreaterEquals(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
GreaterEquals(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
GreaterEquals(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new GreaterEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
Less(IDataRow pDataRow,
String pColumnName)
Constructs a new Less Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
Less(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Less Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
Less(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new Less Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
Less(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Less Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
LessEquals(IDataRow pDataRow,
String pColumnName)
Constructs a new LessEquals Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
LessEquals(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LessEquals Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
LessEquals(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new LessEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
LessEquals(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LessEquals Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
Like(IDataRow pDataRow,
String pColumnName)
Constructs a new Like Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
Like(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Like Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
Like(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new Like Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
Like(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new Like Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
LikeIgnoreCase(IDataRow pDataRow,
String pColumnName)
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
LikeIgnoreCase(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
LikeIgnoreCase(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
LikeIgnoreCase(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LikeIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
LikeReverse(IDataRow pDataRow,
String pColumnName)
Constructs a new LikeReverse Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
LikeReverse(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LikeReverse Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
LikeReverse(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new LikeReverse Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
LikeReverse(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LikeReverse Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
LikeReverseIgnoreCase(IDataRow pDataRow,
String pColumnName)
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
LikeReverseIgnoreCase(IDataRow pDataRow,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
LikeReverseIgnoreCase(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName)
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
LikeReverseIgnoreCase(IDataRow pDataRow,
String pDataRowColumnName,
String pColumnName,
boolean pIgnoreNull)
Constructs a new LikeReverseIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
Uses of IDataRow in javax.rad.model.event |
---|
Methods in javax.rad.model.event that return IDataRow | |
---|---|
IDataRow |
DataRowEvent.getChangedDataRow()
Gets the IDataRow that is changed. |
IDataRow |
DataRowEvent.getOriginalDataRow()
Gets the original IDataRow before change. |
IDataRow |
DataBookEvent.getOriginalDataRow()
Gets the original IDataRow before change. |
Constructors in javax.rad.model.event with parameters of type IDataRow | |
---|---|
DataBookEvent(IDataBook pChangedDataBook,
DataBookEvent.ChangedType pChangedType,
IDataRow pOriginalDataRow)
Constructs the DataRowEvent. |
|
DataRowEvent(IDataRow pChangedDataRow,
String[] pChangedColumnNames,
IDataRow pOriginalDataRow)
Constructs the DataRowEvent. |
Uses of IDataRow in javax.rad.model.ui |
---|
Methods in javax.rad.model.ui that return IDataRow | |
---|---|
IDataRow |
IEditorControl.getDataRow()
Returns the DataRow displayed by this control. |
IDataRow |
ICellEditorHandler.getDataRow()
Returns the IDataRow that is edited. |
Methods in javax.rad.model.ui with parameters of type IDataRow | |
---|---|
ICellEditorHandler |
ICellEditor.createCellEditorHandler(ICellEditorListener pCellEditorListener,
IDataRow pDataRow,
String pColumnName)
creates an ICellEditorHandler library dependent component. |
C |
ICellRenderer.getCellRendererComponent(C pParentComponent,
IDataPage pDataPage,
int pRowNumber,
IDataRow pDataRow,
String pColumnName,
boolean pIsSelected,
boolean pHasFocus)
Configures a IComponent for rendering. |
void |
IEditorControl.setDataRow(IDataRow pDataRow)
Sets the DataRow displayed by this control. |
Uses of IDataRow in javax.rad.ui.control |
---|
Methods in javax.rad.ui.control with parameters of type IDataRow | |
---|---|
ICellFormat |
ICellFormatter.getCellFormat(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
int pColumn)
Gets the ICellFormat for the specified cell. |
IImage |
INodeFormatter.getNodeImage(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow,
String pColumnName,
int pRow,
boolean pExpanded,
boolean pLeaf)
Gets the image for the given node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |