Example #1
0
 /// <summary>
 /// Mouseenter event handler for the <a href="Resize.html#attr_wrapper">wrapper</a>.
 /// </summary>
 protected void _onWrapperMouseEnter(EventFacade @event){}
 /// <summary>
 /// Propagate change to the thumb position unless the change originated
 /// from the thumbMove event.
 /// </summary>
 protected void _afterValueChange(EventFacade e){}
Example #3
0
 /// <summary>
 /// Mouseenter event handler for the handles.
 /// </summary>
 protected void _onHandleMouseEnter(EventFacade @event){}
Example #4
0
 /// <summary>
 /// Default function that is called when z-index is changed on the widget.
 /// </summary>
 public void _afterHostZIndexChangeModal(EventFacade e){}
Example #5
0
 /// <summary>
 /// "mousedown" event handler for the owner document of the
 /// widget's bounding box.
 /// </summary>
 protected void _onDocMouseDown(EventFacade evt){}
Example #6
0
 /// <summary>
 /// Default resize:align handler
 /// </summary>
 protected void _defResizeAlignFn(EventFacade @event){}
Example #7
0
 /// <summary>
 /// Fires the resize:align event.
 /// </summary>
 protected void _handleResizeAlignEvent(EventFacade @event){}
Example #8
0
 /// <summary>
 /// DOM focus event handler, used to sync the state of the Widget with the DOM
 /// </summary>
 protected void _onDocFocus(EventFacade evt)
 {
 }
Example #9
0
 /// <summary>
 /// "mousedown" event handler for the owner document of the
 /// widget's bounding box.
 /// </summary>
 protected void _onDocMouseDown(EventFacade evt)
 {
 }
Example #10
0
 /// <summary>
 /// Attribute change listener for the <code>selected</code>
 /// attribute, responsible for syncing the selected state of all children to
 /// match that of their parent Widget.
 /// </summary>
 protected void _afterParentSelectedChange(EventFacade @event)
 {
 }
Example #11
0
 /// <summary>
 /// Attribute change listener for the <code>selection</code>
 /// attribute, responsible for setting the value of the
 /// parent's <code>selected</code> attribute.
 /// </summary>
 protected void _afterSelectionChange(EventFacade @event)
 {
 }
Example #12
0
 /// <summary>
 /// Destroy event listener for each child Widget, responsible for removing
 /// the destroyed child Widget from the parent's internal array of children
 /// (_items property).
 /// </summary>
 protected void _afterDestroyChild(EventFacade @event)
 {
 }
Example #13
0
 /// <summary>
 /// Attribute change listener for the <code>activeDescendant</code>
 /// attribute, responsible for setting the value of the
 /// parent's <code>activeDescendant</code> attribute.
 /// </summary>
 protected void _afterActiveDescendantChange(EventFacade @event)
 {
 }
Example #14
0
 /// <summary>
 /// Attribute change listener for the <code>selected</code>
 /// attribute of child Widgets, responsible for setting the value of the
 /// parent's <code>selection</code> attribute.
 /// </summary>
 protected void _updateSelection(EventFacade @event)
 {
 }
Example #15
0
 /// <summary>
 /// Logic method for _defResizeAlignFn. Allow AOP.
 /// </summary>
 protected void _resizeAlign(EventFacade @event){}
Example #16
0
 /// <summary>
 /// Default attribute change listener for the <code>selected</code>
 /// attribute, responsible for updating the UI, in response to
 /// attribute changes.
 /// </summary>
 protected void _afterChildSelectedChange(EventFacade @event)
 {
 }
Example #17
0
 /// <summary>
 /// Logic method for _defResizeStartFn. Allow AOP.
 /// </summary>
 protected void _resizeStart(EventFacade @event){}
Example #18
0
 /// <summary>
 /// Default render handler
 /// </summary>
 protected void _defRenderFn(EventFacade e, Node parentNode)
 {
 }
Example #19
0
 /// <summary>
 /// Default resize:start handler
 /// </summary>
 protected void _defResizeStartFn(EventFacade @event){}
Example #20
0
 /// <summary>
 /// Starts polling when an IME-related keyUp event occurs on a node.
 /// </summary>
 protected void _onKeyUp(EventFacade e, Y_.SyntheticEvent_.Notifier notifier)
 {
 }
Example #21
0
 /// <summary>
 /// Fires the resize:start event.
 /// </summary>
 protected void _handleResizeStartEvent(EventFacade @event){}
Example #22
0
 /// <summary>
 /// Starts polling when a node receives a mouseDown event.
 /// </summary>
 protected void _onMouseDown(EventFacade e, Y_.SyntheticEvent_.Notifier notifier)
 {
 }
Example #23
0
 /// <summary>
 /// Default render handler
 /// </summary>
 protected void _defRenderFn(EventFacade e, Node parentNode){}
Example #24
0
 /// <summary>
 /// Default function that is called when visibility is changed on the widget.
 /// </summary>
 public void _afterHostVisibleChangeModal(EventFacade e)
 {
 }
