Serialized Form
|
Package com.databasesandlife.util |
|
Package com.databasesandlife.util.gwt.dropdownhierarchy.client |
|
Package com.databasesandlife.util.gwtsafe |
|
Package com.databasesandlife.util.jdbc |
|
Package com.databasesandlife.util.swing |
source
TableModel source
columnCount
int columnCount
rowCount
int rowCount
cells
Object[][] cells
isLoaded
boolean[][] isLoaded
- In case a cell might be null? probably better to have a separate storaeg
for which cells are already loaded
timer
Timer timer
children
MasterDetailTreeNode[] children
- Contains children if loaded, or null meaning not yet loaded
parent
MasterDetailTreeNode parent
- Must always be set, or null if root node
candidateDropTarget
MasterDetailTreeNode candidateDropTarget
- if root, candidate drop target, otherwise null
treeModel
DefaultTreeModel treeModel
- if root, assigned to a tree, this is a value, otherwise null
tree
JTree tree
- if root, assigned to a tree, this is a value, otherwise null
|
Class com.databasesandlife.util.swing.MasterDetailTreeNode.CellRenderer extends JPanel implements Serializable |
icon
JLabel icon
text
JLabel text
extraText
JLabel extraText
|
Package com.databasesandlife.util.wicket |
countingUpDurationSeconds
double countingUpDurationSeconds
countingUpRefreshIntervalSeconds
double countingUpRefreshIntervalSeconds
tendencyThreshold
double tendencyThreshold
autoRefreshingIntervalMultiplier
double autoRefreshingIntervalMultiplier
label
Label label
js
Label js
currentSelfUpdatingBehavior
AbstractAjaxTimerBehavior currentSelfUpdatingBehavior
autoRefreshIntervalSeconds
double autoRefreshIntervalSeconds
dateFormatter
SimpleDateFormat dateFormatter
selectedDate
String selectedDate
dateField
TextField<T> dateField
jsId
String jsId
clientSideOptions
MultipleValueAutoCompleteTextField.AutoCompleteOption[] clientSideOptions
serverSideDataSource
MultipleValueAutoCompleteTextField.AutoCompleteDataSource serverSideDataSource
theme
String theme
currentIdsToTextField
String[] currentIdsToTextField
currentIdsFromTextField
String currentIdsFromTextField
textField
TextField<T> textField
id
String id
displayText
String displayText
|
Class com.databasesandlife.util.wicket.MultipleValueAutoCompleteTextField.DataSourceJsonWebResource extends WebResource implements Serializable |
jsId
String jsId
clientSideOptions
String[] clientSideOptions
serverSideDataSource
MultipleValueAutoSuggestTextField.AutoSuggestDataSource serverSideDataSource
separatorForOutput
String separatorForOutput
separatorCharacterClassRegexp
String separatorCharacterClassRegexp
cssClass
String cssClass
text
String text
textField
TextField<T> textField
|
Class com.databasesandlife.util.wicket.MultipleValueAutoSuggestTextField.DataSourceJsonWebResource extends WebResource implements Serializable |