Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.CalendarPanelDirectEvents Class Reference

More...

Inheritance diagram for Ext.Net.CalendarPanelDirectEvents:
Ext.Net.PanelDirectEvents Ext.Net.ContainerDirectEvents Ext.Net.AbstractComponentDirectEvents Ext.Net.ComponentDirectEvents Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

 CalendarPanelDirectEvents ()
 
 CalendarPanelDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.PanelDirectEvents
 PanelDirectEvents ()
 
 PanelDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.ContainerDirectEvents
 ContainerDirectEvents ()
 
 ContainerDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.AbstractComponentDirectEvents
 AbstractComponentDirectEvents ()
 
 AbstractComponentDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.ComponentDirectEvents
 ComponentDirectEvents ()
 
 ComponentDirectEvents (Observable parent)
 
virtual void ClearDirectEvents ()
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 

Properties

virtual ComponentDirectEvent DateChange [get]
 Fires after the start date of the view changes More...
 
virtual ComponentDirectEvent DayClick [get]
 Fires after the user clicks within a day/week view container and not on an event element More...
 
virtual ComponentDirectEvent EventAdd [get]
 Fires after a new event is added to the underlying store More...
 
virtual ComponentDirectEvent EventCancel [get]
 Fires after an event add/edit operation is canceled by the user and no store update took place More...
 
virtual ComponentDirectEvent EventClick [get]
 Fires after the user clicks on an event element More...
 
virtual ComponentDirectEvent EventDelete [get]
 Fires after an event is deleted by the user. More...
 
virtual ComponentDirectEvent EventMove [get]
 Fires after an event element is dragged by the user and dropped in a new position More...
 
virtual ComponentDirectEvent EventOut [get]
 Fires anytime the mouse exits an event element More...
 
virtual ComponentDirectEvent EventOver [get]
 Fires anytime the mouse is over an event element More...
 
virtual ComponentDirectEvent EventResize [get]
 Fires after the user drags the resize handle of an event to resize it More...
 
virtual ComponentDirectEvent EventsRendered [get]
 Fires after events are finished rendering in the view More...
 
virtual ComponentDirectEvent EventUpdate [get]
 Fires after an existing event is updated More...
 
virtual ComponentDirectEvent InitDrag [get]
 Fires when a drag operation is initiated in the view More...
 
virtual ComponentDirectEvent RangeSelect [get]
 Fires after the user drags on the calendar to select a range of dates/times in which to create an event More...
 
virtual ComponentDirectEvent ViewChange [get]
 Fires after a different calendar view is activated (but not when the event edit form is activated) More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.PanelDirectEvents
virtual ComponentDirectEvent?? BeforeClose [get]
 Fires before the user closes the panel. Return false from any listener to stop the close event being fired Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? BeforeCollapse [get]
 Fires before this panel is collapsed. Return false to prevent the collapse. Parameters item : Ext.panel.Panel The Panel being collapsed. direction : string The direction of the collapse. animate : bool True if the collapse is animated, else false. More...
 
virtual ComponentDirectEvent?? BeforeExpand [get]
 Fires before this panel is expanded. Return false to prevent the expand. Parameters item : Ext.panel.Panel The Panel being expanded. animate : bool True if the expand is animated, else false. More...
 
virtual ComponentDirectEvent?? Close [get]
 Fires when the user closes the panel. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? Collapse [get]
 Fires after the Panel has been collapsed. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? Expand [get]
 Fires after the Panel has been expanded. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? GlyphChange [get]
 Fired when the Panel glyph has been changed by the setGlyph method. Parameters item : Ext.button.Button newGlyph : Number/String oldGlyph : Number/String More...
 
virtual ComponentDirectEvent?? TitleChange [get]
 Fires after the Panel title has been set or changed. Parameters item : Ext.panel.Panel The Panel which has had its title changed. newTitle : String The new title. oldTitle : String The previous panel title. More...
 
virtual ComponentDirectEvent?? IconClsChange [get]
 Fires after the Panel icon class has been set or changed. Parameters item : Ext.panel.Panel The Panel which has the iconCls changed. newIconCls : string The new iconCls. oldIconCls : string The previous panel iconCls. More...
 
