Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.rad.model Classes and Interfaces - 69 results found.
NameDescriptionTypePackageFramework
AndThe And condition implements the AND operator.Classjavax.rad.model.conditionJVX
BaseConditionThe BaseCondition is the default implementation of ICondition.Classjavax.rad.model.conditionJVX
BigDecimalDataTypeA BigDecimalDataType is the data type class for a It stores type specific informations like precision and scale.Classjavax.rad.model.datatypeJVX
BinaryDataTypeA BinaryDataType is the data type class of a binary ColumnDefinition.Classjavax.rad.model.datatypeJVX
BooleanDataTypeA BooleanDataType is the data type class of a Boolean ColumnDefinition.Classjavax.rad.model.datatypeJVX
ColumnDefinitionA ColumnDefinition is a description of the data type and other attributes of a table column.Classjavax.rad.modelJVX
ColumnMappingThe ColumnMapping class is for mapping different column names between referenced tables.Classjavax.rad.model.referenceJVX
ColumnViewA ColumnView contains all column names that should be shown.Classjavax.rad.modelJVX
CompareConditionThats the base Class for all CompareConditions.Classjavax.rad.model.conditionJVX
ContainsIgnoreCaseThe ContainsIgnoreCase condition is a LikeIgnoreCase condition with a leading and trailing *.Classjavax.rad.model.conditionJVX
DataBookEventClassjavax.rad.model.eventJVX
DataBookEvent .ChangedTypeSpecifies the type of change.Classjavax.rad.model.eventJVX
DataBookHandlerThe DataBookHandler is a ModelEventHandler that handles IDataBookListener.Classjavax.rad.model.eventJVX
DataRowEventClassjavax.rad.model.eventJVX
DataRowHandlerThe DataRowHandler is a ModelEventHandler that handles IDataRowListener.Classjavax.rad.model.eventJVX
DataSourceEventThe DataSourceEvent gives information about changes in the See Also:IDataSourceClassjavax.rad.model.eventJVX
DataSourceEvent .EventTypeSpecifies the type of event.Classjavax.rad.model.eventJVX
DataSourceHandlerThe DataSourceHandler is a RuntimeEventHandler that handles IDataSourceListener.Classjavax.rad.model.eventJVX
DataTypeA DataType is the abstract base class of all ColumnDefinition data types.Classjavax.rad.model.datatypeJVX
EqualsThe Equals condition implements the comparison of values.Classjavax.rad.model.conditionJVX
GreaterThe Greater condition implements the comparison ">" (greater) of values.Classjavax.rad.model.conditionJVX
GreaterEqualsThe GreaterEquals condition implements the comparison ">=" (greater equals) of values.Classjavax.rad.model.conditionJVX
ICellEditorThe ICellEditor provides the generation of the physical editor component, handles correct all events, and gives standard access to edited values.Interfacejavax.rad.model.uiJVX
ICellEditorHandlerThe ICellEditorHandler holds the physical editor component, handles correct all events, and stores or restores the values.Interfacejavax.rad.model.uiJVX
ICellEditorListenerThe ICellEditorListener will be informed from the ICellEditor, if editing is complete, or canceled.Interfacejavax.rad.model.uiJVX
ICellRendererThis class renders a cell of a GUI control.Interfacejavax.rad.model.uiJVX
IChangeableDataRowAn IChangeableDataRow extends the IDataRow with support for the change state of the row, belonging DataPage and row index and some supporting Interfacejavax.rad.modelJVX
IConditionThe ICondition specifies the interface for all Condition's.Interfacejavax.rad.model.conditionJVX
IControlThe IControl inform about changes in the IDataRow/IDataBook and GUI controls need to repaint the data part.Interfacejavax.rad.model.uiJVX
IControllableThe IControllable to allow external control for IControls.Interfacejavax.rad.model.uiJVX
IControllerThe IController to allow external control for IControls.Interfacejavax.rad.model.uiJVX
IDataBookThe IDataBook is a storage independent table, and handles all operations to load, save and manipulate table oriented data.Interfacejavax.rad.modelJVX
IDataBook .SelectionModeThe IDataBook selection modes specify which row should be selected after reload or after the master row has changed.Classjavax.rad.modelJVX
IDataBook .WriteBackIsolationLevelThe IDataBook (and IDataSourrce as Default) write back isolations levels, specify when the changes in the IDataBook should be implicit write back to the storage.Classjavax.rad.modelJVX
IDataBookListenerThe IDataBookListener informs about changes in an IDataBook.Interfacejavax.rad.model.eventJVX
IDataPageA IDataPage is the interface for one data page of a IDataBook.Interfacejavax.rad.modelJVX
IDataRowAn IDataRow is a list of columns.Interfacejavax.rad.modelJVX
IDataRowListenerThe IDataRowListener is used to inform about changes in the IDataBook, via IDataRow.Interfacejavax.rad.model.eventJVX
IDataSourceThe IDataSource defines the methods to access any kind of table oriented IDataSource: e.Interfacejavax.rad.modelJVX
IDataSourceListenerThe IDataSourceListener is used to inform about changes in the See Also:IDataSourceInterfacejavax.rad.model.eventJVX
IDataTypeA IDataType is the data type of the ColumnDefinition.Interfacejavax.rad.model.datatypeJVX
IEditorControlThe IEditorControl is an IControl that displays the value of one column in an IDataRow.Interfacejavax.rad.model.uiJVX
IRowDefinitionAn IRowDefinition contains all ColumnDefinition's of a See Also:ColumnDefinitionInterfacejavax.rad.modelJVX
ITableControlThe ITableControl is an IControl that displays the current page of an IDataBook.Interfacejavax.rad.model.uiJVX
ITranslatableThe ITranslatable is the interface for text oriented objects which needs translation support.Interfacejavax.rad.model.uiJVX
ITreeControlThe ITreeControl is an IControl that displays the hierarchy of one or more IDataBooks.Interfacejavax.rad.model.uiJVX
LessThe Less condition implements the comparison "<" (less) of values.Classjavax.rad.model.conditionJVX
LessEqualsThe LessEquals condition implements the comparison "<=" (less equals) of values.Classjavax.rad.model.conditionJVX
LikeThe Like condition implements the comparison of values with wildcards.Classjavax.rad.model.conditionJVX
LikeIgnoreCaseThe LikeIgnoreCase condition implements the comparison of values with wildcards and *,? is used as wildcard symbol for any characters.Classjavax.rad.model.conditionJVX
LikeReverseThe LikeReverse condition implements the comparison of values with wildcards.Classjavax.rad.model.conditionJVX
LikeReverseIgnoreCaseThe LikeReverseIgnoreCase condition implements the comparison of values with wildcards and *,? is used as wildcard symbol for any characters.Classjavax.rad.model.conditionJVX
LongDataTypeA LongDataType is the data type class for a See Also:Serialized FormClassjavax.rad.model.datatypeJVX
MetaDataCacheOptionenum MetaDataCacheOptionextends EnumThe MetaDataCacheOption is the enum type for client and server-side metadata cache options.Classjavax.rad.modelJVX
ModelEventHandlerThe ModelEventHandler is a EventHandler that handles Events, and throws ModelExceptions.Classjavax.rad.model.eventJVX
ModelExceptionThe ModelException is used to throw model depending See Also:Serialized FormClassjavax.rad.modelJVX
NotThe Not condition implements the NOT operator.Classjavax.rad.model.conditionJVX
ObjectDataTypeA ObjectDataType is the data type class of a Java Object as ColumnDefinition.Classjavax.rad.model.datatypeJVX
OperatorConditionThe OperatorCondition is the default implementation for That means it put its connected (glued) conditions in bracketsClassjavax.rad.model.conditionJVX
OrThe Or condition implements the OR operator.Classjavax.rad.model.conditionJVX
ReferenceDefinitionThe ReferenceDefinition specifies the relation between a detail DataBook and the master DataBook.Classjavax.rad.model.referenceJVX
RowDefinitionA RowDefinition contains all ColumnDefintion's of a // construct a RowDefinitionClassjavax.rad.modelJVX
SortDefinitionThe SortDefinition class specifies the sort order to use.Classjavax.rad.modelJVX
StartsWithIgnoreCaseThe StartsWithIgnoreCase condition is a LikeIgnoreCase condition with a leading *.Classjavax.rad.model.conditionJVX
StorageReferenceDefinitionThe StorageReferenceDefinition specifies the relation between a detail IStorage and the master IStorage.Classjavax.rad.model.referenceJVX
StringDataTypeA StringDataType is the data type class of a String ColumnDefinition.Classjavax.rad.model.datatypeJVX
TimestampDataTypeA TimestampDataType is the data type class of a Timestamp ColumnDefinition.Classjavax.rad.model.datatypeJVX
TreePathA TreePath stores the path of node in a tree.Classjavax.rad.modelJVX
TreePathFinderA TreePathFinder stores the primary key columns recursively for all master detail dependencies.Classjavax.rad.modelJVX