Defines layout data for the sap.ui.layout.Grid.
Note: When GridData
is used for controls inside a form, the linebreak
property has to be set to true
if the next form element has to be displayed on a new line. Otherwise the GridData
overrides the layout provided by the Form
.
Documentation links:
Constructor for a new GridData
.
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.layout.GridData(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 |
Name | Type | Default Value | Description |
---|---|---|---|
indent | sap.ui.layout.GridIndent | A string type that represents the indent values of the Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 11 that the container has to take, for example, Note: The parameters must be provided in the order |
|
indentL | int | Optional. Defines an indent value for large screens. This value overwrites the value for large screens defined in the |
|
indentLarge | int | Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens defined in the |
|
indentM | int | Optional. Defines an indent value for medium size screens. This value overwrites the value for medium screens defined in the |
|
indentMedium | int | Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens defined in the |
|
indentS | int | Optional. Defines an indent value for small screens. This value overwrites the value for small screens defined in the |
|
indentSmall | int | Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens defined in the |
|
indentXL | int | Optional. Defines an indent value for extra large screens. This value overwrites the value for extra large screens defined in the |
|
linebreak | boolean | false | Optional. If set to |
linebreakL | boolean | false | Optional. If set to |
linebreakM | boolean | false | Optional. If set to |
linebreakS | boolean | false | Optional. If set to |
linebreakXL | boolean | false | Optional. If set to |
moveBackwards | sap.ui.layout.GridIndent | Optional. Moves a cell backwards with as many columns as specified. Visibility: public |
|
moveForward | sap.ui.layout.GridIndent | Optional. Moves a cell forwards with as many columns as specified. Visibility: public |
|
span | sap.ui.layout.GridSpan | A string type that represents the span values of the Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 12 that the container has to take, for example: Note: The parameters must be provided in the order |
|
spanL | int | Optional. Defines a span value for large screens. This value overwrites the value for large screens defined in the |
|
spanLarge | int | Deprecated. Defines a span value for large screens. This value overwrites the value for large screens defined in the |
|
spanM | int | Optional. Defines a span value for medium size screens. This value overwrites the value for medium screens defined in the |
|
spanMedium | int | Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens defined in the |
|
spanS | int | Optional. Defines a span value for small screens. This value overwrites the value for small screens defined in the |
|
spanSmall | int | Deprecated. Defines a span value for small screens. This value overwrites the value for small screens defined in the |
|
spanXL | int | Optional. Defines a span value for extra large screens. This value overwrites the value for extra large screens defined in the |
|
visibleL | boolean | true | Defines if this control is visible on large screens. Visibility: public |
visibleM | boolean | true | Defines if this control is visible on medium screens. Visibility: public |
visibleOnLarge | boolean | true | Deprecated. Defines if this control is visible on large screens. Visibility: public |
visibleOnMedium | boolean | true | Deprecated. Defines if this control is visible on medium screens. Visibility: public |
visibleOnSmall | boolean | true | Deprecated. Defines if this control is visible on small screens. Visibility: public |
visibleS | boolean | true | Defines if this control is visible on small screens. Visibility: public |
visibleXL | boolean | true | Defines if this control is visible on extra Large screens. Visibility: public |
Method | Description |
---|---|
sap.ui.layout.GridData.extend |
Creates a new subclass of class sap.ui.layout.GridData with name
|
getIndent |
Gets current value of property indent. A string type that represents the indent values of the Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 11 that the container has to take, for example, Note: The parameters must be provided in the order |
getIndentL |
Gets current value of property indentL. Optional. Defines an indent value for large screens. This value overwrites the value for large screens defined in the |
getIndentLarge |
Gets current value of property indentLarge. Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens defined in the
Since 1.17.1 Use the <code>indentL</code> property instead.
|
getIndentM |
Gets current value of property indentM. Optional. Defines an indent value for medium size screens. This value overwrites the value for medium screens defined in the |
getIndentMedium |
Gets current value of property indentMedium. Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens defined in the
Since 1.17.1 Use the <code>indentM</code> property instead.
|
getIndentS |
Gets current value of property indentS. Optional. Defines an indent value for small screens. This value overwrites the value for small screens defined in the |
getIndentSmall |
Gets current value of property indentSmall. Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens defined in the
Since 1.17.1 Use <code>indentS</code> property instead.
|
getIndentXL |
Gets current value of property indentXL. Optional. Defines an indent value for extra large screens. This value overwrites the value for extra large screens defined in the |
getLinebreak |
Gets current value of property linebreak. Optional. If set to Default value is |
getLinebreakL |
Gets current value of property linebreakL. Optional. If set to Default value is |
getLinebreakM |
Gets current value of property linebreakM. Optional. If set to Default value is |
getLinebreakS |
Gets current value of property linebreakS. Optional. If set to Default value is |
getLinebreakXL |
Gets current value of property linebreakXL. Optional. If set to Default value is |
sap.ui.layout.GridData.getMetadata |
Returns a metadata object for class sap.ui.layout.GridData. |
getMoveBackwards |
Gets current value of property moveBackwards. Optional. Moves a cell backwards with as many columns as specified. |
getMoveForward |
Gets current value of property moveForward. Optional. Moves a cell forwards with as many columns as specified. |
getSpan |
Gets current value of property span. A string type that represents the span values of the Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 12 that the container has to take, for example: Note: The parameters must be provided in the order |
getSpanL |
Gets current value of property spanL. Optional. Defines a span value for large screens. This value overwrites the value for large screens defined in the |
getSpanLarge |
Gets current value of property spanLarge. Deprecated. Defines a span value for large screens. This value overwrites the value for large screens defined in the
Since 1.17.1 Use the <code>spanL</code> property instead.
|
getSpanM |
Gets current value of property spanM. Optional. Defines a span value for medium size screens. This value overwrites the value for medium screens defined in the |
getSpanMedium |
Gets current value of property spanMedium. Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens defined in the
Since 1.17.1 Use the <code>spanM</code> property instead.
|
getSpanS |
Gets current value of property spanS. Optional. Defines a span value for small screens. This value overwrites the value for small screens defined in the |
getSpanSmall |
Gets current value of property spanSmall. Deprecated. Defines a span value for small screens. This value overwrites the value for small screens defined in the
Since 1.17.1 Use the <code>spanS</code> property instead.
|
getSpanXL |
Gets current value of property spanXL. Optional. Defines a span value for extra large screens. This value overwrites the value for extra large screens defined in the |
getVisibleL |
Gets current value of property visibleL. Defines if this control is visible on large screens. Default value is |
getVisibleM |
Gets current value of property visibleM. Defines if this control is visible on medium screens. Default value is |
getVisibleOnLarge |
Gets current value of property visibleOnLarge. Deprecated. Defines if this control is visible on large screens. Default value is
Since 1.17.1 Use the <code>visibleL</code> property instead.
|
getVisibleOnMedium |
Gets current value of property visibleOnMedium. Deprecated. Defines if this control is visible on medium screens. Default value is
Since 1.17.1 Use the <code>visibleM</code> property instead.
|
getVisibleOnSmall |
Gets current value of property visibleOnSmall. Deprecated. Defines if this control is visible on small screens. Default value is
Since 1.17.1 Use the <code>visibleS</code> property instead.
|
getVisibleS |
Gets current value of property visibleS. Defines if this control is visible on small screens. Default value is |
getVisibleXL |
Gets current value of property visibleXL. Defines if this control is visible on extra Large screens. Default value is |
setIndent |
Sets a new value for property indent. A string type that represents the indent values of the Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 11 that the container has to take, for example, Note: The parameters must be provided in the order When called with a value of |
setIndentL |
Sets a new value for property indentL. Optional. Defines an indent value for large screens. This value overwrites the value for large screens defined in the When called with a value of |
setIndentLarge |
Sets a new value for property indentLarge. Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens defined in the When called with a value of
Since 1.17.1 Use the <code>indentL</code> property instead.
|
setIndentM |
Sets a new value for property indentM. Optional. Defines an indent value for medium size screens. This value overwrites the value for medium screens defined in the When called with a value of |
setIndentMedium |
Sets a new value for property indentMedium. Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens defined in the When called with a value of
Since 1.17.1 Use the <code>indentM</code> property instead.
|
setIndentS |
Sets a new value for property indentS. Optional. Defines an indent value for small screens. This value overwrites the value for small screens defined in the When called with a value of |
setIndentSmall |
Sets a new value for property indentSmall. Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens defined in the When called with a value of
Since 1.17.1 Use <code>indentS</code> property instead.
|
setIndentXL |
Sets a new value for property indentXL. Optional. Defines an indent value for extra large screens. This value overwrites the value for extra large screens defined in the When called with a value of |
setLinebreak |
Sets a new value for property linebreak. Optional. If set to When called with a value of Default value is |
setLinebreakL |
Sets a new value for property linebreakL. Optional. If set to When called with a value of Default value is |
setLinebreakM |
Sets a new value for property linebreakM. Optional. If set to When called with a value of Default value is |
setLinebreakS |
Sets a new value for property linebreakS. Optional. If set to When called with a value of Default value is |
setLinebreakXL |
Sets a new value for property linebreakXL. Optional. If set to When called with a value of Default value is |
setMoveBackwards |
Sets a new value for property moveBackwards. Optional. Moves a cell backwards with as many columns as specified. When called with a value of |
setMoveForward |
Sets a new value for property moveForward. Optional. Moves a cell forwards with as many columns as specified. When called with a value of |
setSpan |
Sets a new value for property span. A string type that represents the span values of the Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 12 that the container has to take, for example: Note: The parameters must be provided in the order When called with a value of |
setSpanL |
Sets a new value for property spanL. Optional. Defines a span value for large screens. This value overwrites the value for large screens defined in the When called with a value of |
setSpanLarge |
Sets a new value for property spanLarge. Deprecated. Defines a span value for large screens. This value overwrites the value for large screens defined in the When called with a value of
Since 1.17.1 Use the <code>spanL</code> property instead.
|
setSpanM |
Sets a new value for property spanM. Optional. Defines a span value for medium size screens. This value overwrites the value for medium screens defined in the When called with a value of |
setSpanMedium |
Sets a new value for property spanMedium. Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens defined in the When called with a value of
Since 1.17.1 Use the <code>spanM</code> property instead.
|
setSpanS |
Sets a new value for property spanS. Optional. Defines a span value for small screens. This value overwrites the value for small screens defined in the When called with a value of |
setSpanSmall |
Sets a new value for property spanSmall. Deprecated. Defines a span value for small screens. This value overwrites the value for small screens defined in the When called with a value of
Since 1.17.1 Use the <code>spanS</code> property instead.
|
setSpanXL |
Sets a new value for property spanXL. Optional. Defines a span value for extra large screens. This value overwrites the value for extra large screens defined in the When called with a value of |
setVisibleL |
Sets a new value for property visibleL. Defines if this control is visible on large screens. When called with a value of Default value is |
setVisibleM |
Sets a new value for property visibleM. Defines if this control is visible on medium screens. When called with a value of Default value is |
setVisibleOnLarge |
Sets a new value for property visibleOnLarge. Deprecated. Defines if this control is visible on large screens. When called with a value of Default value is
Since 1.17.1 Use the <code>visibleL</code> property instead.
|
setVisibleOnMedium |
Sets a new value for property visibleOnMedium. Deprecated. Defines if this control is visible on medium screens. When called with a value of Default value is
Since 1.17.1 Use the <code>visibleM</code> property instead.
|
setVisibleOnSmall |
Sets a new value for property visibleOnSmall. Deprecated. Defines if this control is visible on small screens. When called with a value of Default value is
Since 1.17.1 Use the <code>visibleS</code> property instead.
|
setVisibleS |
Sets a new value for property visibleS. Defines if this control is visible on small screens. When called with a value of Default value is |
setVisibleXL |
Sets a new value for property visibleXL. Defines if this control is visible on extra Large screens. When called with a value of Default value is |
Creates a new subclass of class sap.ui.layout.GridData with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.ui.core.LayoutData.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |
Gets current value of property indent.
A string type that represents the indent values of the Grid
for large, medium and small screens.
Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 11 that the container has to take, for example, L2 M4 S6
, M11
, s10
or l4 m4
.
Note: The parameters must be provided in the order
Gets current value of property indentL.
Optional. Defines an indent value for large screens. This value overwrites the value for large screens defined in the indent
property.
Gets current value of property indentLarge.
Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens defined in the indent
property.
Gets current value of property indentM.
Optional. Defines an indent value for medium size screens. This value overwrites the value for medium screens defined in the indent
property.
Gets current value of property indentMedium.
Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens defined in the indent
property.
Gets current value of property indentS.
Optional. Defines an indent value for small screens. This value overwrites the value for small screens defined in the indent
property.
Gets current value of property indentSmall.
Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens defined in the indent
property.
Gets current value of property indentXL.
Optional. Defines an indent value for extra large screens. This value overwrites the value for extra large screens defined in the indent
property.
Gets current value of property linebreak.
Optional. If set to true
, the control causes a line break on all-size screens within the Grid
and becomes the first within the next line.
Default value is false
.
Gets current value of property linebreakL.
Optional. If set to true
, the control causes a line break on large screens within the Grid
and becomes the first within the next line.
Default value is false
.
Gets current value of property linebreakM.
Optional. If set to true
, the control causes a line break on medium screens within the Grid
and becomes the first within the next line.
Default value is false
.
Gets current value of property linebreakS.
Optional. If set to true
, the control causes a line break on small screens within the Grid
and becomes the first within the next line.
Default value is false
.
Gets current value of property linebreakXL.
Optional. If set to true
, the control causes a line break on extra large screens within the Grid
and becomes the first within the next line.
Default value is false
.
Gets current value of property moveBackwards.
Optional. Moves a cell backwards with as many columns as specified.
Gets current value of property moveForward.
Optional. Moves a cell forwards with as many columns as specified.
Gets current value of property span.
A string type that represents the span values of the Grid
for large, medium and small screens.
Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 12 that the container has to take, for example: L2 M4 S6
, M12
, s10
or l4 m4
.
Note: The parameters must be provided in the order
Gets current value of property spanL.
Optional. Defines a span value for large screens. This value overwrites the value for large screens defined in the span
property.
Gets current value of property spanLarge.
Deprecated. Defines a span value for large screens. This value overwrites the value for large screens defined in the span
property.
Gets current value of property spanM.
Optional. Defines a span value for medium size screens. This value overwrites the value for medium screens defined in the span
property.
Gets current value of property spanMedium.
Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens defined in the span
property.
Gets current value of property spanS.
Optional. Defines a span value for small screens. This value overwrites the value for small screens defined in the span
property.
Gets current value of property spanSmall.
Deprecated. Defines a span value for small screens. This value overwrites the value for small screens defined in the span
property.
Gets current value of property spanXL.
Optional. Defines a span value for extra large screens. This value overwrites the value for extra large screens defined in the span
property.
Gets current value of property visibleL.
Defines if this control is visible on large screens.
Default value is true
.
Gets current value of property visibleM.
Defines if this control is visible on medium screens.
Default value is true
.
Gets current value of property visibleOnLarge.
Deprecated. Defines if this control is visible on large screens.
Default value is true
.
Gets current value of property visibleOnMedium.
Deprecated. Defines if this control is visible on medium screens.
Default value is true
.
Gets current value of property visibleOnSmall.
Deprecated. Defines if this control is visible on small screens.
Default value is true
.
Gets current value of property visibleS.
Defines if this control is visible on small screens.
Default value is true
.
Gets current value of property visibleXL.
Defines if this control is visible on extra Large screens.
Default value is true
.
Sets a new value for property indent.
A string type that represents the indent values of the Grid
for large, medium and small screens.
Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 11 that the container has to take, for example, L2 M4 S6
, M11
, s10
or l4 m4
.
Note: The parameters must be provided in the order
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
sIndent | sap.ui.layout.GridIndent |
New value for property |
Sets a new value for property indentL.
Optional. Defines an indent value for large screens. This value overwrites the value for large screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentL | int |
New value for property |
Sets a new value for property indentLarge.
Deprecated. Defines an indent value for large screens. This value overwrites the value for large screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentLarge | int |
New value for property |
Sets a new value for property indentM.
Optional. Defines an indent value for medium size screens. This value overwrites the value for medium screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentM | int |
New value for property |
Sets a new value for property indentMedium.
Deprecated. Defines an indent value for medium screens. This value overwrites the value for medium screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentMedium | int |
New value for property |
Sets a new value for property indentS.
Optional. Defines an indent value for small screens. This value overwrites the value for small screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentS | int |
New value for property |
Sets a new value for property indentSmall.
Deprecated. Defines an indent value for small screens. This value overwrites the value for small screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentSmall | int |
New value for property |
Sets a new value for property indentXL.
Optional. Defines an indent value for extra large screens. This value overwrites the value for extra large screens defined in the indent
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iIndentXL | int |
New value for property |
Sets a new value for property linebreak.
Optional. If set to true
, the control causes a line break on all-size screens within the Grid
and becomes the first within the next line.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bLinebreak | boolean | false |
New value for property |
Sets a new value for property linebreakL.
Optional. If set to true
, the control causes a line break on large screens within the Grid
and becomes the first within the next line.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bLinebreakL | boolean | false |
New value for property |
Sets a new value for property linebreakM.
Optional. If set to true
, the control causes a line break on medium screens within the Grid
and becomes the first within the next line.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bLinebreakM | boolean | false |
New value for property |
Sets a new value for property linebreakS.
Optional. If set to true
, the control causes a line break on small screens within the Grid
and becomes the first within the next line.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bLinebreakS | boolean | false |
New value for property |
Sets a new value for property linebreakXL.
Optional. If set to true
, the control causes a line break on extra large screens within the Grid
and becomes the first within the next line.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bLinebreakXL | boolean | false |
New value for property |
Sets a new value for property moveBackwards.
Optional. Moves a cell backwards with as many columns as specified.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
sMoveBackwards | sap.ui.layout.GridIndent |
New value for property |
Sets a new value for property moveForward.
Optional. Moves a cell forwards with as many columns as specified.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
sMoveForward | sap.ui.layout.GridIndent |
New value for property |
Sets a new value for property span.
A string type that represents the span values of the Grid
for large, medium and small screens.
Allowed values are separated by space Letters L, M or S followed by number of columns from 1 to 12 that the container has to take, for example: L2 M4 S6
, M12
, s10
or l4 m4
.
Note: The parameters must be provided in the order
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
sSpan | sap.ui.layout.GridSpan |
New value for property |
Sets a new value for property spanL.
Optional. Defines a span value for large screens. This value overwrites the value for large screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanL | int |
New value for property |
Sets a new value for property spanLarge.
Deprecated. Defines a span value for large screens. This value overwrites the value for large screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanLarge | int |
New value for property |
Sets a new value for property spanM.
Optional. Defines a span value for medium size screens. This value overwrites the value for medium screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanM | int |
New value for property |
Sets a new value for property spanMedium.
Deprecated. Defines a span value for medium screens. This value overwrites the value for medium screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanMedium | int |
New value for property |
Sets a new value for property spanS.
Optional. Defines a span value for small screens. This value overwrites the value for small screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanS | int |
New value for property |
Sets a new value for property spanSmall.
Deprecated. Defines a span value for small screens. This value overwrites the value for small screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanSmall | int |
New value for property |
Sets a new value for property spanXL.
Optional. Defines a span value for extra large screens. This value overwrites the value for extra large screens defined in the span
property.
When called with a value of null
or undefined
, the default value of the property will be restored.
Param | Type | DefaultValue | Description |
---|---|---|---|
iSpanXL | int |
New value for property |
Sets a new value for property visibleL.
Defines if this control is visible on large screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleL | boolean | true |
New value for property |
Sets a new value for property visibleM.
Defines if this control is visible on medium screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleM | boolean | true |
New value for property |
Sets a new value for property visibleOnLarge.
Deprecated. Defines if this control is visible on large screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleOnLarge | boolean | true |
New value for property |
Sets a new value for property visibleOnMedium.
Deprecated. Defines if this control is visible on medium screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleOnMedium | boolean | true |
New value for property |
Sets a new value for property visibleOnSmall.
Deprecated. Defines if this control is visible on small screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleOnSmall | boolean | true |
New value for property |
Sets a new value for property visibleS.
Defines if this control is visible on small screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleS | boolean | true |
New value for property |
Sets a new value for property visibleXL.
Defines if this control is visible on extra Large screens.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
Param | Type | DefaultValue | Description |
---|---|---|---|
bVisibleXL | boolean | true |
New value for property |