Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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.