Interface VisionComponent

    • Field Detail

      • COMPONENT_SECURITY

        @Deprecated
        static final java.lang.String COMPONENT_SECURITY
        Deprecated.
        This is the old security scheme. Use COMPONENT_PERMISSIONS instead.
        To configure security on a component, put a client property on it with this key whose value is an instance of SecuritySettings.
        See Also:
        Constant Field Values
      • COMPONENT_PERMISSIONS

        static final java.lang.String COMPONENT_PERMISSIONS
        This is a JComponent client property key whose value should be an instance of ComponentPermissions.
        See Also:
        Constant Field Values
      • COMPONENT_TRANSLATIONS

        static final java.lang.String COMPONENT_TRANSLATIONS
        A JComponent client property for the component translation package.
        See Also:
        Constant Field Values