public interface ClientContextI extends BasicClientContextI, FormTransactionBuilderI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
CANCELED, CONFIRMED, DENIED, TYPE_ERROR, TYPE_INFO, TYPE_PLAIN, TYPE_QUESTION, TYPE_WARNING
Modifier and Type | Method and Description |
---|---|
void |
addAction(javax.swing.Action a)
Adds an action to this ClientContextI.
|
void |
addAction(javax.swing.Action a,
MDIElementI mdie)
Adds an action to this ClientContextI, either globally or for a specific "MDIElementI".
|
default void |
addActions(ClientDesktopElement cde)
Adds all actions associated with the given "ClientDesktopElement" to this ClientContextI.
|
void |
addSaveBOListener(SaveBOListenerI l) |
void |
addVisualComponent(javax.swing.JComponent c,
java.lang.String position) |
void |
addVisualComponent(java.lang.String container,
javax.swing.JComponent c,
java.lang.String position) |
void |
authenticate(java.lang.String username,
java.lang.String password) |
void |
authenticate(java.lang.String username,
java.lang.String password,
boolean inhibitInitFeatureManager) |
void |
bringUsToFront() |
void |
close() |
javax.swing.JRootPane |
determineRootPane(FormContextI ftx) |
void |
endWaitFeedback() |
java.lang.String |
executeCommand(java.lang.String s) |
java.util.Map |
getAllActions() |
java.util.HashMap |
getAllMenus() |
java.util.HashMap |
getAllToolBars() |
Lesezeichen |
getBookmarkByTid(java.lang.String _tid,
java.lang.String _entityName) |
Lesezeichen[] |
getBookmarks(EntityI ent) |
Lesezeichen[] |
getBookmarks(EntityI ent,
boolean reload) |
CodebausteinStorageI |
getCodebausteinStorage() |
DBManInfo |
getDBManInfo()
Retrieves information about the server.
|
Folder |
getFolder(java.lang.String path) |
Folder[] |
getFolderChildren(Folder parent) |
FormElementI |
getFormElementForBO(BO bo) |
Formular[] |
getForms(EntityI ent) |
Formular[] |
getForms(EntityI ent,
boolean reload) |
FormContextI |
getFtx() |
FulltextSearcherI |
getFulltextSearcher() |
java.util.Map |
getGlobalActions(FormContextI ftx) |
javax.swing.ImageIcon |
getIcon(java.lang.String name,
int tip)
Returns an ImageIcon taken from the theme the user selected and for the passed
name with a fitting size for the passed tip.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject)
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, derived from the provided context object.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
java.awt.Color color)
Retrieves an icon from this theme with a size appropriate for the given context object, and optional color.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
java.awt.Color color,
boolean allowUnderlay)
Retrieves an icon from this theme with a size appropriate for the given context object, and optional color and underlay.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context)
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, considering both the context object and the explicit context.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context,
java.awt.Color color)
Retrieves an icon from this theme with a size determined by the given context, and optional color.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context,
java.awt.Color color,
boolean allowUnderlay)
Retrieves an icon from this theme with a size determined by the given context, and optional color and underlay.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context,
java.lang.String configuration)
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, considering both the context object and the explicit context.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context,
java.lang.String configuration,
java.awt.Color color)
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color.
|
javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context,
java.lang.String configuration,
java.awt.Color color,
boolean allowUnderlay)
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color and underlay.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
java.lang.String configuration)
Returns an ImageIcon taken from the theme the user selected for the passed
name with a fitting size, derived from the provided context object.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
java.lang.String configuration,
java.awt.Color color)
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color.
|
default javax.swing.ImageIcon |
getIcon(java.lang.String name,
java.lang.Object contextObject,
java.lang.String configuration,
java.awt.Color color,
boolean allowUnderlay)
Retrieves an icon from this theme with a size determined by the given context and configuration, and optional color and underlay.
|
javax.swing.ImageIcon |
getIconByConstantName(java.lang.String cname,
int tip)
Returns an ImageIcon taken from the theme the user selected and for the passed
constant-name with a fitting size for the passed tip.
|
default javax.swing.ImageIcon |
getIconByConstantName(java.lang.String cname,
java.lang.Object contextObject)
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, derived from the provided context object.
|
default javax.swing.ImageIcon |
getIconByConstantName(java.lang.String cname,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context)
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, considering both the context object and the explicit context.
|
javax.swing.ImageIcon |
getIconByConstantName(java.lang.String cname,
java.lang.Object contextObject,
de.ipcon.swing.IconDisplayContext context,
java.lang.String configuration)
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, considering both the context object and the explicit context.
|
default javax.swing.ImageIcon |
getIconByConstantName(java.lang.String cname,
java.lang.Object contextObject,
java.lang.String configuration)
Returns an ImageIcon taken from the theme the user selected for the passed
constant-name with a fitting size, derived from the provided context object.
|
java.awt.Image |
getLogo() |
MDIElementI |
getMDIElementForBO(BO bo) |
MDIManagerI |
getMDIManager() |
javax.swing.JMenu |
getMenu(java.lang.String name) |
java.util.List<ClientPluginI> |
getPlugins() |
netrexx.lang.Rexx |
getProperty(netrexx.lang.Rexx path,
netrexx.lang.Rexx key) |
Report[] |
getReports(EntityI ent) |
Report[] |
getReports(EntityI ent,
boolean reload) |
java.lang.String |
getServerName() |
Struktur[] |
getStrukturenForEntity(java.lang.String ent)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForEntity(java.lang.String ent,
boolean reload)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForEntity(java.lang.String ent,
boolean reload,
boolean directOnly)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForEntity(java.lang.String ent,
boolean reload,
boolean directOnly,
EntityI[] entitiesOnly)
Returns all structures for a given entity-name
|
Struktur[] |
getStrukturenForSearchString(java.lang.String searchString,
int searchType,
boolean reload,
boolean directOnly,
EntityI[] entitiesOnly)
Searches entities for a given string and generates/retrieves the structures for them
|
Schablone |
getTemplateByTid(java.lang.String _tid,
java.lang.String _entityName) |
Schablone[] |
getTemplates(EntityI ent) |
Schablone[] |
getTemplates(EntityI ent,
boolean reload) |
default Schablone[] |
getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent) |
Schablone[] |
getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent,
boolean reload,
boolean uniqueEntities,
java.util.Set entitiesToExclude) |
default Schablone[] |
getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent,
java.util.Set entitiesToExclude) |
java.lang.String |
getUniquePrefix() |
FormatterI |
getVarFormatter() |
java.lang.String |
getWindowTitle(BO bo) |
java.lang.String |
getWindowTitle(BO bo,
java.lang.String explicitDescription,
boolean skipEntity) |
boolean |
isClosed() |
boolean |
isConnected() |
boolean |
isConnected(boolean failfast) |
boolean |
isMemoryTightClient() |
boolean |
isMemoryTightClient(boolean failfast) |
boolean |
isNotificationSystemActivated() |
boolean |
isShowBOProperties() |
boolean |
isShowHiddenProperties() |
boolean |
isShowHistory() |
void |
logon() |
FormElementI |
openForm(Formular f,
BO bo) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters,
java.lang.String title) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext) |
FormElementI |
openForm(Formular f,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext,
boolean isMassChange) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters,
java.lang.String title) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext) |
FormElementI |
openForm(Formular f,
Transaction tx,
BO bo,
java.util.Map parameters,
java.lang.String title,
FormContextI formContext,
boolean isMassChange) |
FormElementI |
openNew(Schablone s) |
FormElementI |
openNew(Schablone s,
java.util.Map parameters) |
FormElementI |
openView(BO bo) |
FormElementI |
openView(BO bo,
java.util.Map parameters) |
FormElementI |
openView(BO bo,
java.util.Map parameters,
java.lang.String title) |
FormElementI |
openView(BO bo,
java.util.Map parameters,
java.lang.String title,
boolean reloadFormCache) |
FormElementI |
openView(BO bo,
java.util.Map parameters,
java.lang.String title,
boolean reloadFormCache,
boolean useAutomatic) |
FormElementI |
openView(Lesezeichen l) |
FormElementI |
openView(Lesezeichen l,
java.util.Map parameters) |
FormElementI |
preparePrinting(Report r,
BO bo) |
FormElementI |
preparePrinting(Report r,
BO[] bos) |
FormElementI |
preparePrinting(Report r,
BO[] bos,
java.lang.String title) |
FormElementI |
preparePrinting(Report r,
BO[] bos,
java.lang.String title,
FormElementI owner) |
FormElementI |
preparePrinting(Report r,
BO bo,
java.lang.String title) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO bo) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO[] bos) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO[] bos,
java.lang.String title) |
FormElementI |
preparePrinting(java.lang.String entityName,
java.lang.String reportName,
BO bo,
java.lang.String title) |
void |
refreshActions() |
void |
registerClientContainer(java.lang.String name,
ClientContainerI cc) |
javax.swing.JFrame |
registerMDIManagerInstance(java.lang.String name,
MDIManagerI manager) |
void |
removeAction(javax.swing.Action a)
Removes an action globally from this ClientContextI.
|
void |
removeAction(javax.swing.Action a,
MDIElementI mdie)
Removes an action from this ClientContextI, either globally or for a specific "MDIElementI".
|
default void |
removeActions(ClientDesktopElement cde)
Removes all actions associated with the given "ClientDesktopElement" from this ClientContextI.
|
void |
removeSaveBOListener(SaveBOListenerI l) |
FormElementI |
reopenView(FormElementI fe) |
FormElementI |
reopenView(FormElementI fe,
Struktur useStruktur) |
FormElementI |
reopenView(FormElementI fe,
Struktur useStruktur,
boolean reloadBO) |
void |
resetPassword(java.lang.String username) |
void |
setDefaultFocusOwner(javax.swing.JComponent c) |
void |
setEmptyMDIFocus() |
void |
setMenuBar(javax.swing.JMenuBar c) |
void |
setTitle() |
void |
setTitle(java.lang.String s) |
void |
startL10nPackPrefetcher() |
void |
startWaitFeedback() |
void |
submitAction(java.awt.event.ActionEvent a) |
void |
suggestGC() |
void |
trackReadAccess(Struktur structure)
Updates the read access statistics for the passed Struktur.
|
FormElementI |
updateView(FormElementI fe) |
getBLOB, getBLOB, getBO, getBOLoader, getCurrentUser, getDialogParent, getEventProvider, getGlobalVar, getGlobalVars, getLocalFile, getProjectPackage, getSchema, getScript, isServerAuthoritativeSyncServer, putLocalFile, putLocalFile, queryBO, queryBO, setGlobalVar, setScript, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog
saveBO, saveBO, saveWithRetries, saveWithRetries
getNewTransaction, getNewTransaction, getNewTransaction, getNewTransaction, getNewTransactionWithInstrumentedSchema, getNewTransactionWithInstrumentedSchema, getNewTransactionWithInstrumentedSchema, getNewTransactionWithInstrumentedSchema
showBigDecimalInputDialog, showBigDecimalInputDialog, showBigDecimalInputDialog, showBigDecimalInputDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showConfirmDialog, showDateInputDialog, showDateInputDialog, showDateInputDialog, showDateInputDialog, showDateInputDialog, showError, showError, showError, showError, showError, showError, showError, showError, showException, showException, showException, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFileChooser, showFilesChooser, showFilesChooser, showFilesChooser, showFilesChooser, showFilesChooser, showIntegerInputDialog, showIntegerInputDialog, showIntegerInputDialog, showIntegerInputDialog, showListChoiceDialog, showListChoiceDialog, showListChoiceDialog, showLongInputDialog, showLongInputDialog, showLongInputDialog, showLongInputDialog, showMessageDialog, showMessageDialog, showMessageDialog, showMessageDialogNonModal, showMessageDialogNonModal, showMessageDialogNonModal, showMultipleChoiceDialog, showMultipleChoiceDialog, showPasswordInputDialog, showPasswordInputDialog, showStringInputDialog, showStringInputDialog, showStringInputDialog, showStringInputDialog, showStringInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showTimespanInputDialog, showUserLoginDialog, showUserLoginDialog, showYesNoDialog
applyDefaults
getAutomatikStrukturForPath, getAutomatikStrukturForPath, getAutomatikStrukturForPath, getAutomatikStrukturForPath
getNewFormTransaction, getNewFormTransaction
static final java.lang.String $0
javax.swing.ImageIcon getIcon(java.lang.String name, int tip)
name
- The name of the icon from interface See IconKeys
which identifies the desired icon.tip
- A tip hinting the client as in what context the icon is needed. This
determines what size the icon shall be fetched in. Values for the
paramter should be taken from constants being prefixed with "TIP_"
in interface @see de.ipcon.swing.IconKeyscan be accessed directly.
default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject)
name
- The name of the icon from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.
This object is used to determine the appropriate icon size.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, java.awt.Color color)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.color
- The color to apply to the icon (SVG icons only).null
if the icon is not found.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, java.awt.Color color, boolean allowUnderlay)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.color
- The color to apply to the icon (SVG icons only).allowUnderlay
- Whether to include an underlay for the icon (Navigation Tree SVG icons only).null
if the icon is not found.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context)
IconDisplayContext
.name
- The name of the icon from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.context
- The IconDisplayContext
providing additional context for icon size determination.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context, java.awt.Color color)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.context
- The icon display context.color
- The color to apply to the icon (SVG icons only).null
if the icon is not found.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context, java.awt.Color color, boolean allowUnderlay)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.context
- The icon display context.color
- The color to apply to the icon (SVG icons only).allowUnderlay
- Whether to include an underlay for the icon (Navigation Tree SVG icons only).null
if the icon is not found.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, java.lang.String configuration)
Note: The configuration
parameter is not yet supported and is currently ignored.
name
- The name of the icon from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.configuration
- A string representing configuration options (currently ignored).default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, java.lang.String configuration, java.awt.Color color)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.configuration
- The configuration string.color
- The color to apply to the icon (SVG icons only).null
if the icon is not found.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, java.lang.String configuration, java.awt.Color color, boolean allowUnderlay)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.configuration
- The configuration string.color
- The color to apply to the icon (SVG icons only).allowUnderlay
- Whether to include an underlay for the icon (Navigation Tree SVG icons only).null
if the icon is not found.default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context, java.lang.String configuration)
Note: The configuration
parameter is not yet supported and is currently ignored.
name
- The name of the icon from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.context
- The IconDisplayContext
providing additional context for icon size determination.configuration
- A string representing configuration options (currently ignored).default javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context, java.lang.String configuration, java.awt.Color color)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.context
- The icon display context.configuration
- The configuration string.color
- The color to apply to the icon (SVG icons only).null
if the icon is not found.javax.swing.ImageIcon getIcon(java.lang.String name, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context, java.lang.String configuration, java.awt.Color color, boolean allowUnderlay)
name
- The name of the icon.contextObject
- The object representing the context in which the icon will be used.context
- The icon display context.configuration
- The configuration string.color
- The color to apply to the icon (SVG icons only).allowUnderlay
- Whether to include an underlay for the icon (Navigation Tree SVG icons only).null
if the icon is not found.javax.swing.ImageIcon getIconByConstantName(java.lang.String cname, int tip)
cname
- The name of the constant from interface @see de.ipcon.swing.IconKeys
which identifies the desired icon.tip
- A tip hinting the client as in what context the icon is needed. This
determines what size the icon shall be fetched in. Values for the
paramter should be taken from constants being prefixed with "TIP_"
in interface @see de.ipcon.swing.IconKeysbut do not want to expose the constant-values. Thus
we only give the name of the constant in the xml-code.
default javax.swing.ImageIcon getIconByConstantName(java.lang.String cname, java.lang.Object contextObject)
cname
- The name of the constant from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.
This object is used to determine the appropriate icon size.default javax.swing.ImageIcon getIconByConstantName(java.lang.String cname, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context)
IconDisplayContext
.cname
- The name of the constant from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.context
- The IconDisplayContext
providing additional context for icon size determination.default javax.swing.ImageIcon getIconByConstantName(java.lang.String cname, java.lang.Object contextObject, java.lang.String configuration)
Note: The configuration
parameter is not yet supported and is currently ignored.
cname
- The name of the constant from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.configuration
- A string representing configuration options (currently ignored).javax.swing.ImageIcon getIconByConstantName(java.lang.String cname, java.lang.Object contextObject, de.ipcon.swing.IconDisplayContext context, java.lang.String configuration)
Note: The configuration
parameter is not yet supported and is currently ignored.
cname
- The name of the constant from interface IconKeys
which identifies the desired icon.contextObject
- An object representing the context in which the icon is used.context
- The IconDisplayContext
providing additional context for icon size determination.configuration
- A string representing configuration options (currently ignored).java.awt.Image getLogo()
netrexx.lang.Rexx getProperty(netrexx.lang.Rexx path, netrexx.lang.Rexx key)
void authenticate(java.lang.String username, java.lang.String password, boolean inhibitInitFeatureManager) throws AuthenticationException
AuthenticationException
void authenticate(java.lang.String username, java.lang.String password) throws AuthenticationException
AuthenticationException
void resetPassword(java.lang.String username)
void startL10nPackPrefetcher()
void logon()
void close()
boolean isClosed()
java.lang.String getServerName()
boolean isConnected()
boolean isConnected(boolean failfast)
boolean isMemoryTightClient()
boolean isMemoryTightClient(boolean failfast)
void submitAction(java.awt.event.ActionEvent a)
java.lang.String getUniquePrefix()
void setTitle()
void setTitle(java.lang.String s)
FormatterI getVarFormatter()
FormContextI getFtx()
void suggestGC()
FulltextSearcherI getFulltextSearcher()
void bringUsToFront()
FormElementI openView(BO bo, java.util.Map parameters, java.lang.String title, boolean reloadFormCache, boolean useAutomatic)
FormElementI openView(BO bo, java.util.Map parameters, java.lang.String title, boolean reloadFormCache)
FormElementI openView(BO bo, java.util.Map parameters, java.lang.String title)
FormElementI openView(BO bo, java.util.Map parameters)
FormElementI openView(BO bo)
FormElementI openView(Lesezeichen l, java.util.Map parameters)
FormElementI openView(Lesezeichen l)
MDIElementI getMDIElementForBO(BO bo)
FormElementI getFormElementForBO(BO bo)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext, boolean isMassChange)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters, java.lang.String title)
FormElementI openForm(Formular f, Transaction tx, BO bo, java.util.Map parameters)
FormElementI openForm(Formular f, Transaction tx, BO bo)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext, boolean isMassChange)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters, java.lang.String title, FormContextI formContext)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters, java.lang.String title)
FormElementI openForm(Formular f, BO bo, java.util.Map parameters)
FormElementI openForm(Formular f, BO bo)
FormElementI openNew(Schablone s, java.util.Map parameters)
FormElementI openNew(Schablone s)
FormElementI updateView(FormElementI fe)
FormElementI reopenView(FormElementI fe, Struktur useStruktur, boolean reloadBO)
FormElementI reopenView(FormElementI fe, Struktur useStruktur)
FormElementI reopenView(FormElementI fe)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO bo, java.lang.String title)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO bo)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO[] bos, java.lang.String title)
FormElementI preparePrinting(java.lang.String entityName, java.lang.String reportName, BO[] bos)
FormElementI preparePrinting(Report r, BO bo, java.lang.String title)
FormElementI preparePrinting(Report r, BO bo)
FormElementI preparePrinting(Report r, BO[] bos, java.lang.String title, FormElementI owner)
FormElementI preparePrinting(Report r, BO[] bos, java.lang.String title)
FormElementI preparePrinting(Report r, BO[] bos)
Schablone[] getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent, boolean reload, boolean uniqueEntities, java.util.Set entitiesToExclude)
default Schablone[] getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent, java.util.Set entitiesToExclude)
default Schablone[] getTemplatesForSubEntitiesInAdminsOrdner(EntityI ent)
Lesezeichen[] getBookmarks(EntityI ent, boolean reload)
Lesezeichen[] getBookmarks(EntityI ent)
Schablone getTemplateByTid(java.lang.String _tid, java.lang.String _entityName)
Lesezeichen getBookmarkByTid(java.lang.String _tid, java.lang.String _entityName)
void addSaveBOListener(SaveBOListenerI l)
void removeSaveBOListener(SaveBOListenerI l)
java.util.HashMap getAllMenus()
java.util.HashMap getAllToolBars()
MDIManagerI getMDIManager()
void setEmptyMDIFocus()
java.lang.String getWindowTitle(BO bo, java.lang.String explicitDescription, boolean skipEntity)
java.lang.String getWindowTitle(BO bo)
javax.swing.JRootPane determineRootPane(FormContextI ftx)
java.util.Map getAllActions()
java.util.Map getGlobalActions(FormContextI ftx)
default void addActions(ClientDesktopElement cde)
cde
- The "ClientDesktopElement" whose actions should be added.default void removeActions(ClientDesktopElement cde)
cde
- The "ClientDesktopElement" whose actions should be removed.void addAction(javax.swing.Action a, MDIElementI mdie)
This method registers an action with the ClientContextI, making it available either globally or for a specific "MDIElementI". If an "MDIElementI" is provided, the action is associated with that element; otherwise, it is added to the global action map.
a
- The action to add.mdie
- The "MDIElementI" to associate the action with (optional).java.lang.IllegalArgumentException
- If a non-local, non-prototype action is registered in a multi-window environment.void addAction(javax.swing.Action a)
This method registers an action with the ClientContextI, making it available globally by adding it to the global action map.
a
- The action to add.void removeAction(javax.swing.Action a, MDIElementI mdie)
This method unregisters an action from the ClientContextI, either globally or for a specific "MDIElementI". If an "MDIElementI" is provided, the action is removed from that element; otherwise, it is removed from the global action map.
a
- The action to remove.mdie
- The "MDIElementI" to remove the action from (optional).void removeAction(javax.swing.Action a)
This method unregisters an action globally from the ClientContextI by removing it from the global action map.
a
- The action to remove.void refreshActions()
javax.swing.JMenu getMenu(java.lang.String name)
void setMenuBar(javax.swing.JMenuBar c)
void setDefaultFocusOwner(javax.swing.JComponent c)
java.lang.String executeCommand(java.lang.String s)
void addVisualComponent(java.lang.String container, javax.swing.JComponent c, java.lang.String position)
void addVisualComponent(javax.swing.JComponent c, java.lang.String position)
void registerClientContainer(java.lang.String name, ClientContainerI cc)
javax.swing.JFrame registerMDIManagerInstance(java.lang.String name, MDIManagerI manager)
void startWaitFeedback()
void endWaitFeedback()
java.util.List<ClientPluginI> getPlugins()
CodebausteinStorageI getCodebausteinStorage()
boolean isShowHiddenProperties()
boolean isShowBOProperties()
boolean isShowHistory()
DBManInfo getDBManInfo()
boolean isNotificationSystemActivated()
Folder getFolder(java.lang.String path)
Struktur[] getStrukturenForSearchString(java.lang.String searchString, int searchType, boolean reload, boolean directOnly, EntityI[] entitiesOnly)
searchString
- the String to which the entities are comparedsearchType
- defines the type of matching done. see DynamischerOrdnerreload
- force a reloaddirectOnly
- only return structure that is for the entity directly, that is resolved from the path, no parent class structureentitiesOnly
- only returns structure of the passed EntityI; no restriction if nullStruktur[] getStrukturenForEntity(java.lang.String ent, boolean reload, boolean directOnly, EntityI[] entitiesOnly)
ent
- The entity name for which to collect the structuresreload
- force a reloaddirectOnly
- only return structures that are for the entity directly, no parent class structuresentitiesOnly
- only adds structures of the passed EntityI; no restriction if nullStruktur[] getStrukturenForEntity(java.lang.String ent, boolean reload, boolean directOnly)
ent
- The entity name for which to collect the structuresreload
- force a reloaddirectOnly
- only return structures that are for the entity directly, no parent class structuresStruktur[] getStrukturenForEntity(java.lang.String ent, boolean reload)
ent
- The entity name for which to collect the structuresreload
- force a reloadStruktur[] getStrukturenForEntity(java.lang.String ent)
ent
- The entity name for which to collect the structuresvoid trackReadAccess(Struktur structure)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.