Interface RepeatingTableRowControl

All Superinterfaces:
AriaControlProperties, BackgroundStyleProperties, BorderStyleProperties, ContainerControl, Control, Element, EventOwner, LayoutControl, MarginStyleProperties, MessageContainer, MessageProperties, PaddingStyleProperties, RepeatingStyleProperties, java.io.Serializable, TextStyleProperties, WebFormEventOwner
All Known Subinterfaces:
RepeatingTableListRowControl

public interface RepeatingTableRowControl
extends LayoutControl, RepeatingStyleProperties, AriaControlProperties
A Repeater Row Control represents a single table row within a Repeater Control. It is a system control and cannot be inserted or deleted manually; there is a one-to-one relationship between a Repeater Control and a Repeating Row Control.

Each Repeater Row Control acts as a container for any content added to it. Typically it will contain controls to display or edit data from the table associated with the Repeater Control, but any other controls can also be added.

Further documentation

Since:
V4.4