Uses of Class
com.iizix.prop.EnvProps
Package
Description
Uses of EnvProps in com.iizigo.font
Modifier and TypeMethodDescriptionboolean
DesignerFontManager.installFont
(String fontFamily, EnvProps env) Installs the font families as specified by the font family.boolean
DesignerFontManager.installFonts
(List<FontFiles> fontList, EnvProps env) Installs the font face as specified by theFontFiles
instance for the Client Session.Uses of EnvProps in com.iizigo.project
Modifier and TypeMethodDescriptionProjectRootPropCnr.getEnvironment()
Gets the environment properties.Uses of EnvProps in com.iizix.gyro
Modifier and TypeMethodDescriptionIAppSessionGyro.getEnvironment()
Gets the original environment properties for Selector's or Value's.IClientSessionGyro.getEnvironment()
Gets the current environment properties for Selector's or Value's.Uses of EnvProps in com.iizix.prop
Modifier and TypeMethodDescriptionEnvProps.clone()
Clones the environment properties.ClientProps.getEnvironment()
Gets the environment properties.GProp.getEnvironment()
Gets the environment properties.IGProp.getEnvironment()
Gets the environment properties.PropMgr.getEnvironment()
Gets the Environment property.Modifier and TypeMethodDescriptionprotected boolean
Evaluates an expression at specified index.default boolean
IReferrerParticipant.isParticipating
(EnvProps envProps) Checks if the owner of the reference is participating.boolean
FolderSettingsProp.isSelected
(EnvProps envProps) Called to resolve the SelectorExpression by custom Java code.boolean
FolderURIPropCnr.isSelected
(EnvProps envProps) Called to resolve the SelectorExpression by custom Java code.boolean
ISelectorExpression.isSelected
(EnvProps envProps) Called to resolve the SelectorExpression by custom Java code.boolean
Selector.isSelected
(EnvProps envProps) Called to resolve the SelectorExpression.boolean
SelectorExpression.isSelected
(Selector selector, EnvProps envProps) Called to resolve the SelectorExpression by custom Java code.default boolean
ISelectorOwner.isSelectorSelected
(EnvProps envProps) Verifies if the owned selector causes this owner property container to be selected or not.boolean
ModuleApp.isSelectorSelected
(EnvProps envProps) Verifies if the Module Application (project) is selected or not.boolean
SelectorReference.isSelectorSelected
(EnvProps envProps) Verifies if this selector reference causes the owner to be selected or not.final boolean
EnvProps.ClientCapability.isSupported
(EnvProps env) Returns if supported.Uses of EnvProps in com.iizix.prop.font
Modifier and TypeMethodDescriptionFontFiles.getFontFile
(EnvProps env) Returns the font file that is used for the client session in question.Uses of EnvProps in com.iizix.prop.ui
Modifier and TypeMethodDescriptionboolean
UIContextMenu.isParticipating
(EnvProps envProps) Checks if this panel is participating in the VirtualSpace, i.e.final boolean
UIPanelBase.isParticipating
(EnvProps envProps) Checks if this panel is participating in the VirtualSpace, i.e.Uses of EnvProps in com.iizix.selector
Modifier and TypeMethodDescriptionstatic io.github.mngsk.devicedetector.Detection
DeviceMatch.getDeviceDetectionFromUserAgent
(EnvProps env) Gets the cached device detection instance based on the parsed user agent.static String
DeviceMatch.getDeviceDetectionOperatingSystemFromUserAgent
(EnvProps env) Gets the Operating System from the cached device detection instance based on the parsed user agent.static ua_parser.Client
DeviceMatch.getParsedUserAgent
(EnvProps env) Gets the parsed user agent instance.static String
DeviceMatch.getUserAgent
(EnvProps env) Gets client "User Agent" string.static boolean
Check for Android device (phone or tablet).static boolean
Deprecated.static boolean
Check for iOS device (iPhone or iPad).static boolean
Check for Mac OS device.static boolean
DeviceMatch.isWinPhone
(EnvProps env) Check for Windows Phone.static boolean
Matches a device.static boolean
Matches a language.boolean
Matches the item for a selector.Uses of EnvProps in com.iizix.server.app
Modifier and TypeMethodDescriptionAppFactory.getEnvironment()
Gets the environment properties to use.IRuntimeReferenceLookup.getEnvironment()
Gets the environment properties to use.RuntimeApp.getEnvironment()
Gets the environment properties to use.VirtualsContainer.VContainer.getEnvironment()
Gets the environment properties.Uses of EnvProps in com.iizix.server.app.prop
Modifier and TypeMethodDescriptionvoid
AppPropCnr.initialize
(AppFactory factory, EnvProps serverEnvProps) Creates a PropCnr for the designer with the specified name with a null value.Uses of EnvProps in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.getEnvironment()
Gets the original environment properties for Selector's or Value's.ClientSessionGyro.getEnvironment()
Gets the current environment properties for Selector's or Value's.Modifier and TypeMethodDescriptionAppSessionGyro.createClientSessionGyro
(ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps) Called to create the ClientSessionGyro for the first client session or for parallel client sessions.boolean
AppSessionGyro.initialize
(EnvProps envProps, ClientSessionGyro clientGyro) Initiates the application for the client session.Uses of EnvProps in com.iizix.server.prop
{@link #getDeviceDetectionFromUserAgent(EnvProps)}.isDesktop()
instead.