- failed(Throwable, Message) - Method in class no.g9.client.core.action.ActionHookAdapter
-
- failed(Throwable, Message) - Method in interface no.g9.client.core.action.Hookable
-
The failed hook, invoked if an exception is raised during the execution
of the action.
- failedOnChangeValidator(Map<ValidationResult, ValidateContext>) - Method in class no.g9.client.core.controller.DialogController
-
Hook method invoked when on change validation fails.
- failingMessage - Variable in class no.g9.client.core.communication.CommunicationError
-
The message which couldn't be sent.
- FieldConvertContext - Class in no.g9.client.core.converter
-
Contains information about a field conversion context
- FieldConvertContext(DialogController, DialogObjectConstant) - Constructor for class no.g9.client.core.converter.FieldConvertContext
-
Constructs a new ValidationContext
- FieldMessageContext - Interface in no.g9.client.core.message
-
A message context used for messages which relates to a field,
like validation messages.
- FieldValidator - Interface in no.g9.client.core.validator
-
Common interface for attribute validators
- filterTableView() - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- filterTableView() - Method in interface no.g9.client.core.view.table.TableModel
-
Update the table view list according to the defined filters.
- filterTree(List<T>, List<T>) - Method in interface no.g9.client.core.view.tree.TreeModel
-
Filter the tree, given a list of root nodes.
- finished() - Method in class no.g9.client.core.action.ActionHookAdapter
-
- finished() - Method in interface no.g9.client.core.action.Hookable
-
This finished hook, unconditionally invoked as the last method in an
action life cycle.
- FLAG - Variable in class no.g9.client.core.action.ActionTask
-
General purpose flag.
- FORMAT_PARAM - Static variable in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
The ClientContext parameter name for the Excel format to use.
- forward(String) - Method in class no.g9.client.core.controller.ApplicationController
-
Forward a message towards the receiver.
- forward(SystemMessage) - Method in class no.g9.client.core.controller.ApplicationController
-
Forward a message towards the receiver.
- forwardToDialog(SystemMessage, DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Try forwarding a message to a dialog.
- forwardToExternal(SystemMessage) - Method in class no.g9.client.core.controller.ApplicationController
-
Forward a message towards an external receiver.
- FrameworkConversionException - Exception in no.g9.client.core.converter
-
Exception thrown to indicate that one or more framework converters has failed
to convert a value to the view model.
- FrameworkConversionException(Map<DialogObjectConstant, Collection<?>>) - Constructor for exception no.g9.client.core.converter.FrameworkConversionException
-
Construct a new framework conversion exception.
- fromModel(M, ConvertContext) - Method in class no.g9.client.core.converter.JodaDateTimeConverter
-
- fromModel(LocalDate, ConvertContext) - Method in class no.g9.client.core.converter.LocalDateConverter
-
- fromModel(LocalDateTime, ConvertContext) - Method in class no.g9.client.core.converter.LocalDateTimeConverter
-
- fromModel(LocalTime, ConvertContext) - Method in class no.g9.client.core.converter.LocalTimeConverter
-
- fromModel(Object, ConvertContext) - Method in class no.g9.client.core.converter.NopConverter
-
- fromModel(M, ConvertContext) - Method in class no.g9.client.core.converter.NumberConverter
-
- fromModel(Object, ConvertContext) - Method in class no.g9.client.core.converter.StringConverter
-