Example #25
0
 /// <summary>
 /// Attribute change listener for the <code>focused</code>
 /// attribute of child Widgets, responsible for setting the value of the
 /// parent's <code>activeDescendant</code> attribute.
 /// </summary>
 protected void _updateActiveDescendant(EventFacade @event)
 {
 }
Example #26
0
 /// <summary>
 /// Default function that is called when z-index is changed on the widget.
 /// </summary>
 public void _afterHostZIndexChangeModal(EventFacade e)
 {
 }
 /// <summary>
 /// Dispatch the new position of the thumb into the value setting
 /// operations.
 /// </summary>
 protected void _defThumbMoveFn(EventFacade e){}
Example #28
0
 /// <summary>
 /// Default <code>history:change</code> event handler.
 /// </summary>
 protected void _defChangeFn(EventFacade e)
 {
 }
Example #29
0
 /// <summary>
 /// Mouseout event handler for the handles.
 /// </summary>
 protected void _onHandleMouseLeave(EventFacade @event){}
Example #30
0
 /// <summary>
 /// After change listener for the "constrain" attribute, responsible
 /// for updating the UI, in response to attribute changes.
 /// </summary>
 protected void _afterConstrainChange(EventFacade e)
 {
 }
Example #31
0
 /// <summary>
 /// Mouseleave event handler for the <a href="Resize.html#attr_wrapper">wrapper</a>.
 /// </summary>
 protected void _onWrapperMouseLeave(EventFacade @event){}
Example #32
0
 /// <summary>
 /// The on change listener for the "xy" attribute. Modifies the event facade's
 /// newVal property with the constrained XY value.
 /// </summary>
 protected void _constrainOnXYChange(EventFacade e)
 {
 }
Example #33
0
 /// <summary>
 /// Logic method for _defResizeEndFn. Allow AOP.
 /// </summary>
 protected void _resizeEnd(EventFacade @event){}
Example #34
0
 /// <summary>
 /// Updates the model maps when a model's `id` attribute changes.
 /// </summary>
 protected void _afterIdChange(EventFacade e)
 {
 }
Example #35
0
 /// <summary>
 /// Default resize:mouseUp handler
 /// </summary>
 protected void _defMouseUpFn(EventFacade @event){}
Example #36
0
 /// <summary>
 /// Default event handler for `add` events.
 /// </summary>
 protected void _defAddFn(EventFacade e)
 {
 }
Example #37
0
 /// <summary>
 /// Default resize:end handler
 /// </summary>
 protected void _defResizeEndFn(EventFacade @event){}
Example #38
0
 /// <summary>
 /// Handles `resultsChange` events.
 /// </summary>
 protected void _afterResultsChange(EventFacade e){}
Example #39
0
 /// <summary>
 /// Fires the resize:mouseUp event.
 /// </summary>
 protected void _handleMouseUpEvent(EventFacade @event){}
Example #40
0
 /// <summary>
 /// Handles `visibleChange` events.
 /// </summary>
 protected void _afterVisibleChange(EventFacade e){}
Example #41
0
 /// <summary>
 /// Fires the resize:end event.
 /// </summary>
 protected void _handleResizeEndEvent(EventFacade @event){}
Example #42
0
 /// <summary>
 /// Default event handler for `add` events.
 /// </summary>
 protected void _defAddFn(EventFacade e){}
Example #43
0
 /// <summary>
 /// Default function that is called when visibility is changed on the widget.
 /// </summary>
 public void _afterHostVisibleChangeModal(EventFacade e){}
Example #44
0
 /// <summary>
 /// Default event handler for `remove` events.
 /// </summary>
 protected void _defRemoveFn(EventFacade e){}
Example #45
0
 /// <summary>
 /// Default attribute change listener for the <code>selected</code>
 /// attribute, responsible for updating the UI, in response to
 /// attribute changes.
 /// </summary>
 protected void _afterChildSelectedChange(EventFacade @event){}
Example #46
0
 /// <summary>
 /// Default event handler for `reset` events.
 /// </summary>
 protected void _defResetFn(EventFacade e){}
Example #47
0
 /// <summary>
 /// DOM focus event handler, used to sync the state of the Widget with the DOM
 /// </summary>
 protected void _onDocFocus(EventFacade evt){}
 /// <summary>
 /// Update position according to new min value.  If the new min results
 /// in the current value being out of range, the value is set to the
 /// closer of min or max.
 /// </summary>
 protected void _afterMinChange(EventFacade e){}
Example #49
0
 /// <summary>
 /// Duckpunches the `_defAttrChangeFn()` provided by `Y.Attribute` so we can
 /// have a single global notification when a change event occurs.
 /// </summary>
 protected void _defAttrChangeFn(EventFacade e){}
Example #50
0
 /// <summary>
 /// Default removeChild handler
 /// </summary>
 protected void _defRemoveChildFn(EventFacade @event, Widget child, Y_.DataType_.Number index)
 {
 }