TODO: Class description
Constructor for a new interactive row mode.
Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject#constructor for a general description of the syntax of the settings object.
new sap.ui.table.rowmodes.InteractiveRowMode(sId?, mSettings?)
Param | Type | Default Value | Description |
---|---|---|---|
sId? | string | id for the new control, generated automatically if no id is given |
|
mSettings? | object | initial settings for the new control |
Method | Description |
---|---|
getFixedBottomRowCount |
Gets current value of property fixedBottomRowCount. Default value is |
getFixedTopRowCount |
Gets current value of property fixedTopRowCount. Default value is |
sap.ui.table.rowmodes.InteractiveRowMode.getMetadata |
Returns a metadata object for class sap.ui.table.rowmodes.InteractiveRowMode. |
getMinRowCount |
Gets current value of property minRowCount. Default value is |
getRowContentHeight |
Gets current value of property rowContentHeight. Default value is |
getRowCount |
Gets current value of property rowCount. Default value is |
setFixedBottomRowCount |
Sets a new value for property fixedBottomRowCount. When called with a value of Default value is |
setFixedTopRowCount |
Sets a new value for property fixedTopRowCount. When called with a value of Default value is |
setMinRowCount |
Sets a new value for property minRowCount. When called with a value of Default value is |
setRowContentHeight |
Sets a new value for property rowContentHeight. When called with a value of Default value is |
setRowCount |
Sets a new value for property rowCount. When called with a value of Default value is |
Returns a metadata object for class sap.ui.table.rowmodes.InteractiveRowMode.
Sets a new value for property fixedBottomRowCount.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 0
.
Param | Type | DefaultValue | Description |
---|---|---|---|
iFixedBottomRowCount | int | 0 |
New value for property |
Sets a new value for property fixedTopRowCount.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 0
.
Param | Type | DefaultValue | Description |
---|---|---|---|
iFixedTopRowCount | int | 0 |
New value for property |
Sets a new value for property minRowCount.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 5
.
Param | Type | DefaultValue | Description |
---|---|---|---|
iMinRowCount | int | 5 |
New value for property |
Sets a new value for property rowContentHeight.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 0
.
Param | Type | DefaultValue | Description |
---|---|---|---|
iRowContentHeight | int | 0 |
New value for property |
Sets a new value for property rowCount.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 10
.
Param | Type | DefaultValue | Description |
---|---|---|---|
iRowCount | int | 10 |
New value for property |