virtual ComponentDirectEvent?? IconChange [get]
 Fires after the Panel icon has been set or changed. Parameters item : Ext.panel.Panel The Panel which has the icon changed. newIcon : string The path to the new icon image. oldIcon : string The path to the previous panel icon image. More...
 
virtual ComponentDirectEvent?? Float [get]
 Fires after a collapsed Panel has been "floated" by clicking on it's header. Only applicable when the Panel is an item in a Border Layout. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? Unfloat [get]
 Fires after a "floated" Panel has returned to it's collapsed state as a result of the mouse leaving the Panel. Only applicable when the Panel is an item in a Border Layout. Parameters item : Ext.panel.Panel More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ContainerDirectEvents
virtual ComponentDirectEvent?? Add [get]
 Fires after any AbstractComponent is added or inserted into the content Container. Listeners will be called with the following arguments: item : Ext.Container component : Ext.AbstractComponent The component that was added index : Number The index at which the component was added to the container's items collection More...
 
virtual ComponentDirectEvent?? AfterLayout [get]
 Fires when the components in this container are arranged by the associated layout manager. Parameters item : Ext.container.Container layout : ContainerLayout The ContainerLayout implementation for this container More...
 
virtual ComponentDirectEvent?? BeforeAdd [get]
 Fires before any AbstractComponent is added or inserted into the content Container. A handler can return false to cancel the add. Parameters item : Ext.container.Container component : Ext.AbstractComponent The component being added index : Number The index at which the component will be added to the container's items collection More...
 
virtual ComponentDirectEvent?? BeforeRemove [get]
 Fires before any AbstractComponent is removed from the content Container. A handler can return false to cancel the remove. Parameters item : Ext.container.Container component : Ext.AbstractComponent The component being removed More...
 
virtual ComponentDirectEvent?? ChildMove [get]
 Fires after any Ext.Component has changed its ordinal position within the container. Parameters this : Ext.container.Container component : Ext.Component The component that was moved prevIndex : Number The previous ordinal position of the Component newIndex : Number The new ordinal position of the Component More...
 
virtual ComponentDirectEvent?? Remove [get]
 Fires after any AbstractComponent is removed from the content Container. item : Ext.container.Container component : Ext.AbstractComponent The component that was removed More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.AbstractComponentDirectEvents
virtual ComponentDirectEvent?? FocusEnter [get]
 Fires when focus enters this Component's hierarchy. More...
 
virtual ComponentDirectEvent?? FocusLeave [get]
 Fires when focus leaves this Component's hierarchy. More...
 
virtual ComponentDirectEvent?? Activate [get]
 Fires after a AbstractComponent has been visually activated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Added [get]
 Fires after a AbstractComponent had been added to a Container. Parameters item : Ext.AbstractComponent container : Ext.container.Container Parent Container pos : Number position of AbstractComponent More...
 
virtual ComponentDirectEvent?? AfterLayoutAnimation [get]
 This event fires after a component's layout has been updated by a layout that included animation (e.g., a panel in an accordion layout). More...
 
virtual ComponentDirectEvent?? AfterRender [get]
 Fires after the component rendering is finished. More...
 
virtual ComponentDirectEvent?? BeforeActivate [get]
 Fires before a AbstractComponent has been visually activated. Returning false from an event listener can prevent the activate from occurring. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeDeactivate [get]
 Fires before a AbstractComponent has been visually deactivated. Returning false from an event listener can prevent the deactivate from occurring. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeDestroy [get]
 Fires before the component is destroyed. Return false from an event handler to stop the destroy. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeHide [get]
 Fires before the component is hidden when calling the hide method. Return false from an event handler to stop the hide. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeRender [get]
 Fires before the component is rendered. Return false from an event handler to stop the render. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeShow [get]
 Fires before the component is shown when calling the show method. Return false from an event handler to stop the show. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Deactivate [get]
 Fires after a AbstractComponent has been visually deactivated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Destroy [get]
 Fires after the component is destroyed. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Disable [get]
 Fires after the component is disabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Enable [get]
 Fires after the component is enabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Hide [get]
 Fires after the component is hidden. Fires after the component is hidden when calling the hide method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Move [get]
 Fires after the component is moved. Parameters item : Ext.AbstractComponent x : Number The new x position y : Number The new y position More...
 
