javax.rad.application.genui
Class RemoteWorkScreen
java.lang.Object
javax.rad.genui.UIResource<C>
javax.rad.genui.UIComponent<C>
javax.rad.genui.UIContainer<IPanel>
javax.rad.genui.container.UIPanel
javax.rad.application.genui.Content
javax.rad.application.genui.ControllerContent
javax.rad.application.genui.WorkScreen
javax.rad.application.genui.RemoteWorkScreen
- All Implemented Interfaces:
- IConnectable, IContent, IMessageConstants, IWorkScreen, IControl, IControllable, IController, ITranslatable, IPanel, IComponent, IContainer, IResource, INamedObject, ITranslator
public class RemoteWorkScreen
- extends WorkScreen
- implements IConnectable
The RemoteWorkScreen
extends the WorkScreen
with
an AbstractConnection
.
Fields inherited from interface javax.rad.model.ui.IControllable |
COMMAND_DELETE, COMMAND_DUPLICATE, COMMAND_EDIT, COMMAND_EXPORT, COMMAND_FIRST, COMMAND_INSERT, COMMAND_INSERT_SUB, COMMAND_LAST, COMMAND_NEXT, COMMAND_PREVIOUS, COMMAND_RESTORE, COMMAND_SEARCH |
Methods inherited from class javax.rad.application.genui.WorkScreen |
createComponentName, createName, eventParameterChanged, eventParameterChanged, fireParameterChanged, getParameter, isModal, isParameterSet, notifyActivate, reload, removeParameter, save, setModal, setParameter, setParameter, showError, showError, showInformation, showInformation, showQuestion, showQuestion |
Methods inherited from class javax.rad.application.genui.ControllerContent |
addNotify, cancelEditing, doActiveControlChanged, doActiveControllableChanged, doActiveDataBookChanged, doCommand, doConfigureCommandButtons, doDelete, doDuplicate, doEdit, doExport, doFirst, doInsert, doInsertSub, doLast, doNext, doNotifyController, doPrevious, doRestore, doSearch, getActiveControl, getActiveControllable, getActiveDataBook, getCommandButtons, getController, getControllerProperty, getRegisteredCommands, isCommandEnabled, isDeleteEnabled, isDuplicateEnabled, isEditEnabled, isExportEnabled, isFirstEnabled, isInsertEnabled, isInsertSubEnabled, isLastEnabled, isNextEnabled, isPreviousEnabled, isRestoreEnabled, isSearchEnabled, notifyRepaint, registerCommandButton, removeNotify, saveEditing, setActiveControllable, setController, setControllerProperty, unregisterAllCommandButtons, unregisterCommandButton, unregisterCommandButton |
Methods inherited from class javax.rad.genui.UIContainer |
add, add, add, add, addInternal, beforeAddNotify, checkAdd, contains, getComponent, getComponentCount, getComponents, getInsets, getLayout, getUIResourceContainer, indexOf, remove, remove, removeAll, removeInternal, setLayout, setUIResourceContainer, setZOrder, updateTranslation |
Methods inherited from class javax.rad.genui.UIComponent |
capture, createComponentNamePrefix, debug, doEventKey, doTriggerPopMenu, equals, error, eventComponentMoved, eventComponentResized, eventFocusGained, eventFocusLost, eventKey, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getComponentUIResource, getCurrentTranslation, getCursor, getDefaultName, getEventSource, getExistingNames, getFactory, getFont, getForeground, getLocation, getLocationOffset, getLocationRelativeTo, getMaximumSize, getMinimumSize, getName, getParent, getPopupMenu, getPreferredSize, getResource, getRootName, getSize, getStyle, getTabIndex, getToolTipText, getTranslation, getUIComponent, hashCode, incrementNameIfExists, info, invokeAndWait, invokeAndWait, invokeInThread, invokeInThread, invokeLater, invokeLater, isBackgroundSet, isBeforeNotified, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isNotified, isPreferredSizeSet, isTranslationChanged, isTranslationEnabled, isVisible, requestFocus, setBackground, setBounds, setBounds, setCursor, setDefaultName, setEnabled, setEventSource, setFocusable, setFont, setForeground, setLocation, setLocation, setLocationRelativeTo, setMaximumSize, setMaximumSize, setMinimumSize, setMinimumSize, setName, setParent, setPopupMenu, setPreferredSize, setPreferredSize, setRootName, setSize, setSize, setStyle, setTabIndex, setToolTipText, setTranslation, setTranslationEnabled, setUIComponent, setVisible, translate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.rad.ui.IComponent |
capture, eventComponentMoved, eventComponentResized, eventFocusGained, eventFocusLost, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getCursor, getEventSource, getFactory, getFont, getForeground, getLocation, getLocationRelativeTo, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getStyle, getTabIndex, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setCursor, setEnabled, setEventSource, setFocusable, setFont, setForeground, setLocation, setLocationRelativeTo, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setSize, setStyle, setTabIndex, setToolTipText, setVisible |
Methods inherited from interface javax.rad.ui.IContainer |
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
RemoteWorkScreen
public RemoteWorkScreen()
- Creates a new instance of
RemoteWorkScreen
.
RemoteWorkScreen
public RemoteWorkScreen(IWorkScreenApplication pApplication)
- Creates a new instance of
RemoteWorkScreen
for a parent
application.
- Parameters:
pApplication
- the parent application
RemoteWorkScreen
public RemoteWorkScreen(IWorkScreenApplication pApplication,
java.util.Map<java.lang.String,java.lang.Object> pParameter)
- Creates a new instance of
RemoteWorkScreen
for a parent
application and screen parameters.
- Parameters:
pApplication
- the parent applicationpParameter
- additional screen parameters
RemoteWorkScreen
public RemoteWorkScreen(IWorkScreenApplication pApplication,
AbstractConnection pConnection)
- Creates a new instance of
RemoteWorkScreen
with a specific
launcher and connection.
- Parameters:
pApplication
- the parent applicationpConnection
- the connection
RemoteWorkScreen
public RemoteWorkScreen(IWorkScreenApplication pApplication,
AbstractConnection pConnection,
java.util.Map<java.lang.String,java.lang.Object> pParameter)
- Creates a new instance of
RemoteWorkScreen
with a specific
launcher, connection and screen parameters.
- Parameters:
pApplication
- the parent applicationpConnection
- the connectionpParameter
- additional screen parameters
getConnection
public AbstractConnection getConnection()
- Gets the communication connection.
- Specified by:
getConnection
in interface IConnectable
- Returns:
- the connection
setConnection
public void setConnection(AbstractConnection pConnection)
- Sets the communication connection.
- Specified by:
setConnection
in interface IConnectable
- Parameters:
pConnection
- the connection
isConnected
public boolean isConnected()
- Checks if the communication is established.
- Specified by:
isConnected
in interface IConnectable
- Returns:
true
if the connection is established
getApplication
public RemoteWorkScreenApplication getApplication()
- Gets the main application of this work-screen.
- Specified by:
getApplication
in interface IWorkScreen
- Overrides:
getApplication
in class WorkScreen
- Returns:
- the main application base
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.