Documentation
¶
Overview ¶
Package row implements creation of rows.
Index ¶
- func New(height float64) core.Row
- type Row
- func (r *Row) Add(cols ...core.Col) core.Row
- func (r *Row) GetColumns() []core.Col
- func (r *Row) GetHeight() float64
- func (r *Row) GetStructure() *node.Node[core.Structure]
- func (r *Row) Render(provider core.Provider, cell entity.Cell)
- func (r *Row) SetConfig(config *entity.Config)
- func (r *Row) WithStyle(style *props.Cell) core.Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Row ¶
type Row struct {
// contains filtered or unexported fields
}
func (*Row) GetColumns ¶
GetColumns returns the columns of a core.Row.
func (*Row) GetStructure ¶
GetStructure returns the Structure of a core.Row.
Click to show internal directories.
Click to hide internal directories.