- PaginatorEvent - Class in no.g9.client.core.action
-
PaginatorEvent is used to signal that a paginator navigation button has been clicked.
- PaginatorEvent(PaginatorEvent.NavigationButton, int, int, int, Object) - Constructor for class no.g9.client.core.action.PaginatorEvent
-
Create a new paginator event.
- PaginatorEvent(String, int, int, int, Object) - Constructor for class no.g9.client.core.action.PaginatorEvent
-
Construct a new paginator event.
- PaginatorEvent.NavigationButton - Enum in no.g9.client.core.action
-
Enumerates the paging buttons
- Parameter<T> - Interface in no.g9.client.core.action
-
Represents a parameter in a remote service invocation.
- ParameterBinding<A> - Interface in no.g9.client.core.action
-
Represents a parameter binding in a remote service invocation.
- parseParams(ClientContext) - Method in class no.g9.client.spreadsheet.DefaultSpreadsheetService
-
Check if the client context contains any parameters used by
the Excel exporter.
- passFilter(T) - Method in class no.g9.client.core.view.table.RowFilter
-
Test if the specified row passes this filter.
- payload - Variable in class no.g9.client.core.communication.G9ActionPayload
-
The payload.
- payload(String) - Method in class no.g9.client.core.communication.G9ActionPayload
-
Creates a new G9ActionPayload based on this with
a new payload.
- payload - Variable in class no.g9.client.core.communication.SystemMessage
-
The payload
- payload(String) - Method in class no.g9.client.core.communication.SystemMessage
-
Creates a new message based on this but changes the payload
- payload(SystemMessage) - Method in class no.g9.client.core.communication.SystemMessage
-
Creates a new message based on this but changes the payload
- peek(RoleConstant) - Method in class no.g9.client.core.controller.DialogController
-
Create a new instance of the specified root and update it with the view's
field values.
- performAction(ActionType, DialogConstant, boolean) - Method in class no.g9.client.core.controller.ApplicationController
-
Performs the specified action.
- performAction(ActionType, DialogConstant) - Method in class no.g9.client.core.controller.ApplicationController
-
Performs the specified action.
- performAction(ActionType, DialogConstant) - Method in interface no.g9.client.core.view.ApplicationView
-
- performAction(ActionType, DialogConstant, Boolean) - Method in interface no.g9.client.core.view.ApplicationView
-
Perform the specified action.
- performAction(ActionType, DialogObjectConstant) - Method in interface no.g9.client.core.view.DialogView
-
Perform the specified action.
- performActionFromExternal(ActionType, DialogConstant, boolean) - Method in class no.g9.client.core.controller.ApplicationController
-
Performs the specified action.
- performed(T) - Method in class no.g9.client.core.action.ActionHookAdapter
-
- performed(T) - Method in interface no.g9.client.core.action.Hookable
-
The performed hook, invoked after
Hookable.initialized() unless the
action has failed or the action is canceled.
- port - Variable in class no.g9.client.core.communication.SystemMessage
-
The port
- port(String) - Method in class no.g9.client.core.communication.SystemMessage
-
Creates a new message based on this but changes the port
- prettyPrint(PrintStream) - Method in class no.g9.client.core.view.table.DefaultTableModel
-
- prettyPrint(PrintStream) - Method in interface no.g9.client.core.view.table.TableModel
-
Debug print the table contents to specified print stream.
- Property<T> - Interface in no.g9.client.core.view
-
An interface used to represent a property.
- PropertyManager - Interface in no.g9.client.core.view
-
Manages properties for DialogObjectConstants.
- putResource(Resource) - Method in interface no.g9.client.core.view.ResourceStore
-
Put a new resource in the store.