virtual ComponentDirectEvent?? Removed [get]
 Fires when a component is removed from an Ext.container.Container Parameters item : Ext.AbstractComponent ownerCt : Ext.container.Container Container which holds the component More...
 
virtual ComponentDirectEvent?? Render [get]
 Fires after the component markup is rendered. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Resize [get]
 Fires after the component is resized. Parameters item : Ext.AbstractComponent adjWidth : Number The box-adjusted width that was set adjHeight : Number The box-adjusted height that was set More...
 
virtual ComponentDirectEvent?? Show [get]
 Fires after the component is shown when calling the show method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeStateRestore [get]
 Fires before the state of the component is restored. Return false to stop the restore. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? BeforeStateSave [get]
 Fires before the state of the component is saved to the configured state provider. Return false to stop the save. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? StateRestore [get]
 Fires after the state of the component is restored. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? StateSave [get]
 Fires after the state of the component is saved to the configured state provider. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? Blur [get]
 Fires when this Component loses focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject blur event. More...
 
virtual ComponentDirectEvent?? Focus [get]
 Fires when this Component receives focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject focus event. More...
 
virtual ComponentDirectEvent?? BoxReady [get]
 Fires one time - after the component has been layed out for the first time at its initial size. Parameters item : Ext.Component width : Number The initial width height : Number The initial height More...
 
virtual ComponentDirectEvent?? DoubleTap [get]
 A simple event recognizer which knows when you double tap. Parameters item : Ext.Component e : Event More...
 
virtual ComponentDirectEvent?? Drag [get]
 
virtual ComponentDirectEvent?? EdgeSwipe [get]
 
virtual ComponentDirectEvent?? LongPress [get]
 
virtual ComponentDirectEvent?? Pinch [get]
 
virtual ComponentDirectEvent?? Rotate [get]
 
virtual ComponentDirectEvent?? Swipe [get]
 
virtual ComponentDirectEvent?? Tap [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ComponentDirectEvents
virtual Observable Parent [get, set]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Constructor & Destructor Documentation

◆ CalendarPanelDirectEvents() [1/2]

Ext.Net.CalendarPanelDirectEvents.CalendarPanelDirectEvents ( )
inline

◆ CalendarPanelDirectEvents() [2/2]

Ext.Net.CalendarPanelDirectEvents.CalendarPanelDirectEvents ( Observable  parent)
inline

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.CalendarPanelDirectEvents.ConfigOptions
get

◆ DateChange

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.DateChange
get

Fires after the start date of the view changes

◆ DayClick

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.DayClick
get

Fires after the user clicks within a day/week view container and not on an event element

◆ EventAdd

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventAdd
get

Fires after a new event is added to the underlying store

◆ EventCancel

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventCancel
get

Fires after an event add/edit operation is canceled by the user and no store update took place

◆ EventClick

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventClick
get

Fires after the user clicks on an event element

◆ EventDelete

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventDelete
get

Fires after an event is deleted by the user.

◆ EventMove

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventMove
get

Fires after an event element is dragged by the user and dropped in a new position

◆ EventOut

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventOut
get

Fires anytime the mouse exits an event element

◆ EventOver

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventOver
get

Fires anytime the mouse is over an event element

◆ EventResize

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventResize
get

Fires after the user drags the resize handle of an event to resize it

◆ EventsRendered

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventsRendered
get

Fires after events are finished rendering in the view

◆ EventUpdate

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.EventUpdate
get

Fires after an existing event is updated

◆ InitDrag

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.InitDrag
get

Fires when a drag operation is initiated in the view

◆ RangeSelect

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.RangeSelect
get

Fires after the user drags on the calendar to select a range of dates/times in which to create an event

◆ ViewChange

virtual ComponentDirectEvent Ext.Net.CalendarPanelDirectEvents.ViewChange
get

Fires after a different calendar view is activated (but not when the event edit form is activated)


The documentation for this class was generated from the following files: