Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.Animation
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Initializes a new instance of the class.
Initializes a new instance of the class attached to a implementation.
Name | Type | Description |
---|
Returns a value indicating whether a control can be extended.
Removes all animations.
Animation properties.
Throws:
Removes all the animation properties from the control .
Wisej.Web.HelpTip
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Initializes a new instance of the without a specified container.
Initializes a new instance of the class with a specified container.
Name | Type | Description |
---|
Returns true if the HelpTip can offer an extender property to the specified target component.
Removes all HelpTip text currently associated with the HelpTip component.
Retrieves the HelpTip text associated with the specified control.
Associates HelpTip text with the specified control.
Wisej.Web.Animation Properties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Defines the animation properties.
Creates a new instance of the animation properties.
: Returns or sets the delay before the animation starts in milliseconds. (Default: 0
)
: Returns or sets the duration of the animation in milliseconds. (Default: 0
)
0 = Default. The animation is executed within the duration defined in the animation definition.
-1 = Keeps the default frame as configured in the animation definition.
-1 = Infinite. 0 = Default; the animation is repeated the number of times defined in the animation definition.
Runs the animation on the connected component immediately.
: Manages a collection of used defined animation definitions.
: Returns or sets the object that contains programmer-supplied data associated with this component. (Default: null
)
Parameter | Type | Description |
---|
Returns: . true if the control can be extended; otherwise, false.
Parameter | Type | Description |
---|
Returns: . The name of the selected animation.
control is null.
Fires the event.
Parameter | Type | Description |
---|
Fires the event.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Runs the animation of the specified immediately. If the control doesn't have a configured animation this method doesn't do anything.
Parameter | Type | Description |
---|
Fired when the animation ends.
Fired when the animation begins.
Name | Description |
---|
: Returns or sets whether the HelpTip provider is currently active. (Default: True
)
: Returns or sets the position of the HelpTip in relation to the target control. (Default: RightMiddle
)
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
: Returns or sets the period of time the HelpTip remains visible if the pointer is stationary on a control with specified HelpTip text. (Default: 0
)
: Returns or sets the background color for the HelpTip. (Default: Color [Empty]
)
: Returns or sets the foreground color for the HelpTip. (Default: Color [Empty]
)
: Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text. (Default: Default
)
: Returns or sets the time that passes before the HelpTip appears. (Default: 0
)
: Returns or sets the object that contains programmer-supplied data associated with the . (Default: null
)
Parameter | Type | Description |
---|
Returns: . true if the class can offer one or more extender properties; otherwise, false.
Parameter | Type | Description |
---|
Returns: . A containing the HelpTip text for the specified control.
Parameter | Type | Description |
---|
Name | Description |
---|
: Returns or sets the animation trigger event. (Default: ""
)
: Returns or sets the frame to keep when the animation ends. (Default: -1
)
: Returns or sets the name of the selected animation. (Default: ""
)
: Returns or sets the number of times to repeat the animation. (Default: 0
)
: Returns or sets whether the animation should be executed in reverse order. (Default: False
)
: Returns or sets the speed curve of an animation. (Default: Default
)
Default
The animation has the speed defined in the original definition. This is the default.
Ease
The animation has a slow start, then fast, before it ends slowly
EaseIn
The animation has a slow start.
EaseInOut
The animation has both a slow start and a slow end.
EaseOut
The animation has a slow end.
Linear
The animation has the same speed from start to end.
Returns or sets the speed curve of an animation.
Blink
Blink animation, the element appears and disappears.
Bounce
Bounce animation. The element bounces up and down.
None
No animation.
Tada
Tada animation. The element is zoomed, giggles and returns to its original size and location.
Returns or sets a value indicating the type of animation to perform when the error icon blinks..
extendee | The control to be extended. |
control | The control to get the animation name for. |
e |
e |
control |
control | The control to animate. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
target | The target object to add an extender property to. |
control |
control |
caption | The HelpTip text to display when the pointer is on the control. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
container |
BottomLeft | The icon appears aligned with the bottom of the control and the left of the control. |
BottomRight | The icon appears aligned with the bottom of the control and the right of the control. |
MiddleLeft | The icon appears aligned with the middle of the control and the left of the control. |
MiddleRight | The icon appears aligned with the middle of the control and the right of the control. |
TopLeft | The icon appears aligned with the top of the control and to the left of the control. |
TopRight | The icon appears aligned with the top of the control and to the right of the control. |
Returns or sets the default . |
Returns a value indicating where the error icon should be placed in relation to the control. |
container |
Wisej.Web.ErrorBlinkStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies constants indicating when the error icon, supplied by an ErrorProvider, should blink to alert the user that an error has occurred.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.JavaScript ClientEvent
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represent a JavaScript event and the corresponding code to execute on the client when the event is fired.
String: Returns or sets the name of the event. Not all events are available to all controls, which events are fired depends on the widget that corresponds to the control. (Default: null
)
String: Returns or sets the JavaScript handler for the event. (Default: ""
)
Wisej.Web.JavaScript
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Allows controls to execute javascript code.
Initializes a new instance of the JavaScript without a specified container.
Initializes a new instance of the JavaScript class with a specified container.
Name | Type | Description |
---|---|---|
Object: Returns or sets the object that contains programmer-supplied data associated with the JavaScript extender. (Default: null
)
Returns true if the JavaScript extender can offer an extender property to the specified target component.
Returns: Boolean. true if the JavaScript class can offer one or more extender properties; otherwise, false.
Removes all scripts.
Retrieves the JavaScript code associated with the specified control. The JavaScript code will be execute on the client when the control is created or refreshed.
Returns: String. A String containing the javascript code for the specified control.
Returns the collection of JavaScript event handlers associated with the control.
Returns: ClientEventCollection.
Retrieves the JavaScript file associated with the specified control. The JavaScript code will be execute on the client when the control is created or refreshed.
Returns: String. A String containing the name of the javascript file for the specified control.
Associates JavaScript code with the specified control.
Associates JavaScript file with the specified control.
Wisej.Web.Rotation
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Add rotation capabilities along the X,Y,Z axis to Control controls.
Initializes a new instance of the Rotation extender without a specified container.
Initializes a new instance of the Rotation extender with a specified container.
Name | Type | Description |
---|---|---|
Object: Returns or sets the object that contains programmer-supplied data associated with the StyleSheet extender. (Default: null
)
Returns true if the Rotation extender can offer an extender property to the specified target component.
Returns: Boolean. true if the Rotation class can offer one or more extender properties; otherwise, false.
Removes all rotation properties.
Rotation properties.
Returns: Properties. A Properties instance with the rotation properties.
Removes all the rotation properties from the control .
Assigns the rotation properties to the control.
Wisej.Web.Rotation Properties
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents the set of CSS3 rotation properties.
Creates a new instance of the rotation properties.
Boolean: Enables or disables the rotation. (Default: True
)
Boolean: Hides the backside of a rotated component. (Default: False
)
String: Changes the position of transformed elements by setting the location of the rotation fulcrum in relation to the widget. If left empty, the default is 50% 50%, the center of the control. (Default: ""
)
Int32: Defines a perspective view for a 3D transformed element. (Default: 0
)
Int32: Defines a 3D rotation along the X-axis. (Default: 0
)
Int32: Defines a 3D rotation along the Y-axis. (Default: 0
)
Int32: Defines a 3D rotation along the Z-axis. (Default: 0
)
Int32: Defines a 3D scale (%) transformation by giving a value for the X-axis. (Default: 100
)
Int32: Defines a 3D scale (%) transformation by giving a value for the Y-axis. (Default: 100
)
Int32: Defines a 3D scale (%) transformation by giving a value for the Z-axis. (Default: 100
)
Wisej.Web.AnimationEventArgs
Control to remove from the extender.
The for which to retrieve the text.
The to associate the HelpTip text with.
An that represents the container of the extender.
An that represents the container of the extender.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
AlwaysBlink
Always blink when the error icon is first displayed, or when a error description string is set for the control and the error icon is already displayed.
BlinkIfDifferentError
Blinks when the icon is already displayed and a new error string is set for the control.
NeverBlink
Never blink the error icon.
Returns or sets a value indicating when the error icon flashes.
target
The target object to add an extender property to.
control
The Control for which to retrieve the JavaScript code.
control
The Control to attach the JavaScript event handlers to.
control
The Control for which to retrieve the JavaScript file.
control
The Control to associate the JavaScript with.
script
The JavaScript code to execute when the control is created.
control
The Control to associate the JavaScript file with.
file
The JavaScript file to execute when the control is created.
All wisej components implement this interface.
Allows an object to serialize itself.
target
The target object to add an extender property to.
control
The Control for which to retrieve the rotation properties.
control
Control to remove from the Rotation extender.
control
The control to rotate.
properties
An instance of Properties defining the rotation style.
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
container
An IContainer that represents the container of the JavaScript extender.
container
An IContainer that represents the container of the Rotation extender.
Wisej.Web.TabOrderManager
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides automatic tab order management to containers.
Initializes a new instance of the TabOrderManager without a specified container.
Initializes a new instance of the TabOrderManager class with a specified container.
Name | Type | Description |
---|---|---|
Updates the TabIndex of all the children controls.
Parameter | Type | Description |
---|---|---|
Returns: Int32.
Removes all TabOrderManagerDirection values.
Returns or sets the TabOrderManagerDirection assigned to the specified container.
Returns: TabOrderManagerDirection. One of the TabOrderManagerDirection values.
Resets the TabOrderManagerDirection assigned to the specified container .
Adds the TabOrderManagerDirection to the specified container.
Updates the tab order of the top container and all its child containers.
Updates the TabIndex of all children controls using the specified TabOrderManagerDirection to calculate the tabbing order.
Wisej.Web.ErrorProvider
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides a user interface for indicating that a control on a form has an error associated with it.
Initializes a new instance of the ErrorProvider class and initializes the default settings for BlinkRate, BlinkStyle, and the Icon.
Initializes a new instance of the ErrorProvider class attached to a ContainerControl.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ErrorProvider class attached to an IContainer implementation.
Boolean: Returns or sets a value indicating that the control can display HTML in the ErrorMessage property. (Default: False
)
ErrorAnimationType: Returns or sets a value indicating the type of animation to perform when the error icon blinks.. (Default: Blink
)
Int32: Returns or sets the rate at which the error icon flashes. (Default: 250
)
Throws:
ArgumentOutOfRangeException The value is less than zero.
ErrorBlinkStyle: Returns or sets a value indicating when the error icon flashes. (Default: BlinkIfDifferentError
)
ContainerControl: Returns or sets the parent control for this ErrorProvider. (Default: null
)
String: Returns or sets the list within a data source to monitor for errors. (Default: ""
)
Object: Returns or sets the data source that the ErrorProvider monitors for errors. (Default: null
)
Boolean: Returns true when the error provider contains at least one error.
Image: Returns or sets the Image that is displayed next to a control when an error description string has been set for the control.
Throws:
ArgumentNullException The assigned value of the Image is null.
ErrorIconAlignment: Returns or sets the default ErrorIconAlignment. (Default: MiddleRight
)
Int32: Returns or sets the default ErrorIconAlignment. (Default: 0
)
String: Returns or sets the source URL of the image that is displayed next to a control when an error description string has been set for the control.
Throws:
ArgumentNullException The assigned value of the Image is null.
Boolean: Returns or sets a value that indicates whether the component is used in a locale that supports right-to-left fonts. (Default: False
)
Object: Returns or sets an object that contains data about the component. (Default: null
)
Sets the DataSource and DataMember properties.
Returns a value indicating whether a control can be extended.
Returns: Boolean. true if the control can be extended; otherwise, false.This property will be true if the object is a Control and is not a Form or ToolBar.
Clears all error providers.
Returns the current error description string for the specified control.
Returns: String. The error description string for the specified control.
Throws:
ArgumentNullException control is null.
Returns a value indicating where the error icon should be placed in relation to the control.
Returns: ErrorIconAlignment. One of the ErrorIconAlignment values. The default icon alignment is MiddleRight.
Throws:
ArgumentNullException control is null.
Returns the amount of extra space to leave next to the error icon.
Returns: Int32. The number of pixels to leave between the icon and the control.
Throws:
ArgumentNullException control is null.
Sets the error description string for the specified control.
Throws:
ArgumentNullException control is null.
Sets the location where the error icon should be placed in relation to the control.
Throws:
ArgumentNullException control is null.
Sets the amount of extra space to leave between the specified control and the error icon.
Throws:
ArgumentNullException control is null.
Updated the bindings.
EventHandler Fired when the RightToLeft property changes value.
Wisej.Web.ToolTip
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
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.
Initializes a new instance of the ToolTip without a specified container.
Initializes a new instance of the ToolTip class with a specified container.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets whether the ToolTip provider is currently active. (Default: True
)
Nullable<Placement>: Returns or sets the alignment side and position of the tooltips. (Default: null
)
Boolean: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
Int32: Returns or sets the automatic delay for the ToolTip. (Default: 500
)
Int32: Returns or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text.
Color: Returns or sets the text color of the ToolTip. (Default: Color [Empty]
)
Int32: Returns or sets the time that passes before the ToolTip appears.
Object: Returns or sets the object that contains programmer-supplied data associated with the ToolTip. (Default: null
)
ToolTipIcon: Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text. (Default: Default
)
String: Returns or sets the icon name or URL to use as the ToolTip icon. (Default: null
)
Returns true if the ToolTip can offer an extender property to the specified target component.
Returns: Boolean. true if the ToolTip class can offer one or more extender properties; otherwise, false.
Removes all ToolTip text currently associated with the ToolTip component.
Retrieves the ToolTip text associated with the specified control.
Returns: String. A String containing the ToolTip text for the specified control.
Associates ToolTip text with the specified control.
Shows the tooltip net to the target component.
Shows the tooltip at the specified x and y screen coordinates.
Shows the tooltip at the specified location .
Wisej.Web.StyleSheet
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Adds CSS styling to controls.
Initializes a new instance of the StyleSheet without a specified container.
Initializes a new instance of the StyleSheet class with a specified container.
Name | Type | Description |
---|---|---|
String: Returns or sets the CSS definitions managed by the extender. (Default: ""
)
String: Returns or set the source of the CSS file containing the CSS definitions managed by the extender. (Default: ""
)
Object: Returns or sets the object that contains programmer-supplied data associated with the StyleSheet extender. (Default: null
)
Returns true if the StyleSheet extender can offer an extender property to the specified target component.
Returns: Boolean. true if the StyleSheet class can offer one or more extender properties; otherwise, false.
Removes all css classes.
Retrieves the CSS class name associated with the specified control.
Returns: String. The CSS class name added to the specified control.
Adds the CSS class name to the specified control.
Wisej.Web.JavaScript ClientEventCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a collection of JavaScript events and their corresponding handler code.
Int32: Returns the number of items in the collection.
ClientEvent: Returns the ClientEvent element at the specified index .
Adds the ClientEvent instance to the collection.
Removes all the ClientEvent items from the collection.
Checks whether the specified item exists in the collection.
Returns: Boolean. True of the collection contains the specified item .
Returns the position of the specified item in the collection.
Returns: Int32. The index of the specified item or -1 if not found.
Inserts the item into the collection at the specified index .
Removes the item from the collection.
Returns: Boolean. True of the specified item was found and removed from the collection.
Removes the ClientEvent item at the location index .
CollectionChangeEventHandler Fired when the collection has changed.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
container
The container that will use the TabOrderManager to automatically arrange the TabIndex of its children.
container
container
The container to assign the TabOrderManagerDirection to.
value
New TabOrderManagerDirection to assign to the container .
container
The Control that container the child control to update.
direction
The TabOrderManagerDirection used to determine the new tabbing order.
Default
Use the icon defined in the theme.
Error
An error icon.
Info
An information icon.
None
No icon.
Warning
A warning icon.
Returns or sets a value that defines the type of icon to be displayed alongside the HelpTip text.
Returns or sets a value that defines the type of icon to be displayed alongside the ToolTip text.
sender
The source of the event.
e
A AnimationEventArgs that contains the event data.
Fired when the animation begins.
Fired when the animation ends.
container
An IContainer that represents the container of the ErrorProvider extender.
dataSource
A data set based on the IList interface to be monitored for errors.
dataMember
A collection within the dataSource to monitor for errors.
extendee
The control to be extended.
control
The item to get the error description string for.
control
The control to get the icon location for.
control
The control to get the padding for.
control
The control to set the error description string for.
value
The error description string, or null or Empty to remove the error.
control
The control to set the icon location for.
value
One of the ErrorIconAlignment values.
control
The control to set the padding for.
value
The number of pixels to add between the icon and the control .
All wisej components implement this interface.
Allows an object to serialize itself.
target
The target object to add an extender property to.
control
control
The Control to associate the ToolTip text with.
caption
The ToolTip text to display when the pointer is on the control.
target
A Wisej control or component (i.e. column, header).
text
Text to show in the tooltip.
text
Text to show in the tooltip.
x
y
text
Text to show in the tooltip.
location
Location of the tooltip in screen coordinates.
All wisej components implement this interface.
Allows an object to serialize itself.
target
The target object to add an extender property to.
control
The Control for which to retrieve the CSS class name.
control
The Control to add the CSS class name to.
cssClass
The CSS class name to add to the control.
All wisej components implement this interface.
Defines the interface for extending properties to other components in a container.
Allows an object to serialize itself.
item
ClientEvent item to add to the collection.
item
ClientEvent items to find in the collection.
item
ClientEvent item to locate in the collection.
index
Position where to insert the item .
item
ClientEvent item to insert into the collection.
item
ClientEvent instance to remove from the collection.
index
Position of the item to remove from the collection.
container
An IContainer that represents the container of the JavaScript extender.
container
Container owning the children to update.
direction
One of TabOrderManagerDirection indicating how to increase the tab index.
tabIndex
Starting tab index.
deep
True to assign the tab index of all children at all levels.
containerControl
The ContainerControl to monitor for errors.
container
An IContainer that represents the container of the ToolTip extender.
container
An IContainer that represents the container of the StyleSheet extender.