Example #1
0
 /// <summary>
 /// Method called whenever a user clicks on a tri-state checkbox
 /// </summary>
 /// <param name="destState">destined selection state of checkbox</param>
 public extern virtual void toggle(sap.ui.commons.TriStateCheckBoxState destState);
Example #2
0
 /// <summary>
 /// Sets a new value for property {@link #getSelectionState selectionState}.
 ///
 /// Defines the states of the checkbox
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>Unchecked</code>.
 /// </summary>
 /// <param name="sSelectionState">New value for property <code>selectionState</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.ui.commons.TriStateCheckBox setSelectionState(sap.ui.commons.TriStateCheckBoxState sSelectionState);