IWisejComponent
Wisej.Core.IWisejComponent
Last updated
Wisej.Core.IWisejComponent
Last updated
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
All wisej components implement this interface.
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.
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.
Processes the event.
Parameter | Type | Description |
---|---|---|
e | Event arguments. |
Returns a collection of referenced components or collection of components.
Parameter | Type | Description |
---|---|---|
list | List of referenced components or collection of components. |
Renders the component into the config definition.
Parameter | Type | Description |
---|---|---|
config | Dynamic configuration object. |
Updates the server component using the state information.
Parameter | Type | Description |
---|---|---|
state | Dynamic state object. |
Updates the client widget.
EventHandler Fired after the component has been updated.
Name | Description |
---|---|
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. | |
Represents a combo box control. | |
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 children 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. | |
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. | |
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. | |
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 data grid control. | |
Displays data in a customizable list format. | |
Represents a desktop container that can host floating windows. | |
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. | |
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 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 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. | |
Base implementation for media controls. | |
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. | |
Displays a toast that can contain an icon and text. | |
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. | |
Provides an popup container that can be attached to other controls. | |
Provides a generic widget that can use most third party javascript widgets. | |
Represents a list view control, which displays a collection of items that can be displayed using one of four different views. | |
Represents the base functionality for all menus. | |
Represents a menu bar component. | |
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 toolbar component. | |
Represent a Wisej application session. Provides methods and events to manage the application in the context of the current session. | |
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. |
Displays a in which a check box is displayed to the left of each item.
Extends and enables the component to participated if data binding operations and have their own .
Extends and enables the components to appear on the designer surface.
Provides a common implementation of members for the and classes.
Enables the user to select a single option from a group of choices when paired with other controls.
Creates a panel that is associated with a .
Manages a related set of pages.
Represents a single tab page in a .
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column in a control.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a .
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a .
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a cell.
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a .
Represents a column that contains a collection of cells.
Represents a control that can be hosted in a cell when the cell's is set to .
Used by the control to display data at run time.
Represents a component in the control's taskbar.
Represents a component in the control's taskbar that can host any .
Represents a DateTime component in the control's taskbar.
Add rotation capabilities along the X,Y,Z axis to controls.
Displays collapsible set of panels for presenting information in a limited amount of space.
Represents a panel in a control.
Represents a control that can display flash applications.
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a control that displays a video file.
Represents a control that plays an audio file.
Represents a 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 spinner control that displays values.
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 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 control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Provides methods to manage a collection of objects. This class cannot be inherited.
Displays a standard column header in a control.
Displays an image column header in a control.
Represents an individual menu item that is displayed within a or and always shows a checkbox next to the label.
Represents a context menu associated to a .
Represents an individual menu item that is displayed within a or rendered using the <a> link element to let the browser process the specified URL.
Represents the main menu in a .
Represents an individual item that is displayed within a or .
Represents a panel in a control that can host any .
Represents a panel in a control.
Represents an item in the .
Represents a node of a .
Displays a hierarchical collection of labeled items, each represented by a .
All wisej controls derived from the class must implement this interface.