RowColumnDefinition class
The RowColumnDefinition class describes constraints on a row or a column in a Panel of type Panel.Table. It also provides information about the actual layout after the Table Panel has been arranged.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- RowColumnDefinition([dynamic init])
-
factory
Properties
- actual ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
This read-only property returns the usable row height or column width, after arrangement, in local coordinates, that objects in this row or column can be arranged within. This does not include #separatorPadding or #separatorStrokeWidth, as #total does.getter/setter pair - alignment ↔ Spot
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets a default alignment for elements that are in this row or column. The value must be a Spot. The default value is Spot.Default, so that this RowColumnDefinition does not supply any alignment information for the row or column.getter/setter pair - background ↔ dynamic
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the background color for a particular row or column, which fills the entire span of the row or column, including any separatorPadding.getter/setter pair - bind → ({RowColumnDefinition Function(Binding binding) $1, RowColumnDefinition Function([String? targetprop, String? sourceprop, TargetConversion? conv, BackConversion? backconv]) $2})
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Overload accessor: $1, $2no setter - coversSeparators ↔ bool
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Determines whether or not the #background, if there is one, is in front of or behind the separators.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the row height, in local coordinates. This describes the row height if #isRow is true; otherwise this property is meaningless. The value must be non-negative and finite.getter/setter pair - index ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
This read-only property returns which row or column this RowColumnDefinition describes in the #panel. The value is a zero-based integer.getter/setter pair - isRow ↔ bool
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
This read-only property is true when this describes a row instead of a column in the #panel. When this is true, the #height, #minimum, and #maximum all describe the row height. Otherwise #width and the other two properties describe the column width.getter/setter pair - maximum ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the maximum row height or column width, in local coordinates. The maximum describes the row height if #isRow is true; otherwise this describes the column width.getter/setter pair - measured ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
(undocumented)getter/setter pair - minimum ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the minimum row height or column width, in local coordinates. The minimum describes the row height if #isRow is true; otherwise this describes the column width.getter/setter pair - panel ↔ Panel?
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
This read-only property returns the Panel that this row or column definition is in.getter/setter pair - position ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
This read-only property returns the actual arranged row or column starting position, after arrangement, in local coordinates. This value gives the Y position if #isRow is true; otherwise this gives the X position. The value is meaningless until after the Table Panel using this RowColumnDefinition has been arranged.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
separatorDashArray
↔ Array<
num> ? -
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the dash array for dashing the separator line, provided this row or column has a nonzero RowColumnDefinition#separatorStrokeWidth and non-null RowColumnDefinition#separatorStroke.getter/setter pair - separatorPadding ↔ Object
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the additional padding for a particular row or column, in local coordinates. Padding is applied on two sides - before and after a row or column's contents. The #separatorStrokeWidth comes before any padding Margin#top or Margin#left.getter/setter pair - separatorStroke ↔ dynamic
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the stroke (color) for the separator line that is drawn before a particular row or column, provided that row or column has a nonzero #separatorStrokeWidth.getter/setter pair - separatorStrokeWidth ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the stroke width for a particular row or column's separator line, in local coordinates.getter/setter pair - sizing ↔ EnumValue
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets how this row or column deals with a Table Panel's extra space. The value must be one of: RowColumnDefinition.None, RowColumnDefinition.ProportionalExtra, or RowColumnDefinition.Default. The default value is RowColumnDefinition.Default.getter/setter pair - stretch ↔ EnumValue
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the default stretch for elements that are in this row or column. The only accepted values are listed as constant properties of GraphObject: GraphObject.None, GraphObject.Fill, GraphObject.Horizontal, GraphObject.Vertical, or GraphObject.Default. The default value is GraphObject.Default, so that this RowColumnDefinition does not supply any stretch information for the row or column.getter/setter pair - total ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
This read-only property returns the total arranged row height or column width, after arrangement, in local coordinates. This value gives the #actual size plus the #separatorPadding and #separatorStrokeWidth.getter/setter pair - width ↔ num
-
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
Gets or sets the column width, in local coordinates. The size describes the column width if #isRow is false; otherwise this property is meaningless. The value must be non-negative and finite.getter/setter pair
Methods
-
computeEffectiveSpacing(
) → num -
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
(undocumented) Get the total spacing for a row or column. -
computeEffectiveSpacingTop(
num first) → num -
Available on RowColumnDefinition, provided by the RowColumnDefinition$Typings extension
(undocumented) Get the spacing at the top or left of the row or column. @param {number} first the first row or column with an element in it @return {number} @see #computeEffectiveSpacing -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- default$ ↔ EnumValue
-
The default #sizing, which resolves to RowColumnDefinition.None or else
the Table Panel's rowSizing and columnSizing if present.
getter/setter pair
- none ↔ EnumValue
-
The default #sizing if none is specified on the Table Panel's rowSizing and columnSizing.
getter/setter pair
- proportionalExtra ↔ EnumValue
-
If a Table Panel is larger than all the rows then this #sizing
grants this row and any others with the same value the extra space, apportioned proportionally between them
getter/setter pair