Class ModelFiltrationContext
java.lang.Object
com._1c.g5.v8.dt.form.layout.filtration.ModelFiltrationContext
Computation context for the
LogFormElementsExpandGroupsFilter
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateItemUniqueName
(String name, FormItem item, FormVisualEntity context) Generates unique item name.int
getAlias()
boolean
boolean
TODO JavaDocvoid
setAlias
(int alias) void
setCommandInterface
(CommandInterfaceMapping commandInterface) void
setCompatibilityMode
(CompatibilityMode compatibilityMode) void
setCurrentLanguage
(String currentLanguage) void
setDefaultButtonFlag
(boolean defaultButtonFlag) void
setInterfaceVariant
(ClientInterfaceVariant interfaceVariant) void
setItCurMenu
(CommandBarUserContent itCurMenu) void
setpNewMainElement
(Form pNewMainElement) void
setpOldMainElement
(Form pOldMainElement) void
setScriptVariant
(ScriptVariant scriptVariant) void
setTarget
(LFTargetPlatform target) void
setTargetPlatform
(LFTargetPlatform target) void
setVersion
(Version version)
-
Constructor Details
-
ModelFiltrationContext
-
-
Method Details
-
generateItemUniqueName
Generates unique item name.- Parameters:
name
- the custom name (notnull
)item
- the item for which creating unique name (notnull
)context
- the context in which contains the item (notnull
)- Returns:
- return unique name for the item
-
getAlias
public int getAlias()- Returns:
- the alias
-
getCommandInterface
- Returns:
- the commandInterface
-
getCurrentLanguage
- Returns:
- the currentLanguage
-
getItCurMenu
- Returns:
- the itCurMenu
-
getpNewMainElement
- Returns:
- the pNewMainElement
-
getpOldMainElement
- Returns:
- the pOldMainElement
-
getScriptVariant
- Returns:
- the scriptVariant
-
getUserButtonsByCommandBars
- Returns:
- the userButtonsByCommandBars
-
isDefaultButtonFlag
public boolean isDefaultButtonFlag()- Returns:
- the defaultButtonFlag
-
setAlias
public void setAlias(int alias) - Parameters:
alias
- the alias to set
-
setCommandInterface
- Parameters:
commandInterface
- the commandInterface to set
-
setCurrentLanguage
- Parameters:
currentLanguage
- the currentLanguage to set
-
setDefaultButtonFlag
public void setDefaultButtonFlag(boolean defaultButtonFlag) - Parameters:
defaultButtonFlag
- the defaultButtonFlag to set
-
setItCurMenu
- Parameters:
itCurMenu
- the itCurMenu to set
-
setpNewMainElement
- Parameters:
pNewMainElement
- the pNewMainElement to set
-
setpOldMainElement
- Parameters:
pOldMainElement
- the pOldMainElement to set
-
setScriptVariant
- Parameters:
scriptVariant
- the scriptVariant to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version
- the version to set
-
setInterfaceVariant
- Parameters:
interfaceVariant
- the interface variant
-
getInterfaceVariant
- Returns:
- the interface variant
-
setTargetPlatform
- Parameters:
target
- the target platform
-
getTarget
- Returns:
- the target
-
setTarget
- Parameters:
target
- the target platform to set
-
getCompatibilityMode
- Returns:
- the compatibilityMode
-
setCompatibilityMode
- Parameters:
compatibilityMode
- the compatibilityMode to set
-