See: Description
Interface | Description |
---|---|
ClientMainFrame.ClientUpgradePageGenerator |
The client upgrade page generator is a page shown when client has an older
client to connect to the server
|
ConnectionToServer.WriterToServer |
Should include all actions to send a full command to the server.
|
PageActionManager.ActionSourceTransformer |
for some widgets, a subcomponent will fire the event, but a parent widget has
the action attached to it.
|
UserInteractionWidget |
Widgets of the client that need to be disabled during a connection
should implement this interface.
|
Class | Description |
---|---|
AddressLink |
Represents a page address that is kept in the history of pages visited.
|
BufferPage |
A page buffer kept on the client.
|
ClientData |
This class stores the history of pages visited
|
ClientDisplay |
One tab display of the navigator
|
ClientMainFrame |
the main class of the client.
|
ClientSession |
Client managing a session to a given server.
|
ClientTools |
Tools used by classes in the client
|
ConnectionBar |
The browser-style connection bar used by theclient
|
ConnectionToServer |
Wraps the socket connection to the Open Lowcode server, and includes relaunch
mechanisms if a network connection is broken
|
DisplayPageFeedback |
Feedback from trying to display a pgage.
|
OLcClient |
The main class of the javafx client for Open Lowcode
|
PageActionManager | |
PageActionModifier |
A lightweight wrapper on modifiers when an action is pressed.
|
PageBuffer |
A buffer holding all pages received by the client, so that it does not
have to be sent again by the server, to save bandwidth.
|
PageInBuffer |
A page information as stored in the page buffer.
|
UnsavedDataWarning |
An unsaved data warning is raised by a component where update has started.
|