/// <summary> /// Sets a new value for property {@link #getState state}. /// /// Indicates the load status. /// /// 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>Loaded</code>. /// </summary> /// <param name="sState">New value for property <code>state</code></param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.NumericContent setState(sap.m.LoadState sState);
/// <summary> /// Sets a new value for property {@link #getState state}. /// /// The load status. /// /// 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>Loaded</code>. /// </summary> /// <param name="sState">New value for property <code>state</code></param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.GenericTile setState(sap.m.LoadState sState);