Uses of Class
com.iizix.prop.EnvProps
Uses of EnvProps in com.iizigo.font
Methods in com.iizigo.font with parameters of type EnvProps Modifier and Type Method Description boolean
DesignerFontManager. installFont(java.lang.String fontFamily, EnvProps env)
Installs the font families as specified by the font family.boolean
DesignerFontManager. installFonts(java.util.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
Methods in com.iizigo.project that return EnvProps Modifier and Type Method Description EnvProps
ProjectRootPropCnr. getEnvironment()
Gets the environment properties.Uses of EnvProps in com.iizix.gyro
Methods in com.iizix.gyro that return EnvProps Modifier and Type Method Description EnvProps
IAppSessionGyro. getEnvironment()
Gets the original environment properties for Selector's or Value's.EnvProps
IClientSessionGyro. getEnvironment()
Gets the current environment properties for Selector's or Value's.Uses of EnvProps in com.iizix.prop
Fields in com.iizix.prop declared as EnvProps Modifier and Type Field Description protected EnvProps
ClientProps. envProps
The environment properties.Methods in com.iizix.prop that return EnvProps Modifier and Type Method Description EnvProps
EnvProps. clone()
Clones the environment properties.EnvProps
ClientProps. getEnvironment()
Gets the environment properties.EnvProps
GProp. getEnvironment()
Gets the environment properties.EnvProps
IGProp. getEnvironment()
Gets the environment properties.EnvProps
PropMgr. getEnvironment()
Gets the Environment property.Methods in com.iizix.prop with parameters of type EnvProps Modifier and Type Method Description protected boolean
SelectorExpression. eval(Selector selector, EnvProps envProps, int[] index, boolean isDesigner)
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.boolean
EnvProps.ClientCapability. isSupported(EnvProps env)
Returns if supported.Uses of EnvProps in com.iizix.prop.font
Methods in com.iizix.prop.font with parameters of type EnvProps Modifier and Type Method Description FontFile
FontFiles. getFontFile(EnvProps env)
Returns the font file that is used for the client session in question.Uses of EnvProps in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type EnvProps Modifier and Type Method Description boolean
UIContextMenu. isParticipating(EnvProps envProps)
Checks if this panel is participating in the VirtualSpace, i.e.boolean
UIPanelBase. isParticipating(EnvProps envProps)
Checks if this panel is participating in the VirtualSpace, i.e.Uses of EnvProps in com.iizix.selector
Methods in com.iizix.selector with parameters of type EnvProps Modifier and Type Method Description static io.github.mngsk.devicedetector.Detection
DeviceMatch. getDeviceDetectionFromUserAgent(EnvProps env)
Gets the cached device detection instance based on the parsed user agent.static java.lang.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 java.lang.String
DeviceMatch. getUserAgent(EnvProps env)
Gets client "User Agent" string.static boolean
DeviceMatch. isAndroid(EnvProps env)
Check for Android device (phone or tablet).static boolean
DeviceMatch. isBlackberry(EnvProps env)
Check for Blackberry device.static boolean
DeviceMatch. isDesktop(EnvProps env)
Deprecated.Use the method{@link #getDeviceDetectionFromUserAgent(EnvProps)}.isDesktop()
instead.static boolean
DeviceMatch. isiOS(EnvProps env)
Check for iOS device (iPhone or iPad).static boolean
DeviceMatch. isMac(EnvProps env)
Check for Mac OS device.static boolean
DeviceMatch. isWinPhone(EnvProps env)
Check for Windows Phone.static boolean
DeviceMatch. match(EnvProps envProps, java.lang.String match)
Matches a device.static boolean
LanguageMatch. match(EnvProps envProps, java.lang.String match)
Matches a language.boolean
IMatch. matches(EnvProps env)
Matches the item for a selector.Uses of EnvProps in com.iizix.server.app
Methods in com.iizix.server.app that return EnvProps Modifier and Type Method Description EnvProps
AppFactory. getEnvironment()
Gets the environment properties to use.EnvProps
IRuntimeReferenceLookup. getEnvironment()
Gets the environment properties to use.EnvProps
RuntimeApp. getEnvironment()
Gets the environment properties to use.EnvProps
VirtualsContainer.VContainer. getEnvironment()
Gets the environment properties.Uses of EnvProps in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return EnvProps Modifier and Type Method Description EnvProps
AppPropCnr. getEnvironment()
Gets the environment properties.Methods in com.iizix.server.app.prop with parameters of type EnvProps Modifier and Type Method Description void
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
Methods in com.iizix.server.gyro that return EnvProps Modifier and Type Method Description EnvProps
AppSessionGyro. getEnvironment()
Gets the original environment properties for Selector's or Value's.EnvProps
ClientSessionGyro. getEnvironment()
Gets the current environment properties for Selector's or Value's.Methods in com.iizix.server.gyro with parameters of type EnvProps Modifier and Type Method Description ClientSessionGyro
AppSessionGyro. 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
Fields in com.iizix.server.prop declared as EnvProps Modifier and Type Field Description protected EnvProps
ServerProps. envProps
The environment properties.Methods in com.iizix.server.prop that return EnvProps Modifier and Type Method Description EnvProps
ServerProps. getEnvironment()
Gets the environment properties.