Serialized Form
|
Package com.sibvisions.rad.model.mem |
rdRowDefinition
IRowDefinition rdRowDefinition
- The
RowDefinition of this DataRow.
oaStorage
Object[] oaStorage
- The storage for this
DataRow.
eventValuesChanged
DataRowHandler eventValuesChanged
- The
EventHandler for the values changed event.
auControls
ArrayUtil<E> auControls
- The
ArrayUtil of all IRepaintListeners.
treePath
TreePath treePath
- The TreePath inside self joined IDataBook's.
iSelectionMode
IDataBook.SelectionMode iSelectionMode
- It holds the current SelectionMode of the MemDataBook. Default is SelectionMode.CURRENT_ROW.
cFilter
ICondition cFilter
- The Filter of the MemDataBook.
sSort
SortDefinition sSort
- The Sort of the MemDataBook.
rdMasterReference
ReferenceDefinition rdMasterReference
- The ReferenceDefinition to the master IDataBook.
rdTreeRootReference
ReferenceDefinition rdTreeRootReference
- The ReferenceDefinition to the master IDataBook.
saTreeRootMasterColumnNames
String[] saTreeRootMasterColumnNames
- The ReferenceDefinition to the master IDataBook.
iWritebackIsolationLevel
IDataBook.WriteBackIsolationLevel iWritebackIsolationLevel
- The write back isolation level.
auDetailDataBooks
ArrayUtil<E> auDetailDataBooks
- The
ArrayUtil of all detail IDataBooks.
dsDataSource
IDataSource dsDataSource
- The DataSource of the MemDataBook.
auStoredSelection
ArrayUtil<E> auStoredSelection
- It stores for the lazy reload, the last selected Row PK column values.
dpCurrentDataPage
MemDataPage dpCurrentDataPage
- The current MemDataPage of the MemDataBook.
It gets synchronized at the first use. (lazy load)
dpEmptyDataPage
MemDataPage dpEmptyDataPage
- The Empty MemDataPage, which is used as long no DataRows are available.
htDataPagesCache
Hashtable<K,V> htDataPagesCache
- The Hashtable of all MemDataPages of the MemDataBook. It holds for each master DataRow
a MemDataPage. If the master DataRow is Inserting (new), the MemDataPage is stored
under the UID.
eventBeforeRowSelected
DataBookHandler eventBeforeRowSelected
- The
EventHandler for before selected event.
eventAfterRowSelected
DataBookHandler eventAfterRowSelected
- The
EventHandler for after selected event.
eventBeforeInserting
DataBookHandler eventBeforeInserting
- The
EventHandler for before inserting event.
eventAfterInserting
DataBookHandler eventAfterInserting
- The
EventHandler for after inserting event.
eventBeforeInserted
DataBookHandler eventBeforeInserted
- The
EventHandler for before inserted event.
eventAfterInserted
DataBookHandler eventAfterInserted
- The
EventHandler for after inserted event.
eventBeforeUpdating
DataBookHandler eventBeforeUpdating
- The
EventHandler for before updating event.
eventAfterUpdating
DataBookHandler eventAfterUpdating
- The
EventHandler for after updating event.
eventBeforeUpdated
DataBookHandler eventBeforeUpdated
- The
EventHandler for before updated event.
eventAfterUpdated
DataBookHandler eventAfterUpdated
- The
EventHandler for after updated event.
eventBeforeDeleting
DataBookHandler eventBeforeDeleting
- The
EventHandler for before deleting event.
eventAfterDeleting
DataBookHandler eventAfterDeleting
- The
EventHandler for after deleting event.
eventBeforeDeleted
DataBookHandler eventBeforeDeleted
- The
EventHandler for before deleted event.
eventAfterDeleted
DataBookHandler eventAfterDeleted
- The
EventHandler for after deleted event.
eventBeforeRestore
DataBookHandler eventBeforeRestore
- The
EventHandler for before restore event.
eventAfterRestore
DataBookHandler eventAfterRestore
- The
EventHandler for after restore event.
eventBeforeReload
DataBookHandler eventBeforeReload
- The
EventHandler for before reload event.
eventAfterReload
DataBookHandler eventAfterReload
- The
EventHandler for after reload event.
eventBeforeColumnSelected
DataBookHandler eventBeforeColumnSelected
- The
EventHandler for before selected event.
eventAfterColumnSelected
DataBookHandler eventAfterColumnSelected
- The
EventHandler for after selected event.
sName
String sName
- Name of the MemDataBook.
sSelectedColumn
String sSelectedColumn
- The current selected row index.
iReadAheadRowCount
int iReadAheadRowCount
- The read a head row count of the
RemoteDataBook. This means how many rows are
read ahead in the MemDataPage.
iSelectedRowIndex
int iSelectedRowIndex
- The current selected row index.
bMasterChanged
boolean bMasterChanged
- It determines that the master has changed and this IDataBoolk needs to synchronize
to the current MemDataPage and selected row depending on the Selection Mode.
bInsertEnabled
boolean bInsertEnabled
- It determines that insert()'s are allowed.
bUpdateEnabled
boolean bUpdateEnabled
- It determines that update()'s (setValueXXX) are allowed.
bDeleteEnabled
boolean bDeleteEnabled
- It determines that delete()'s are allowed.
bLockAndRefetchEnabled
boolean bLockAndRefetchEnabled
- It determines that lock on refetch is enabled.
bReadOnly
boolean bReadOnly
- It determines if the MemDataBook is read only. ->all change operations are allowed.
bDeleteCascade
boolean bDeleteCascade
- It defines if all details will be before delete cascade.
bMemSort
boolean bMemSort
- Determines if the sort should be made in memory.
bMemFilter
boolean bMemFilter
- Determines if the filter should be made in memory.
bWritebackEnabled
boolean bWritebackEnabled
- Determines if the RemoteDataBook should write back the changes to the AbstractStorage.
bIsOpen
boolean bIsOpen
- It determines if the MemDataBook is open.
bSaveAllRows
boolean bSaveAllRows
- It determines if saveAllRows already is called for this DataBook. Prevent endless loops.
bRestoreAllRows
boolean bRestoreAllRows
- It determines if restoreAllRows already is called for this DataBook. Prevent endless loops.
ignoreReload
boolean ignoreReload
- Ignore recursiv reload events.
|
Package com.sibvisions.rad.model.remote |
saMetaDataColumnNames
String[] saMetaDataColumnNames
- It holds the column names of the server column meta data in the client RowDefinition.
saBlockFetchColumnNames
String[] saBlockFetchColumnNames
- It holds the column names of the server column meta data in the client RowDefinition.
saBlockFetchReferencedColumnNames
String[] saBlockFetchReferencedColumnNames
- It holds the column names of the server column meta data in the client RowDefinition.
htFetchedRowsForBlock
Hashtable<K,V> htFetchedRowsForBlock
- stores the block fetches.
mdMetaData
MetaData mdMetaData
- The meta data for this RemoteDataBook.
iaFetchColumnIndexes
int[] iaFetchColumnIndexes
- The correct column indexes of the fetched data, after opening the data book.
iaMasterColumnIndexes
int[] iaMasterColumnIndexes
- The correct column indexes of the master reference.
bCachingStorage
boolean bCachingStorage
- Indicates whether the server object is a caching storage.
bMetaDataCacheEnabled
boolean bMetaDataCacheEnabled
- whether the meta data cache is enabled (default:
true).
|
Package com.sibvisions.rad.server.http |
server
Server server
- request server.
|
Package com.sibvisions.rad.ui.swing.ext |
bDefault
boolean bDefault
- the mark whether this button is the default button for a root pane.
years
JSpinner years
- Spinner for changing years.
months
JSpinner months
- Spinner for changing months.
time
JSpinner time
- Spinner for changing time.
spacer
JLabel spacer
- Spacer left top.
weekDays
JLabel[] weekDays
- Labels for week days.
weeks
JLabel[] weeks
- Labels for weeks.
days
JToggleButton[] days
- Labels for days.
calendar
GregorianCalendar calendar
- GregorianCalendar for date selection.
selectedIndex
int selectedIndex
- The selected Day.
ignoreEvent
boolean ignoreEvent
- true, if the date changes occurs setting internal state.
date
Date date
- The current selected date and time.
actionCommand
String actionCommand
- The current actionCommand.
translation
TranslationMap translation
- The translation mapping.
chartPanel
ChartPanel chartPanel
- The chart panel.
dataset
JVxChart.DataBookXYDataset dataset
- The chart panel.
vaX
ValueAxis vaX
- the x axis.
vaY
ValueAxis vaY
- the x axis.
dataBook
IDataBook dataBook
- The DataBook to be shown.
chartStyle
int chartStyle
- The chart style.
sTitle
String sTitle
- The title.
sXTitle
String sXTitle
- The x axis title.
sYTitle
String sYTitle
- The y axis title.
sXColumnName
String sXColumnName
- The x column name.
saYColumnNames
String[] saYColumnNames
- The y column names.
tmpTranslation
TranslationMap tmpTranslation
- The translation mapping.
bFirstNotifyRepaintCall
boolean bFirstNotifyRepaintCall
- Tells, if notifyRepaint is called the first time.
chart
JVxChart chart
- The associated chart.
dataBook
IDataBook dataBook
- Column names.
xColumnName
String xColumnName
- Column names.
yColumnNames
String[] yColumnNames
- Column names.
bDateAxis
boolean bDateAxis
- Date axis.
allowedValues
Object[] allowedValues
- The list of allowed values.
images
Image[] images
- The list of allowed values.
cursor
Cursor cursor
- The cursor.
defaultImage
Image defaultImage
- The default image shown when selectedIndex is -1.
innerBackground
Color innerBackground
- The selected index.
innerBorder
Border innerBorder
- The selected index.
imageBorderVisible
boolean imageBorderVisible
- The selected index.
paintSize
Dimension paintSize
- The selected index.
imageWidth
int imageWidth
- The max width of the images.
imageHeight
int imageHeight
- The max height of the images.
imageSize
Dimension imageSize
- The size the images should have.
horizontalAlignment
int horizontalAlignment
- The horizontal alignment.
verticalAlignment
int verticalAlignment
- The vertical alignment.
selectedIndex
int selectedIndex
- The selected index.
actionCommand
String actionCommand
- The action command.
internalPopup
JPopupMenu internalPopup
- the internal popup menu.
ignorePopupMenuEvents
boolean ignorePopupMenuEvents
- the internal popup menu.
internalButton
JButton internalButton
- the internal popup menu.
buttonEnabled
boolean buttonEnabled
- true if the button should be enabled.
doNotCancelPopupComponents
List<E> doNotCancelPopupComponents
- the components that does not cancel the popup.
windowAncestor
Window windowAncestor
- the windowAncestor of this component.
isPermanentDeactivated
boolean isPermanentDeactivated
- Determines wether the windowDeactivated is permanent.
doNotCancelPopup
Object doNotCancelPopup
- the the client property doNotCancelPopup.
popupComponent
JComponent popupComponent
- the popup component.
editorComponent
JTextComponent editorComponent
- the editor component.
popupSize
Dimension popupSize
- the popup size.
selectedItem
Object selectedItem
- selectedItem.
translation
TranslationMap translation
- The translation mapping.
justClosed
boolean justClosed
- Determains if the popup was just closed, to prevent it to be opened again immediatly.
popupCanceled
boolean popupCanceled
- Determains if the popup is canceled.
forceFocusOnPopup
boolean forceFocusOnPopup
- Forces the Focus on the popup.
dateFormatter
DateFormatter dateFormatter
- The date formatter used for formatting the date.
comboBase
JVxComboBase comboBase
- The JVxComboBase that uses this Model.
calendarPane
JVxCalendarPane calendarPane
- The CalendarPane shown in the Popup.
origSelectedItem
Object origSelectedItem
- The original selected item.
generatedSelectedItem
Object generatedSelectedItem
- The original selected item.
wrSelectedFrame
WeakReference<T> wrSelectedFrame
- the reference to the current selected frame.
icpContent
com.sibvisions.rad.ui.swing.ext.JVxDesktopPane.InternalContentPanel icpContent
- the internal content panel.
layout
com.sibvisions.rad.ui.swing.ext.JVxDesktopPane.InternalContentLayout layout
- the layout manager for the desktop pane.
tabs
JVxTabbedPane tabs
- the tabbed pane for tabbed mode.
auFrameCache
ArrayUtil<E> auFrameCache
- the list of currently added internal frames.
htFrameContent
Hashtable<K,V> htFrameContent
- the mapped content of internal frames in tab mode.
htContentFrame
Hashtable<K,V> htContentFrame
- the reverse map for content of internal frames in tab mode.
bDragableTabs
boolean bDragableTabs
- the dragable option for tabs in tabbed mode.
iIgnoreFrameCalls
int iIgnoreFrameCalls
- this counter is needed to suppress frame delegation events.
iIgnoreToFront
int iIgnoreToFront
- this counter is needed for suppress toFront delegation calls.
bSetFocusOnlyOnce
boolean bSetFocusOnlyOnce
- the mark to call setFocus() only one time.
bIgnoreTabSelection
boolean bIgnoreTabSelection
- the flag indicates that the tab selection change should be completely ignored.
bIgnoreTabFocus
boolean bIgnoreTabFocus
- the flag indicates that the focus should not be changed when the tab selection changes.
lAltWhen
long lAltWhen
- the timestamp when Alt was pressed.
lCtrlWhen
long lCtrlWhen
- the timestamp when Ctrl was pressed.
bFrameSwitchAllowed
boolean bFrameSwitchAllowed
- this flag indicates if it's allowed to switch between frames (only used from processKeyBinding).
bNavigationKeyEnabled
boolean bNavigationKeyEnabled
- this flag indicates if it's allowed to navigate between the frames with the keyboard.
dataRow
IDataRow dataRow
- The DataRow to be edited.
columnName
String columnName
- The column to be edited.
cellEditor
ICellEditor cellEditor
- The CellEditor.
cellFormatter
ICellFormatter cellFormatter
- The cellFormatListener.
cellEditorHandler
ICellEditorHandler<C> cellEditorHandler
- The used CellEditor.
translation
TranslationMap translation
- The translation mapping.
dummyEditor
JTextField dummyEditor
- Cell Editor started editing.
savingImmediate
boolean savingImmediate
- Tells, if the CellEditor should save immediate.
firstNotifyRepaintCall
boolean firstNotifyRepaintCall
- Tells, if notifyRepaint is called the first time.
isCancelling
boolean isCancelling
- Ignore Cancel call.
isNotified
boolean isNotified
- is notified.
editingStarted
boolean editingStarted
- Cell Editor started editing.
image
Image image
- the image of the icon.
iImageWidth
int iImageWidth
- the icon width.
iImageHeight
int iImageHeight
- the icon height.
iHorizontalAlign
int iHorizontalAlign
- the horizontal alignment of the image (default:
SwingConstants.CENTER).
iVerticalAlign
int iVerticalAlign
- the vertical alignment of the background image (default:
SwingConstants.CENTER).
conOriginal
Container conOriginal
- the parent before the frame was added to the modal layer.
wrModalPreviousFocus
WeakReference<T> wrModalPreviousFocus
- the cache for previous focus components in modal mode.
wrInternFocus
WeakReference<T> wrInternFocus
- the cache for the current focus component (used for Tab Mode).
wrDefaultButton
WeakReference<T> wrDefaultButton
- the default button.
bModal
boolean bModal
- the modal option of the internal frame.
bKeepBlocking
boolean bKeepBlocking
- the blocking option of the internal frame.
bIgnoreRemove
boolean bIgnoreRemove
- the mark for avoiding removeNotify handling for modal frames.
bDisposed
boolean bDisposed
- the mark for dispose method call.
bOldIconifiable
Boolean bOldIconifiable
- whether the frame was iconifiable before is was modal.
imgBack
ImageIcon imgBack
- the background image.
dividerAlignment
int dividerAlignment
- The divider alignment.
bUpdateUI
boolean bUpdateUI
- whether updateUI is active.
iPressed
int iPressed
- the tab where the mouse pressed event was fired.
iDragged
int iDragged
- the dragged tab index.
iClose
int iClose
- the tab with selected close icon.
iShowTab
int iShowTab
- the cache for invoke later tab showing.
auTabInfo
ArrayUtil<E> auTabInfo
- the cache for tab title and icon.
auTabListener
ArrayUtil<E> auTabListener
- the registered tab listeners.
vpScroll
JViewport vpScroll
- the viewport for a scroll tab layout.
bIgnoreSelection
boolean bIgnoreSelection
- mark to ignore the automatic selection of tabs.
bDragable
boolean bDragable
- mark to use draggable tabs.
bNavigationKeyEnabled
boolean bNavigationKeyEnabled
- this flag indicates if it's allowed to navigate between the tabs with the keyboard.
table
JTable table
- The JTable that shows the IDataBook.
dataBook
IDataBook dataBook
- The IDataBook to be shown.
columnView
ColumnView columnView
- The column view.
cellFormatter
ICellFormatter cellFormatter
- The cellFormatListener.
cellEditorHandler
ICellEditorHandler<C> cellEditorHandler
- The used CellEditor.
translation
TranslationMap translation
- The translation mapping.
rowHeight
int rowHeight
- The row height. Automatic row height is set with -1.
minRowHeight
int minRowHeight
- The minimal row height.
maxRowHeight
int maxRowHeight
- The minimal row height.
sortOnHeaderEnabled
boolean sortOnHeaderEnabled
- True, if sort on header click is enabled.
autoFillEmptySpace
boolean autoFillEmptySpace
- True, empty space is automatic filled with existing columns.
enterNavigationMode
int enterNavigationMode
- The enter navigation mode.
tabNavigationMode
int tabNavigationMode
- The enter navigation mode.
editable
boolean editable
- True, if the editable is shown.
showSelection
boolean showSelection
- True, if the selection is shown.
showFocusRect
boolean showFocusRect
- True, if the focus rect is shown.
firstNotifyRepaintCall
boolean firstNotifyRepaintCall
- Tells, if notifyRepaint is called the first time.
editingStarted
boolean editingStarted
- Cell Editor started editing.
correctMouseSelection
boolean correctMouseSelection
- Mouse pressed.
ignoreEvent
boolean ignoreEvent
- Ignoring Events.
ignoreMousePressed
boolean ignoreMousePressed
- Ignoring Events.
isNotified
boolean isNotified
- is notified.
calculateMinSize
boolean calculateMinSize
- calculateMinSize.
lastColumnWidth
int lastColumnWidth
- lastColumnWidth.
tableControl
JVxTable tableControl
- The parent component.
rowMargin
int rowMargin
- The row margin.
columnMargin
int columnMargin
- The column margin.
leftIndent
int leftIndent
- The column margin.
keyEvent
KeyEvent keyEvent
- KeyEvent to deliver.
tableControl
JVxTable tableControl
- The rowDefinition, that provides the data.
rowHeight
int rowHeight
- The row height.
calculateHeightAndWidth
boolean calculateHeightAndWidth
- The row height.
columnView
ColumnView columnView
- The ColumnView to be shown.
columnViewCount
int columnViewCount
- The columnViewCount.
ignoreSetSelectedColumn
boolean ignoreSetSelectedColumn
- true, if setSelectedColumnshould not be called on databook.
ignorePropertyChange
boolean ignorePropertyChange
- true, if property change should be ignored.
tableControl
JVxTable tableControl
- The Table for this model.
table
JTable table
- The Table for this model.
dataBook
IDataBook dataBook
- The IDataBook, that provides the data.
lineColor
Color lineColor
- true, if strike through should be painted.
strikeThrough
boolean strikeThrough
- the line color.
strikeThrough
boolean strikeThrough
- true, if strike through should be painted.
layout
com.sibvisions.rad.ui.swing.ext.JVxToolBar.InternalToolBarLayout layout
- the toolbar layout if no user-defined/look and feel layout is set.
bSynthUI
boolean bSynthUI
- flag that identifies that a special layout is in use.
panContent
JPanel panContent
- the content panel.
toolbar
JVxToolBar toolbar
- the top toolbar.
sTempConstraint
String sTempConstraint
- temporary constraint before adding toolbar.
sAreaConstraint
String sAreaConstraint
- the current area constraint.
tree
JTree tree
- The JTree that shows the IDataBooks.
dataBooks
IDataBook[] dataBooks
- The IDataBook to be shown.
selfJoinedDataBook
IDataBook selfJoinedDataBook
- The selfjoined databooks.
maxLength
int maxLength
- The maximum length of not selfjoined databooks.
cellFormatter
ICellFormatter cellFormatter
- The cellFormatListener.
nodeFormatter
INodeFormatter nodeFormatter
- The cellFormatListener.
translation
TranslationMap translation
- The translation mapping.
editable
boolean editable
- True, if the editable is shown.
detectEndNode
boolean detectEndNode
- True, if the end node should be detected is shown.
firstNotifyRepaintCall
boolean firstNotifyRepaintCall
- Tells, if notifyRepaint is called the first time.
ignoreEvent
boolean ignoreEvent
- Ignoring Events.
isNotified
boolean isNotified
- is notified.
|
Package com.sibvisions.rad.ui.swing.ext.celleditor |
cellEditor
JVxLinkedCellEditor cellEditor
- The CellEditor, that created this handler.
cellEditorListener
ICellFormatterEditorListener cellEditorListener
- The CellEditorListener to inform, if editing is started or completed.
dataRow
IDataRow dataRow
- The data row that is edited.
columnIndex
int columnIndex
- The column index.
columnNames
String[] columnNames
- The column names.
referencedColumnNames
String[] referencedColumnNames
- The column names referenced.
columnName
String columnName
- The column name of the edited column.
referencedColumnName
String referencedColumnName
- The column name referenced by the edited column.
searchColumns
String[] searchColumns
- The search Columns.
referencedSearchColumns
String[] referencedSearchColumns
- The referenced search Columns.
referencedDataBook
IDataBook referencedDataBook
- The DataBook referenced by the edited column.
cellEditorComponent
JVxComboBase cellEditorComponent
- The physical component that is added to the parent container.
table
JVxTable table
- The table shown in the popup.
ignoreEvent
boolean ignoreEvent
- Tells the listener to ignore the events.
firstEditingStarted
boolean firstEditingStarted
- True, if it's the first editing started event.
popupChanged
boolean popupChanged
- True, if it's the first editing started event.
|
Package com.sibvisions.rad.ui.swing.ext.cellrenderer |
|
Package com.sibvisions.rad.ui.swing.ext.event |
iOldIndex
int iOldIndex
- The affected old tab index.
iNewIndex
int iNewIndex
- The affected new tab index.
lWhen
long lWhen
- The input event's Time stamp in UTC format. The time stamp indicates when the input event was created.
iModifiers
int iModifiers
- The state of the modifier mask at the time the input event was fired.
|
Package com.sibvisions.rad.ui.swing.ext.text |
dateUtil
DateUtil dateUtil
- The date util.
numberUtil
NumberUtil numberUtil
- The number util.
dataType
IDataType dataType
- The possible underlaying datatype.
documentFilter
com.sibvisions.rad.ui.swing.ext.text.NumberFormatter.NumberDocumentFilter documentFilter
- The document filter.
|
Package com.sibvisions.rad.ui.swing.impl |
launcher
SwingApplet.SwingAppletLauncher launcher
- the ILauncher that represents this applet.
frame
Frame frame
- the frame of the applet, if started via jnlp.
jscript
JSBridge jscript
- the javascript bridge for the browser.
uploadThreads
Vector<E> uploadThreads
- Speichert alle Upload Threads.
thStartup
Thread thStartup
- the startup thread when the appliet was notified.
bNotified
boolean bNotified
- tha flag indicates that addNotify was called.
bApplicationStarted
boolean bApplicationStarted
- tha flag indicates whether the application is already notified being started.
|
Package com.sibvisions.util |
array
Object[] array
- The array buffer into which the elements of the ArrayList are stored.
The capacity of the ArrayUtil is the length of this array buffer.
It is an object so also primitive arrays can be handled.
offset
int offset
- The first index where the elements are stored.
size
int size
- The size of the ArrayUtil (the number of elements it contains).
auChanges
ArrayUtil<E> auChanges
- the cache for all changed key/value pairs.
vOrderedKeys
Vector<E> vOrderedKeys
- the list of keys to keep the add/put order.
|
Package com.sibvisions.util.security |
readObject
private void readObject(ObjectInputStream pObjectInputStream)
throws IOException,
ClassNotFoundException
- Reads this Object to the pObjectInputStream.
- Throws:
IOException - if an IOException occurs.
ClassNotFoundException - if a class does not exist.
writeObject
private void writeObject(ObjectOutputStream pObjectOutputStream)
throws IOException
- Writes this Object to the ObjectOutputStream.
- Throws:
IOException - if an IOException occurs.
fileName
String fileName
- The content.
fileName
String fileName
- The content.
objectCacheKey
Object objectCacheKey
- The key to find the content.
timeout
long timeout
- The current cache timeout.
sName
String sName
- The name of the
ColumnDefinition.
ctDataType
IDataType ctDataType
- The
DataType of the ColumnDefinition.
sLabel
String sLabel
- The label of the
ColumnDefinition.
bNullable
boolean bNullable
- If this
ColumnDefinition can be null.
sComment
String sComment
- The comment of the
ColumnDefinition.
oDefault
Object oDefault
- the default value for the column.
oAllowedValues
Object[] oAllowedValues
- the allowed values for the column.
bReadonly
boolean bReadonly
- If this
ColumnDefinition is read only.
bWriteable
boolean bWriteable
- If this
ColumnDefinition should be stored.
iWidth
int iWidth
- The size of this
ColumnDefinition, which is used in GUI control to display.
bMoveable
boolean bMoveable
- Indicates if this
ColumnDefinition can be moved.
bResizeable
boolean bResizeable
- Indicates if this
ColumnDefinition can be resized.
auColumnDefinitions
ArrayUtil<E> auColumnDefinitions
- Array of all
ColumnDefinition's.
auColumnNames
ArrayUtil<E> auColumnNames
String[] of all all column names.
saPKColumnNames
String[] saPKColumnNames
String[] of all primary key columns.
auControls
ArrayUtil<E> auControls
- The
ArrayUtil of all IRepaintListeners.
saColumnNames
String[] saColumnNames
- The boolean
Array which defines if the corresponding (same index)
column name is sorted ascending (=true) or descending (=false).
baAscending
boolean[] baAscending
- The column names to sort.
|
Package javax.rad.model.condition |
oValue
Object oValue
- The value to use for the compare.
sColumnName
String sColumnName
- The column to use for the compare.
bIgnoreNull
boolean bIgnoreNull
- Determines, if null values will be ignored.
condition
ICondition condition
ICondition on which the not operator should be applied.
auConditions
ArrayUtil<E> auConditions
- list of all operands.
|
Package javax.rad.model.datatype |
iScale
int iScale
- The scale of the
BigDecimalDataType.
iPrecision
int iPrecision
- The precision of the
BigDecimalDataType.
bSigned
boolean bSigned
- Indicates if the
BigDecimalDataType is signed.
numberUtil
NumberUtil numberUtil
- The cell renderer.
iSize
int iSize
- The Size of the
DataType.
dateUtil
DateUtil dateUtil
- The cell renderer.
|
Package javax.rad.model.reference |
columnNames
String[] columnNames
- The source column names of the
ColumnMapping.
referencedColumnNames
String[] referencedColumnNames
- The referenced column names of the
ColumnMapping.
drReferencedDataBook
IDataBook drReferencedDataBook
- The referenced (master)
IDataBook of the ReferenceDefinition.
bConnected
boolean bConnected
- Indicates if the source is connected, and changes are not allowed. If its
connected to an open
IDataBook, then the value is true.
sReferencedStorage
String sReferencedStorage
- The "name" of referenced (master)
IStorage of the StorageReferenceDefinition.
|
Package javax.rad.persist |
sName
String sName
- The name of the
ColumnMetaData.
sLabel
String sLabel
- The default label of the
ColumnMetaData.
iDataTypeIdentifier
int iDataTypeIdentifier
- The data type identifier of the
ColumnMetaData.
bNullable
boolean bNullable
- If this
ColumnDefinition can be null.
iPrecision
int iPrecision
- The precision/size of this
ColumnMetaData.
iScale
int iScale
- The scale of this
ColumnMetaData.
bSigned
boolean bSigned
- Determines if this
ColumnMetaData is signed.
bWriteable
boolean bWriteable
- If this
ColumnMetaData is writeable.
bAutoIncrement
boolean bAutoIncrement
- If this
ColumnMetaData is an auto increment column.
oDefault
Object oDefault
- the default value for the column.
oAllowedValues
Object[] oAllowedValues
- the allowed values for the column.
srdLinkReference
StorageReferenceDefinition srdLinkReference
- The link reference for a server side dropdown list (automatic linked celleditor).
auColumnMetaData
ArrayUtil<E> auColumnMetaData
- The array of all
ColumnMetaData.
faFeatures
MetaData.Feature[] faFeatures
- The list of supported features.
saPrimaryKeyColumnNames
String[] saPrimaryKeyColumnNames
- The primary column names.
saRepresentationColumnNames
String[] saRepresentationColumnNames
- The Representation column names.
saAutoIncrementColumnNames
String[] saAutoIncrementColumnNames
- The auto increment column names.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.