48495051525354
/** * Creates a new separator * @param targets where to show this action */ protected CSeparator( ViewTarget<?>... targets ){ init( new CommonSeparatorAction( this, targets )); }