Rebar.addBand

Overview | Methods | This Package | All Packages

Rebar.addBand

Adds a rebar band to the rebar control.

Syntax

public void addBand( RebarBand band )

Parameters

band

The RebarBand object that represents the band to add to the rebar control.

Remarks

To add a control to the rebar band, use the RebarBand.setChildControl method. To add a control and rebar band at the same time, use the add method.