- TabIndexComparator - Class in no.g9.client.core.util
-
Compare the tab index of two dialog object constants.
- TabIndexComparator() - Constructor for class no.g9.client.core.util.TabIndexComparator
-
- TableColumnData - Class in no.g9.client.spreadsheet
-
Holds information about a column in a table.
- TableColumnData(DialogObjectConstant, short, String, String, int, ListRowComparator.Sorting) - Constructor for class no.g9.client.spreadsheet.TableColumnData
-
Assigns the provided data to the class' global variables.
- TableModel<T extends ListRow> - Interface in no.g9.client.core.view.table
-
The general table model used by jVine targets.
- TableModel.SelectionModel - Enum in no.g9.client.core.view.table
-
Enumerates the various row selection models.
- ThreadInfo - Annotation Type in no.g9.client.core.action
-
Annotation denoting the thread a method is to be invoked on, either
a worker thread or a gui thread (where applicable).
- ThreadType - Enum in no.g9.client.core.action
-
Enumerates the type of thread a hook method can be invoked on.
- toggleSorting() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- toggleSorting() - Method in class no.g9.client.core.view.table.ListRowComparator
-
Toggles the sorting used when comparing list rows.
- toggleSorting() - Method in interface no.g9.client.core.view.table.TableModel
-
Toggle the sorting used by the first sorting column.
- toModel(Date, ConvertContext) - Method in class no.g9.client.core.converter.JodaDateTimeConverter
-
- toModel(Date, ConvertContext) - Method in class no.g9.client.core.converter.LocalDateConverter
-
- toModel(Date, ConvertContext) - Method in class no.g9.client.core.converter.LocalDateTimeConverter
-
- toModel(Date, ConvertContext) - Method in class no.g9.client.core.converter.LocalTimeConverter
-
- toModel(Object, ConvertContext) - Method in class no.g9.client.core.converter.NopConverter
-
- toModel(String, ConvertContext) - Method in class no.g9.client.core.converter.NumberConverter
-
- toModel(String, ConvertContext) - Method in class no.g9.client.core.converter.StringConverter
-
- toString() - Method in class no.g9.client.core.action.ActionHook
-
Returns the string representation of this action hook, containing the
current action name and target info.
- toString() - Method in class no.g9.client.core.action.ActionTask
-
- toString() - Method in class no.g9.client.core.action.EventContext
-
Returns the string representation of this EventMethod.
- toString() - Method in class no.g9.client.core.action.G9Action
-
- toString() - Method in class no.g9.client.core.action.HookConfigurator
-
- toString() - Method in class no.g9.client.core.action.PaginatorEvent
-
- toString() - Method in class no.g9.client.core.communication.G9ActionPayload
-
- toString() - Method in class no.g9.client.core.communication.SystemMessage
-
- toString() - Method in class no.g9.client.core.controller.DialogCallBackValue
-
- toString() - Method in class no.g9.client.core.controller.DialogController
-
- toString() - Method in class no.g9.client.core.controller.ExternalDialogConstant
-
- toString() - Method in class no.g9.client.core.converter.FieldConvertContext
-
- toString() - Method in class no.g9.client.core.validator.ValidationResult
-
- toString() - Method in class no.g9.client.core.view.ListRow
-
- toString() - Method in class no.g9.client.core.view.menu.Menu
-
- toString() - Method in class no.g9.client.core.view.menu.MenuItem
-
- toString() - Method in class no.g9.client.core.view.menu.Separator
-
- toString() - Method in class no.g9.client.core.view.Resource
-
- toString() - Method in enum no.g9.client.core.view.table.ListRowComparator.Sorting
-
- toString() - Method in class no.g9.client.core.view.table.ListRowComparator
-
- toString() - Method in enum no.g9.client.core.view.table.TableModel.SelectionModel
-
- toString() - Method in enum no.g9.client.core.view.tree.TreeModel.Grouping
-
- toString() - Method in enum no.g9.client.core.view.tree.TreeModel.SelectionModel
-
- toString() - Method in enum no.g9.client.core.view.WindowEvent
-
- toString() - Method in class no.g9.client.spreadsheet.G9ExcelCell
-
Returns a String containing G9ExcelCell("row number" , "column number")
- toTableDataIndex(int) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- toTableDataIndex(int) - Method in interface no.g9.client.core.view.table.TableModel
-
Transform the given tableViewIndex to the corresponding table model
index.
- TreeModel<T extends TreeNode,L extends ListRow> - Interface in no.g9.client.core.view.tree
-
The general tree model used by jVine targets.
- TreeModel.Grouping - Enum in no.g9.client.core.view.tree
-
Enumerates the various grouping modes.
- TreeModel.SelectionModel - Enum in no.g9.client.core.view.tree
-
Enumerates the various node selection models.
- TreeNode - Interface in no.g9.client.core.view.tree
-
The general tree node representation.
- TreeNodeComparator - Class in no.g9.client.core.view.tree
-
Comparator used to compare to TreeNodes
- TreeNodeComparator(TreeModel.Grouping) - Constructor for class no.g9.client.core.view.tree.TreeNodeComparator
-
Create a new comparator using grouping during comparison.