🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "reactive"

Found 23 matching component(s)

  • function is_param_method

    Checks whether an object is a method on a Parameterized object, with optional verification of parameter dependencies.

    File: /tf/active/vicechatdev/patches/util.py

    param parameterized introspection method-checking dependencies
  • function resolve_dependent_value

    Recursively resolves parameter dependencies in a value by evaluating parameterized methods, functions, and widgets, including those nested in collections (lists, tuples, dicts, slices).

    File: /tf/active/vicechatdev/patches/util.py

    parameter-resolution dependency-injection reactive-programming param panel
  • function dynamicmap_memoization

    A context manager that temporarily controls memoization behavior of a callable object based on the state of associated streams, disabling memoization when transient streams are triggering.

    File: /tf/active/vicechatdev/patches/spaces.py

    context-manager memoization caching streams dynamic-map
  • class Scrollmenu

    A horizontal scroll menu component that displays a series of clickable icons representing different stages of a pathology workflow, built using Panel's ReactiveHTML for enhanced CSS customization.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel reactive-html navigation menu ui-component
  • class Toolbar

    A reactive HTML toolbar component that displays social media links and a settings button, tracking the number of clicks on the settings icon.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component toolbar reactive panel html
  • class Toggle_switch

    A customizable toggle switch widget in C-Path style that extends ReactiveHTML, providing a checkbox-like interface with visual slider representation.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component toggle switch checkbox reactive
  • class Enter_watcher

    A Panel ReactiveHTML wrapper class that monitors Enter key presses on wrapped panel objects (like text fields or buttons) and tracks the count of Enter key events.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel reactive ui keyboard-events enter-key
  • class Confirm_button

    A custom Panel button widget that conditionally displays a confirmation dialog before registering clicks, built on ReactiveHTML with integrated JavaScript handlers.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel button confirmation reactive ui-component
  • class Browser_button

    A custom Panel ReactiveHTML button component that displays a file or folder icon with text and tracks click events.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component button reactive panel file-browser
  • class Clickable_header

    A clickable header component that displays text as a hyperlink and tracks the number of times it has been clicked.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component interactive click-tracking panel reactive
  • class SortableList

    A reactive HTML component that displays a sortable and deletable list of items with drag-and-drop functionality using SortableJS library.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component sortable-list drag-and-drop interactive panel
  • class Carrousel

    A carousel/slider component that displays a list of objects in a horizontal scrollable interface using the Splide.js library.

    File: /tf/active/vicechatdev/resources/py2html.py

    carousel slider gallery panel reactive
  • class Click_watcher

    A wrapper class that adds click detection functionality to Panel objects by wrapping them in a clickable div element and tracking the number of clicks.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel reactive click-tracking event-handling widget-wrapper
  • class Extending_row

    A Panel ReactiveHTML component that renders a parameter value inside a div element with the class 'extend_row'.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel reactive html ui-component dashboard
  • class Extending_column

    A Panel ReactiveHTML component that creates a simple div container with an extendable column layout, displaying a parameter value within an HTML template.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel reactive html ui-component custom-widget
  • class JSTree_json

    A Panel ReactiveHTML component that wraps the jsTree JavaScript library to create an interactive, searchable tree view with custom icons and node selection capabilities.

    File: /tf/active/vicechatdev/resources/py2html.py

    tree-view hierarchical-data interactive-widget panel reactive
  • class Focus_button

    A custom Panel ReactiveHTML button widget that displays an eye icon and tracks the number of times it has been clicked.

    File: /tf/active/vicechatdev/resources/py2html.py

    ui-component button reactive panel widget
  • class SoundPlayer

    A Panel ReactiveHTML component that provides audio feedback for TxConnect application, with configurable sound modes and multiple sound types for different events.

    File: /tf/active/vicechatdev/resources/py2html.py

    audio sound feedback ui-component panel
  • class Inbox

    A reactive HTML component that displays a mailbox/notification icon with a badge indicator and tracks user clicks.

    File: /tf/active/vicechatdev/resources/py2html.py

    notification inbox mailbox reactive ui-component
  • class Study_progress_v1

    A Panel ReactiveHTML component that displays study progress as a visual taskbar with completed and pending items represented by SVG icons.

    File: /tf/active/vicechatdev/resources/py2html.py

    panel reactive progress-bar visualization study-tracker
  • class Barcode_checker

    A parameterized class that continuously monitors a Neo4j database for barcode scans associated with a specific user, updating a reactive parameter when new barcodes are detected.

    File: /tf/active/vicechatdev/resources/barcode_backend.py

    barcode-scanning database-polling neo4j real-time-monitoring parameterized
  • class Study_progress

    A Panel ReactiveHTML component that displays study progress as a visual taskbar with completed and pending items represented by SVG icons.

    File: /tf/active/vicechatdev/resources/.ipynb_checkpoints/py2html-checkpoint.py

    panel reactive progress-bar visualization ui-component
  • class custom_tabulator

    A custom extension of Panel's Tabulator widget that overrides the _patch method to handle data updates with special logic for filtering, sorting, and remote pagination scenarios.

    File: /tf/active/vicechatdev/panel_edits/custom_tabulator.py

    panel tabulator widget data-table pagination

Search Examples