示例#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){}
示例#3
0
 /// <summary>
 /// Mouseenter event handler for the handles.
 /// </summary>
 protected void _onHandleMouseEnter(EventFacade @event){}
示例#4
0
 /// <summary>
 /// Default function that is called when z-index is changed on the widget.
 /// </summary>
 public void _afterHostZIndexChangeModal(EventFacade e){}
示例#5
0
 /// <summary>
 /// "mousedown" event handler for the owner document of the
 /// widget's bounding box.
 /// </summary>
 protected void _onDocMouseDown(EventFacade evt){}
示例#6
0
 /// <summary>
 /// Default resize:align handler
 /// </summary>
 protected void _defResizeAlignFn(EventFacade @event){}
示例#7
0
 /// <summary>
 /// Fires the resize:align event.
 /// </summary>
 protected void _handleResizeAlignEvent(EventFacade @event){}
示例#8
0
 /// <summary>
 /// DOM focus event handler, used to sync the state of the Widget with the DOM
 /// </summary>
 protected void _onDocFocus(EventFacade evt)
 {
 }
示例#9
0
 /// <summary>
 /// "mousedown" event handler for the owner document of the
 /// widget's bounding box.
 /// </summary>
 protected void _onDocMouseDown(EventFacade evt)
 {
 }
示例#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)
 {
 }
示例#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)
 {
 }
示例#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)
 {
 }
示例#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)
 {
 }
示例#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)
 {
 }
示例#15
0
 /// <summary>
 /// Logic method for _defResizeAlignFn. Allow AOP.
 /// </summary>
 protected void _resizeAlign(EventFacade @event){}
示例#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)
 {
 }
示例#17
0
 /// <summary>
 /// Logic method for _defResizeStartFn. Allow AOP.
 /// </summary>
 protected void _resizeStart(EventFacade @event){}
示例#18
0
 /// <summary>
 /// Default render handler
 /// </summary>
 protected void _defRenderFn(EventFacade e, Node parentNode)
 {
 }
示例#19
0
 /// <summary>
 /// Default resize:start handler
 /// </summary>
 protected void _defResizeStartFn(EventFacade @event){}
示例#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)
 {
 }
示例#21
0
 /// <summary>
 /// Fires the resize:start event.
 /// </summary>
 protected void _handleResizeStartEvent(EventFacade @event){}
示例#22
0
 /// <summary>
 /// Starts polling when a node receives a mouseDown event.
 /// </summary>
 protected void _onMouseDown(EventFacade e, Y_.SyntheticEvent_.Notifier notifier)
 {
 }
示例#23
0
 /// <summary>
 /// Default render handler
 /// </summary>
 protected void _defRenderFn(EventFacade e, Node parentNode){}
示例#24
0
 /// <summary>
 /// Default function that is called when visibility is changed on the widget.
 /// </summary>
 public void _afterHostVisibleChangeModal(EventFacade e)
 {
 }
示例#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)
 {
 }
示例#26
0
 /// <summary>
 /// Default function that is called when z-index is changed on the widget.
 /// </summary>
 public void _afterHostZIndexChangeModal(EventFacade e)
 {
 }
示例#27
0
 /// <summary>
 /// Dispatch the new position of the thumb into the value setting
 /// operations.
 /// </summary>
 protected void _defThumbMoveFn(EventFacade e){}
示例#28
0
 /// <summary>
 /// Default <code>history:change</code> event handler.
 /// </summary>
 protected void _defChangeFn(EventFacade e)
 {
 }
示例#29
0
 /// <summary>
 /// Mouseout event handler for the handles.
 /// </summary>
 protected void _onHandleMouseLeave(EventFacade @event){}
示例#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)
 {
 }
示例#31
0
 /// <summary>
 /// Mouseleave event handler for the <a href="Resize.html#attr_wrapper">wrapper</a>.
 /// </summary>
 protected void _onWrapperMouseLeave(EventFacade @event){}
示例#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)
 {
 }
示例#33
0
 /// <summary>
 /// Logic method for _defResizeEndFn. Allow AOP.
 /// </summary>
 protected void _resizeEnd(EventFacade @event){}
示例#34
0
 /// <summary>
 /// Updates the model maps when a model's `id` attribute changes.
 /// </summary>
 protected void _afterIdChange(EventFacade e)
 {
 }
示例#35
0
 /// <summary>
 /// Default resize:mouseUp handler
 /// </summary>
 protected void _defMouseUpFn(EventFacade @event){}
示例#36
0
 /// <summary>
 /// Default event handler for `add` events.
 /// </summary>
 protected void _defAddFn(EventFacade e)
 {
 }
示例#37
0
 /// <summary>
 /// Default resize:end handler
 /// </summary>
 protected void _defResizeEndFn(EventFacade @event){}
示例#38
0
 /// <summary>
 /// Handles `resultsChange` events.
 /// </summary>
 protected void _afterResultsChange(EventFacade e){}
示例#39
0
 /// <summary>
 /// Fires the resize:mouseUp event.
 /// </summary>
 protected void _handleMouseUpEvent(EventFacade @event){}
示例#40
0
 /// <summary>
 /// Handles `visibleChange` events.
 /// </summary>
 protected void _afterVisibleChange(EventFacade e){}
示例#41
0
 /// <summary>
 /// Fires the resize:end event.
 /// </summary>
 protected void _handleResizeEndEvent(EventFacade @event){}
示例#42
0
 /// <summary>
 /// Default event handler for `add` events.
 /// </summary>
 protected void _defAddFn(EventFacade e){}
示例#43
0
 /// <summary>
 /// Default function that is called when visibility is changed on the widget.
 /// </summary>
 public void _afterHostVisibleChangeModal(EventFacade e){}
示例#44
0
 /// <summary>
 /// Default event handler for `remove` events.
 /// </summary>
 protected void _defRemoveFn(EventFacade e){}
示例#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){}
示例#46
0
 /// <summary>
 /// Default event handler for `reset` events.
 /// </summary>
 protected void _defResetFn(EventFacade e){}
示例#47
0
 /// <summary>
 /// DOM focus event handler, used to sync the state of the Widget with the DOM
 /// </summary>
 protected void _onDocFocus(EventFacade evt){}
示例#48
0
 /// <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){}
示例#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){}
示例#50
0
 /// <summary>
 /// Default removeChild handler
 /// </summary>
 protected void _defRemoveChildFn(EventFacade @event, Widget child, Y_.DataType_.Number index)
 {
 }