🔍 Code Extractor

Search Components

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

Search Results for "widget"

Found 33 matching component(s)

  • class MetadataCatalog

    Helper class to manage FileCloud metadata sets and attributes. This class provides methods to work with FileCloud metadata by providing a more user-friendly interface on top of the raw API.

    File: /tf/active/vicechatdev/metadata_catalog.py

    class metadatacatalog
  • class DocumentDetail

    Document detail view component

    File: /tf/active/vicechatdev/document_detail_backup.py

    class documentdetail
  • class pathobrowser_base

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

    File: /tf/active/vicechatdev/datacapture_integrated.py

    class pathobrowser_base
  • class DocumentDetail_v1

    Document detail view component

    File: /tf/active/vicechatdev/document_detail_old.py

    class documentdetail
  • class CDocsApp

    Panel-based web application class for the CDocs Controlled Document System that provides a complete UI with navigation, authentication, and document management features.

    File: /tf/active/vicechatdev/cdocs_panel_app.py

    panel web-application ui document-management authentication
  • class pathobrowser_base_v1

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

    File: /tf/active/vicechatdev/datacapture.py

    class pathobrowser_base
  • function test_european_with_thousands

    A unit test function that validates the smart_read_csv function's ability to correctly parse European-formatted CSV files with thousand separators (dots) and decimal commas.

    File: /tf/active/vicechatdev/vice_ai/test_regional_formats.py

    testing unit-test csv-parsing european-format number-formatting
  • function test_us_with_thousands

    A unit test function that validates the smart_read_csv function's ability to correctly parse US-formatted CSV files containing numbers with thousand separators (commas) and decimal points.

    File: /tf/active/vicechatdev/vice_ai/test_regional_formats.py

    testing unit-test csv-parsing data-validation number-formatting
  • class TrainingCompletion

    UI component for completing training requirements.

    File: /tf/active/vicechatdev/CDocs/ui/training_completion.py

    class trainingcompletion
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs/ui/document_dashboard.py

    class documentdashboard
  • class TrainingManagement

    UI component for managing document training.

    File: /tf/active/vicechatdev/CDocs/ui/training_management.py

    class trainingmanagement
  • class DocumentDetail_v2

    Document detail view component

    File: /tf/active/vicechatdev/CDocs/ui/document_detail.py

    class documentdetail
  • function create_user_tasks_panel

    Factory function that creates and initializes a UserTasksPanel instance, optionally setting the current user from a parent application.

    File: /tf/active/vicechatdev/CDocs/ui/user_tasks_panel.py

    ui panel dashboard user-tasks factory-pattern
  • 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
  • class pathobrowser_base_v2

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

    File: /tf/active/vicechatdev/datacapture_backup_16072025/datacapture.py

    class pathobrowser_base
  • class pathobrowser_base_v3

    Base class that contains all static elements of the app Parameters ---------- image : str An Image UID which may be passed on app startup. Immediately redirects to said image Attributes ---------- current_user : Userclass A class containing various information on the user workspace : panel.layout.Column The main container of the app sidebar : panel.layout.Column Container showing items on the side of the app head : panel.layout.Row The header of the app modal : panel.layout.Column The container for the modal window of the app

    File: /tf/active/vicechatdev/data_capture_backup_18072025/datacapture.py

    class pathobrowser_base
  • class ControlledDocumentApp_v1

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

    File: /tf/active/vicechatdev/CDocs single class/main.py

    class controlleddocumentapp
  • class DocumentDashboard_v1

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs single class/ui/document_dashboard.py

    class documentdashboard
  • class DocumentDetail_v3

    Document detail view component

    File: /tf/active/vicechatdev/CDocs single class/ui/document_detail.py

    class documentdetail
  • class WorkflowPanelBase

    Base class for workflow panels (review and approval) that provides common functionality and UI components.

    File: /tf/active/vicechatdev/CDocs single class/ui/workflow_panel_base.py

    class workflowpanelbase
  • 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 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_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 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 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