# io.github.libtmux.format.RowFormat.RowFormat.Row

- **Module:** io.github.libtmux.format.RowFormat.RowFormat
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/format/RowFormat.java#L70
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-format-rowformat-rowformat-row/

One row's values, addressed by the field name that asked for them.

## Members

- `text` (method): The field's value as tmux printed it.
- `number` (method): The field as a whole number.
- `count` (method): The field as a whole count.
- `flag` (method): The field as one of tmux's flags, which it prints as 0 or 1.
