IWisejComponent

Wisej.Core.IWisejComponent

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

All wisej components implement this interface.

public interface IWisejComponent : IDisposable

Properties

Object: Stores the last configuration for the component.

Boolean: Indicates that the control is being rendered in the designer.

Rectangle: Returns or sets the design rectangle for the component when it is used as a child widget in a designable control.

Func<IWisejComponent, Object, String, Object>: Allows an external component to hook a filter method.

Components decides what filter to call and when and filter implementations must know what filter to process. There is no predefined list of filters, it's dynamic and it can change depending on the needs of the implementation. Currently there are these built in filters:

  • type = "Render" Invoked by Component after the configuration object has been filled. The return value is ignored. A filter can modify the passed in data dynamic object.

  • type = "GetPreferredSize" Invoked by Control after it has calculated the preferred size of the control with the property AutoSize set to true. The data object is a Size and the return value is the new preferred Size.

Int32: The unique server handle of the component.

String: The unique client id of the component.

Boolean: Indicates that the component needs to be updated on the client.

Boolean: Indicates that the component has been disposed.

Boolean: Returns or sets the new status.

Boolean: Indicates that the component is rendered at the top level on the client: the parent is the root.

Boolean: Locks UI updates to the control.

Object: Holds a reference to the session where this component lives.

Methods

Processes the event.

ParameterTypeDescription

e

Event arguments.

Returns a collection of referenced components or collection of components.

ParameterTypeDescription

list

List of referenced components or collection of components.

Renders the component into the config definition.

ParameterTypeDescription

config

Dynamic configuration object.

Updates the server component using the state information.

ParameterTypeDescription

state

Dynamic state object.

Updates the client widget.

Events

EventHandler Fired after the component has been updated.

Implemented By

NameDescription

Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.

UI implementation for the FileDialog class.

UI implementation for the FolderDialog class.

Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.

Represents a button control.

Implements the basic functionality common to button controls.

Represents a check box control.

Displays a ListBox in which a check box is displayed to the left of each item.

Represents a combo box control.

Extends Component and enables the component to participated if data binding operations and have their own DataBindings.

Extends Component and enables the components to appear on the designer surface.

Provides focus-management functionality for controls that can function as a container for other controls.

Base class for all Wisej controls.

Represents a control that allows the user to select or type a date and a time.

Represents a spinner control that displays string values.

Represents a panel that dynamically arranges its controls horizontally or vertically in automatic rows or columns.

Represents a window or dialog box that makes up an application's user interface.

Represents a Wisej control that displays a frame around a group of controls with an optional caption.

Represents a label control.

Represents an hyper-link control.

Represents a control to display a list of items.

Provides a common implementation of members for the ListBox and ComboBox classes.

Uses a mask to distinguish between proper and improper user input.

Represents the container for multiple-document interface (MDI) child forms.

Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.

Represents a control that enables the user to select a date using a visual monthly calendar display.

Represents a spinner control that displays numeric values.

Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.

Represents a collapsible panel with an optional header that contains a group of controls.

Represents an image control.

Represents a progress control that displays a value visually as a filled bar.

Enables the user to select a single option from a group of choices when paired with other RadioButton controls.

Defines a base class for controls that support auto-scrolling behavior.

Represents an horizontal scroll bar.

Represents a vertical scroll bar.

Implements the basic functionality of a scroll bar control.

Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.

Creates a panel that is associated with a SplitContainer.

Manages a related set of TabPage pages.

Represents a single tab page in a TabControl.

Represents a text box control that allows the user to enter any value.

Implements the basic functionality required by text controls.

Implements a timer that raises an event at user-defined intervals.

Enables the user to choose between a range of values by sliding a small bar along another bar.

Implements the basic functionality required by a spin box (also known as an up-down control).

Provides an empty control that can be used to create other controls.

Represents a web browser control that enables the user to navigate web pages inside a form or a page.

Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.

Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.

Represents a column in a DataGridView control.

Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.

Represents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.

Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.

Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.

Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.

Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.

Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.

Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.

Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.

Represents a NumericUpDown control that can be hosted in a DataGridViewNumericUpDownCell.

Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.

Represents a TextBox control that can be hosted in a DataGridViewTextBoxCell cell when the cell's WrapMode is set to False.

Represents a data grid control.

Displays data in a customizable list format.

Used by the DataRepeater control to display data at run time.

Represents a desktop container that can host floating windows.

Represents a component in the Desktop control's taskbar.

Represents a component in the Desktop control's taskbar that can host any Control.

Represents a DateTime component in the Desktop control's taskbar.

Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.

Provides a user interface for indicating that a control on a form has an error associated with it.

Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).

Allows controls to execute javascript code.

Add rotation capabilities along the X,Y,Z axis to Control controls.

Adds CSS styling to controls.

Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.

Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.

Represents a panel in a Accordion control.

Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.

Represents a control that can host ASP.NET or MVC pages within a Wisej application.

Represents the HTML5 canvas element.

Represents a FlashPlayer control that can display flash applications.

Represents a panel that dynamically arranges its child controls.

Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.

Represents a control that displays any HTML file in an IFrame element.

Represents a line control.

The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.

Base implementation for media controls.

Represents a Video control that displays a video file.

Represents a Audio control that plays an audio file.

Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.

Represents a shape control. Displays an element a border in any of the four sides.

Displays child controls vertically or horizontally in a scrollable container.

Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.

Represents a split button control.

Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.

Represents a spinner control that displays TimeSpan values.

Displays a toast that can contain an icon and text.

Represent a tool widget that can be displayed inside another control. A tool widget is different from other child controls: it's displayed inside the parent's layout. For example, the Form control shows tool widgets inside the caption bar. When a tool widget is pressed, it fires the toolClicked event on the container.

The TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.

Represents a text box control that allows the user to enter a typed value.

Represent an upload widget. Allows users to selected one or more files and upload them to the server.

The UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.

Provides an popup container that can be attached to other controls.

Provides a generic widget that can use most third party javascript widgets.

Provides methods to manage a collection of Image objects. This class cannot be inherited.

Displays a standard column header in a ListView control.

Displays an image column header in a ListView control.

Represents a list view control, which displays a collection of items that can be displayed using one of four different views.

Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.

Represents a context menu associated to a Control.

Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.

Represents the main menu in a Form.

Represents the base functionality for all menus.

Represents a menu bar component.

Represents an individual item that is displayed within a MainMenu or ContextMenu.

Provides a user interface for browsing the properties of an object.

Displays information to the user in a about the object being viewed, the object's components, or the object's operation.

Represents a panel in a StatusBar control that can host any Control.

Represents a panel in a StatusBar control.

Represents a toolbar component.

Represents an item in the ToolBar.

Represents a node of a TreeView.

Displays a hierarchical collection of labeled items, each represented by a TreeNode.

Represent a Wisej application session. Provides methods and events to manage the application in the context of the current session.

All wisej controls derived from the Control class must implement this interface.

Represents a Wisej component that is capable of handling postback requests from the client.

All wisej top-level windows implement this interface.

The base class for Wisej components that are not controls. Wisej components are still managed on the client and the server but are not present on the designer surface. Examples of wisej components are: menu items, image lists, tree nodes, list items.

Last updated