org.qi4j.library.rest.common.table
Interface Row

All Superinterfaces:
Composite, ValueComposite

public interface Row
extends ValueComposite

A single row in a table.


Method Summary
 Property<java.util.List<Cell>> c()
           
 

Method Detail

c

@UseDefaults
Property<java.util.List<Cell>> c()