Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

I

ImageInfo - Class in no.g9.client.core.view
This class has model info for an image.
ImageInfo(String, String, int, int) - Constructor for class no.g9.client.core.view.ImageInfo
Create a new ImageInfo with properties from the model.
indexOf(ListRow) - Method in class no.g9.client.core.view.table.DefaultTableModel
 
indexOf(T) - Method in interface no.g9.client.core.view.table.TableModel
Get the index of the specified row.
init() - Method in class no.g9.client.core.controller.DialogController
Invoked after the dialog controller has been fully initialized.
init() - Method in interface no.g9.client.core.view.DialogView
Invoked after the view has been fully initialized.
initialized() - Method in class no.g9.client.core.action.ActionHookAdapter
 
initialized() - Method in interface no.g9.client.core.action.Hookable
The initialized hook.
insert(int, T...) - Method in class no.g9.client.core.view.table.DefaultTableModel
 
insert(int, Collection<T>) - Method in class no.g9.client.core.view.table.DefaultTableModel
 
insert(int, T...) - Method in interface no.g9.client.core.view.table.TableModel
Inserts a row or rows at the specified position in the table data list .
insert(int, Collection<T>) - Method in interface no.g9.client.core.view.table.TableModel
Inserts a row or rows at the specified position in the table data list.
InstanceNumberOutOfBoundsException - Exception in no.g9.client.core.controller
Exception thrown when trying to open a new dialog and number of already open instances equals the threshold defined in DialogConstant.getMaximumNumberOfInstances().
InstanceNumberOutOfBoundsException(String) - Constructor for exception no.g9.client.core.controller.InstanceNumberOutOfBoundsException
Instantiates a new exception with the given message.
InteractionThreadPolicy - Enum in no.g9.client.core.message
Various targets might warrant different thread policy when interacting messages.
intercept(RoleConstant) - Method in class no.g9.client.core.controller.Interceptor
Invoked when the ongoing task is about to be performed on the node this interceptor is hooked on to.
Interceptor - Class in no.g9.client.core.controller
Controls the the iteration of an object selection tree.
Interceptor(RoleConstant) - Constructor for class no.g9.client.core.controller.Interceptor
Constructs a new Interceptor.
Interceptor.DIRECTIVE - Enum in no.g9.client.core.controller
The directives govern how check change iterates the node (sub) structure and the result of the iteration.
invokeOnGui(Runnable) - Method in class no.g9.client.core.controller.ApplicationController
Invokes the specified task on the gui thread.
invokeOnGui(Runnable) - Method in class no.g9.client.core.controller.DialogController
Invoke the specified runnable on the gui thread.
invokeOnGui(Callable<V>) - Method in class no.g9.client.core.controller.DialogController
Invoke the specified callable on the gui thread.
isAutoCompleteEntry(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if widget type is ace_AutoCompleteEntry.
isCanceled() - Method in class no.g9.client.core.view.ListSelectionCallback
 
isCancelled() - Method in class no.g9.client.core.action.G9Action
Check if this action is cancelled.
isCellEnabled(int, DialogObjectConstant) - Method in class no.g9.client.core.view.table.DefaultTableModel
 
isCellEnabled(int, DialogObjectConstant) - Method in interface no.g9.client.core.view.table.TableModel
Get the enabled property value of the specified cell.
isCellEnabled(T, DialogObjectConstant) - Method in interface no.g9.client.core.view.tree.TreeModel
Get the enabled property value of the specified cell.
isCellShown(int, DialogObjectConstant) - Method in class no.g9.client.core.view.table.DefaultTableModel
 
isCellShown(int, DialogObjectConstant) - Method in interface no.g9.client.core.view.table.TableModel
Get the shown property value of the specified cell.
isCellShown(T, DialogObjectConstant) - Method in interface no.g9.client.core.view.tree.TreeModel
Get the shown property value of the specified cell.
isChanged(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
Test if any fields of the specified role is changed in the gui.
isChanged(DialogObjectConstant) - Method in interface no.g9.client.core.view.ViewModel
Return the changed status for the given field.
isContainer() - Method in enum no.g9.client.core.controller.DialogObjectType
 
isData() - Method in enum no.g9.client.core.controller.DialogObjectType
 
isDateTimeEntry(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if widget type is ace_DateTimeEntry.
isEditable(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
Check if the given dialog object is editable.
isEmpty() - Method in class no.g9.client.core.view.table.DefaultTableModel
 
isEmpty() - Method in interface no.g9.client.core.view.table.TableModel
Test if this table model contains any rows.
isEmpty() - Method in interface no.g9.client.core.view.tree.TreeModel
Test if this model contains any nodes.
isEnabled(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
Check if the given dialog object is enabled.
isExpanded(T) - Method in interface no.g9.client.core.view.tree.TreeModel
Return the 'expanded' state for a given node.
isExported() - Method in class no.g9.client.spreadsheet.ExportElement
 
isInvokeHooksOn() - Method in class no.g9.client.core.action.G9Action
Test whether hooks are turned on or off.
isJavaTimeType(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if attribute type is of Java time.
isJodaType(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if attribute type is Joda DateTime.
isLocalDate(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if attribute type is LocalDate.
isLocalDateTime(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if attribute type is LocalDateTime.
isLocalTime(DialogObjectConstant) - Static method in class no.g9.client.core.util.DialogObjectConstantHelper
Check if attribute type is LocalTime.
isMandatory(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
Check if the given dialog object is mandatory.
isModal() - Method in interface no.g9.client.core.view.DialogView
Check if the given dialog is modal.
isNonData() - Method in enum no.g9.client.core.controller.DialogObjectType
 
isOpen(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
Check if the given dialog is open.
isPropertySet(DialogObjectConstant, Property<?>) - Method in class no.g9.client.core.view.ListRow
 
isPropertySet(DialogObjectConstant, Property<?>) - Method in interface no.g9.client.core.view.PropertyManager
Test if a property is set.
isReturnValue() - Method in interface no.g9.client.core.action.ParameterBinding
Test if this parameter binding represents the return value.
isRowSelected() - Method in class no.g9.client.core.view.ListRow
 
isSelected(int) - Method in class no.g9.client.core.view.table.DefaultTableModel
 
isSelected(int) - Method in interface no.g9.client.core.view.table.TableModel
Test if the specified row is selected.
isSelected(T) - Method in interface no.g9.client.core.view.tree.TreeModel
Return the 'selected' state for a given node.
isShown(DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
Check if the given dialog is shown.
isShown(DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
Check if the given dialog object is shown.
isShown() - Method in class no.g9.client.spreadsheet.ExportElement
 
isValid - Variable in class no.g9.client.core.communication.G9ActionPayload
The valid flag.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2006–2020 Esito AS. All rights reserved.