# 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/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/format/RowFormat.java#L70
- **Page:** https://libtmux.org/reference/java/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.
