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 booleanDesignerFontManager. installFont(java.lang.String fontFamily, EnvProps env)Installs the font families as specified by the font family.booleanDesignerFontManager. installFonts(java.util.List<FontFiles> fontList, EnvProps env)Installs the font face as specified by theFontFilesinstance for the Client Session.Uses of EnvProps in com.iizigo.project
Methods in com.iizigo.project that return EnvProps Modifier and Type Method Description EnvPropsProjectRootPropCnr. 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 EnvPropsIAppSessionGyro. getEnvironment()Gets the original environment properties for Selector's or Value's.EnvPropsIClientSessionGyro. 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 EnvPropsClientProps. envPropsThe environment properties.Methods in com.iizix.prop that return EnvProps Modifier and Type Method Description EnvPropsEnvProps. clone()Clones the environment properties.EnvPropsClientProps. getEnvironment()Gets the environment properties.EnvPropsGProp. getEnvironment()Gets the environment properties.EnvPropsIGProp. getEnvironment()Gets the environment properties.EnvPropsPropMgr. getEnvironment()Gets the Environment property.Methods in com.iizix.prop with parameters of type EnvProps Modifier and Type Method Description protected booleanSelectorExpression. eval(Selector selector, EnvProps envProps, int[] index, boolean isDesigner)Evaluates an expression at specified index.default booleanIReferrerParticipant. isParticipating(EnvProps envProps)Checks if the owner of the reference is participating.booleanFolderSettingsProp. isSelected(EnvProps envProps)Called to resolve the SelectorExpression by custom Java code.booleanFolderURIPropCnr. isSelected(EnvProps envProps)Called to resolve the SelectorExpression by custom Java code.booleanISelectorExpression. isSelected(EnvProps envProps)Called to resolve the SelectorExpression by custom Java code.booleanSelector. isSelected(EnvProps envProps)Called to resolve the SelectorExpression.booleanSelectorExpression. isSelected(Selector selector, EnvProps envProps)Called to resolve the SelectorExpression by custom Java code.default booleanISelectorOwner. isSelectorSelected(EnvProps envProps)Verifies if the owned selector causes this owner property container to be selected or not.booleanModuleApp. isSelectorSelected(EnvProps envProps)Verifies if the Module Application (project) is selected or not.booleanSelectorReference. isSelectorSelected(EnvProps envProps)Verifies if this selector reference causes the owner to be selected or not.booleanEnvProps.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 FontFileFontFiles. 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 booleanUIContextMenu. isParticipating(EnvProps envProps)Checks if this panel is participating in the VirtualSpace, i.e.booleanUIPanelBase. 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 ua_parser.ClientDeviceMatch. getParsedUserAgent(EnvProps env)Gets the parsed user agent instance.static java.lang.StringDeviceMatch. getUserAgent(EnvProps env)Gets client "User Agent" string.static booleanDeviceMatch. isAndroid(EnvProps env)Check for Android device (phone or tablet).static booleanDeviceMatch. isBlackberry(EnvProps env)Check for Blackberry device.static booleanDeviceMatch. isDesktop(EnvProps env)Check for desktop device.static booleanDeviceMatch. isiOS(EnvProps env)Check for iOS device (iPhone or iPad).static booleanDeviceMatch. isMac(EnvProps env)Check for Mac OS device.static booleanDeviceMatch. isWinPhone(EnvProps env)Check for Windows Phone.static booleanDeviceMatch. match(EnvProps envProps, java.lang.String match)Matches a device.static booleanLanguageMatch. match(EnvProps envProps, java.lang.String match)Matches a language.booleanIMatch. 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 EnvPropsAppFactory. getEnvironment()Gets the environment properties to use.EnvPropsIRuntimeReferenceLookup. getEnvironment()Gets the environment properties to use.EnvPropsRuntimeApp. getEnvironment()Gets the environment properties to use.EnvPropsVirtualsContainer.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 EnvPropsAppPropCnr. getEnvironment()Gets the environment properties.Methods in com.iizix.server.app.prop with parameters of type EnvProps Modifier and Type Method Description voidAppPropCnr. 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 EnvPropsAppSessionGyro. getEnvironment()Gets the original environment properties for Selector's or Value's.EnvPropsClientSessionGyro. 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 ClientSessionGyroAppSessionGyro. createClientSessionGyro(ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps)Called to create the ClientSessionGyro for the first client session or for parallel client sessions.booleanAppSessionGyro. 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 EnvPropsServerProps. envPropsThe environment properties.Methods in com.iizix.server.prop that return EnvProps Modifier and Type Method Description EnvPropsServerProps. getEnvironment()Gets the environment properties.